Get available feeds

Retrieve the catalog of subscribable data streams.

This endpoint lists all available data feeds you can consume, filtered by entity type (artist, song, playlist, album). Each feed represents a specialized data stream, ranging from daily streaming metrics and popularity indexes to demographic reports and event schedules.

Use this catalog to identify the specific code for the data you need. Once identified, activate the data stream using the Subscribe to a feed endpoint. You can audit your active data pipelines via the Get active feeds endpoint and stop ingestion via the Unsubscribe from feed endpoint.

Request

GET /api/v2/data-feed/available

Query string parameters

Parameter Value Description Additional
entityType string Entity type. Values are : artist, album, song, etc. Optional

Response

Code Description Resource
200 OK

A feed collection response

Feed Collection Response
401 Unauthorized

You are not logged in

403 Forbidden

This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.

Explore

Entity type. Values are : artist, album, song, etc.

Try it out