Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanbohacek/fediverse-info


https://github.com/stefanbohacek/fediverse-info

calckey fediverse mastodon misskey node-info

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Fediverse info services

Currently available endpoints:

**/node-info**

Example: `/node-info?domain=mastodon.social`

Response:

```json
{
"domain": "mastodon.social",
"software": {
"name": "mastodon",
"version": "4.1.2+nightly-20230523"
}
}
```

Additional optional parameters

- `full=true`: get the full node info object
- `onlysoftware=true`: look up the software name only using data exported from [demo.fedilist.com](http://demo.fedilist.com/) (see the `data/software.json` file)

## Development

```sh
npm install
npm run dev
```