The catalogue

Everything the gateway can route is in one endpoint, with the uncensored and abliterated subsets addressable directly.

Query it

curl "https://api.magmarouter.com/v1/models?search=euryale&filter=uncensored&limit=20&offset=0" \
  -H "authorization: Bearer rl-..."
ParameterMeaning
searchSubstring match on model id and name.
filterabliterated, uncensored, free, long (128K context or more), or all.
limitPage size. Defaults to 500, hard maximum higher.
offsetPage offset.

Counts

GET /v1/counts returns the catalogue totals without pulling the list: how many models, how many uncensored, how many abliterated. The site’s own numbers come from it, which is why they are never stale.