SOUND.RADAR API DEV

Artist API

Artist History

Artist-centered chart history aggregation across SoundRadar chart databases, with source coverage reporting and cached lookups.

Overview

What this API is for

Artist-centered chart history aggregation across SoundRadar chart databases, with source coverage reporting and cached lookups.

Access

Public path and credentials

Basehttps://api.soundradar.co/artist-history-api
AuthProtected data endpoints require X-API-Key.

Endpoints

Available routes

GET/artist-history-api/health

Public service health and supported source list.

GET/artist-history-api/artist-history/coverage

Source coverage summary. Requires X-API-Key.

GET/artist-history-api/artist-history

Aggregated chart history for an artist query. Requires X-API-Key.

GET/artist-history-api/openapi.json

OpenAPI schema for the service.

Examples

Requests

curl "https://api.soundradar.co/artist-history-api/health"
curl -H "X-API-Key: $SOUND_RADAR_API_KEY" \
  "https://api.soundradar.co/artist-history-api/artist-history?artist=CORTIS"

Operations

Runtime notes

Artist History runs as a cache-backed aggregation service and is now proxied through the SOUND.RADAR API domain.