AGG is currently in alpha. APIs, components, and docs may change.
cURL
curl --request GET \ --url https://api.agg.market/categories \ --header 'x-app-id: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "parentId": "<string>", "eventCount": 123 } ], "nextCursor": "<string>", "hasMore": true }
Returns categories filtered by parentId. Omit parentId for top-level categories.
Your application ID. Required for all app-tier and user-tier routes.
1 <= x <= 100
200
Show child attributes