Catalog
List Catalog
List a keyset page of browsable catalog entries (search/filter aware).
The catalog holds thousands of entries, so this is cursor-paginated like GET /apis: follow next_cursor until has_more is false. catalog_total/registered_count/outdated_count count the whole manifest, not the page, so the Discover status row stays stable while scrolling.
get/catalog
Query parameters
qstring nullable
registered_onlyboolean
unregistered_onlyboolean
outdated_onlyboolean
cursorstring nullable
limitinteger
Response
Successful Response
Example response
{
"catalog_total": 5231,
"data": [],
"has_more": true,
"manifest_age_seconds": 3600,
"next_cursor": "eyJpZCI6ICJzdHJpcGUuY29tIn0=",
"registered_count": 12
}