Logo

Docs

Info

Info

Fetch database statistics.

Use GET / to fetch current metadata counts.

GET /

The response is the raw Info object.

{
  "stats": {
    "songs": 120000,
    "albums": 20000,
    "artists": 15000
  }
}