Sign in

Get country chart

documented

Retrieve chart data for a specific country (country_id).

GET /chart/{country_id}Chartsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.deezer.com/chart/{{$country_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get country chart · Deezer · OpenIntegrations