Catalog API

Static JSON served from the same host as this site. Use GET; there is no key, no rate limit and no server-side query parameter — fetch a resource and filter it on the client.

MethodResourceReturns
GET/api/v1/catalog.jsonBoth ordinary packages and robot deployments in one object.
GET/api/v1/packages.jsonPrimitive, service and skill packages only.
GET/api/v1/robots.jsonRobot deployment entries only.
GET/api/v1/search.jsonThe combined catalog as a plain array, for client-side indexes.
GET/api/v1/package/<name>.jsonOne package or robot deployment. Unknown names return a Pages 404.

Response

GET /api/v1/catalog.json

JSON
Loading…