Currently available endpoints:
/node-info
Example: /node-info?domain=mastodon.social
Response:
{
"domain": "mastodon.social",
"software": {
"name": "mastodon",
"version": "4.1.2+nightly-20230523"
}
}
Additional optional parameters
full=true
: get the full node info objectonlysoftware=true
: look up the software name only using data exported from demo.fedilist.com (see thedata/software.json
file)
npm install
npm run dev