GET /analytics/availability

Analytics section and platform availability

Returns the complete availability matrix — every analytics section against every supported platform — plus the reporting cadence of each platform. Everything here is static configuration: the response does not depend on the calling account, a date range, or any filter, so it can be fetched once and cached by the client.

availability is keyed by section, then by platform, and each cell is available or not_available_for_platform — the same values the availability sibling on a platform-filtered analytics response carries. Read it before rendering a section so a metric the platform does not report is shown as unavailable rather than as an empty chart.

platform_cadence states how often each platform reports at source: daily (one point per day) or weekly (one point per week per track, carrying that week's whole total on the single date the report covers). It is a different fact from meta.section_granularity on the summary endpoint, which states how the points of a returned series are dated — a weekly platform still returns day-dated points, one populated date per week.

Responses