API Reference
AI-Powered Analytics: The Cardano Governance Explorer API provides AI-enhanced endpoints to query and analyze Cardano’s on-chain governance data using natural language.
API Structure
The Cardano Governance Explorer API is divided into three main categories, each serving a specific purpose:DRep API
Explore and filter Delegated Representatives (DReps) using natural language queries
Proposal API
Analyze governance proposals with AI-powered insights
Rationale API
Extract insights from voting rationales across stakeholder groups
Authentication
API Key Required: All API endpoints require an API key for authentication.
Base URL
All API requests should be made to:Request Format
All API endpoints accept POST requests with a JSON body. Make sure to set the appropriate headers:Response Format
All API responses follow a consistent structure:Error Handling
When an error occurs, the API returns an appropriate HTTP status code and a JSON object explaining the error:| Status Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request - Invalid parameters or request format |
| 401 | Unauthorized - Invalid or missing API key |
| 404 | Not Found - Resource does not exist |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Internal Server Error - Something went wrong on our end |
Rate Limiting
To ensure service stability, API requests are rate-limited to:- 60 requests per minute per API key
- 1,000 requests per day per API key
429 Too Many Requests status code.