List categories
GET /categories
Returns all campaign categories. Anonymous callers may omit donate-api-key.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List campaign categories
GET /categories
Returns all campaign categories. Anonymous callers may omit donate-api-key.
curl https://www.donate.gg/api/v1/categories
| Field | Type | Description |
|---|---|---|
id | string | Category id |
name | string | Display name |
slug | string | URL slug |
imageUrl | string | null | Optional image |
isHot | boolean | Featured / hot flag |
createdAt | string (ISO) | Created timestamp |
updatedAt | string (ISO) | Updated timestamp |
Was this page helpful?