Envelope Fields
Success Response
Error Response
Data Types
Thetype field tells you what shape the data object has:
Parsing Guidelines
- Check
successfirst — determines whetherdatais populated ornull - Use
errorCodefor logic — never parsemessagefor error handling. Messages are human-readable and may change without notice. datais always a single object — v2 chart endpoints return one chart per request, never an array
v1 Response Format
v1 endpoints return the chart data directly as a flat JSON object — no envelope. Field names use
snake_case (e.g., channels_short, incarnation_cross). See the migration guide for differences.
