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.
| Method | Resource | Returns |
|---|---|---|
| GET | /api/v1/catalog.json | Both ordinary packages and robot deployments in one object. |
| GET | /api/v1/packages.json | Primitive, service and skill packages only. |
| GET | /api/v1/robots.json | Robot deployment entries only. |
| GET | /api/v1/search.json | The combined catalog as a plain array, for client-side indexes. |
| GET | /api/v1/package/<name>.json | One package or robot deployment. Unknown names return a Pages 404. |
Response
GET /api/v1/catalog.json
JSON
Loading…