{
    "success": true,
    "name": "AmarEvents Public API",
    "version": "1.0",
    "description": "Read-only API for event data and statistics.",
    "base_url": "https://amarevents.zone.id/api",
    "auth": "Bearer token via Authorization header, or ?api_key= query param",
    "key_types": {
        "user": "Access public events only \u2014 3 requests/second",
        "organizer": "Access your own events with full stats \u2014 5 requests/second"
    },
    "get_a_key": "https://amarevents.zone.id/dashboard/api-keys",
    "endpoints": {
        "GET /api/events": "List upcoming public events",
        "GET /api/events/past": "List past public events",
        "GET /api/events/{id}": "Get public event details",
        "GET /api/events/{id}/tickets": "Ticket types and availability for an event",
        "GET /api/my/events": "[Organizer] All your events with full data",
        "GET /api/my/events/{id}": "[Organizer] Full detail + stats for one of your events",
        "GET /api/my/stats": "[Organizer] Overall stats across all your events"
    }
}