SOUND.RADAR API DEV

Charts API

Official UK Charts

Cached Official UK chart data across configured chart families, with latest, historical snapshot, and search endpoints.

Overview

What this API is for

Cached Official UK chart data across configured chart families, with latest, historical snapshot, and search endpoints.

Access

Public path and credentials

Basehttps://api.soundradar.co/official-uk
AuthProtected data endpoints require X-API-Key.

Endpoints

Available routes

GET/official-uk/health

Public service health and configured chart count.

GET/official-uk/charts

Supported Official UK chart keys and snapshot coverage. Requires X-API-Key.

GET/official-uk/snapshots

Recent snapshots, optionally filtered by chart key. Requires X-API-Key.

GET/official-uk/search

Search cached chart entries by title or artist. Requires X-API-Key.

GET/official-uk/{chart_key}/latest

Latest cached entries for a chart key. Requires X-API-Key.

GET/official-uk/{chart_key}/{week_start}

Entries for a specific chart week. Requires X-API-Key.

Examples

Requests

curl "https://api.soundradar.co/official-uk/health"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  "https://api.soundradar.co/official-uk/singles-chart/latest?limit=40"

Operations

Runtime notes

Official UK runs as a cached chart API on the VPS and is now proxied through the SOUND.RADAR API domain.