A&R Artists by Social Index
A&R-oriented artist snapshot sorted by social / streaming growth metric. sortBy selects which service-type fields are hydrated and returned alongside weekInsights (7-day), insights (30-day), and twoMonthInsights (60-day) growth objects. External API forces interval=monthly.
- Type: integermin:0max:10000
Number of items to skip from the start of the result set; capped so
limit + offsetdoes not exceed 10,000 (Elasticsearch max window). - Type: integermin:1max:0
Maximum number of artists to return. Defaults to 10, max 100.
- Type: string enumrequired
Metric to sort by. One of
spotify_popularity,spotify_followers,spotify_monthly_listeners,facebook_likes,twitter_followers,instagram_followers,tiktok_followers,wiki_views,soundcloud_followers,youtube_channel_views.facebook_likesis internally remapped tofs_likes.values- spotify
_popularity - spotify
_followers - spotify
_monthly _listeners - facebook
_likes - twitter
_followers
- Type: integer
Optional parent genre ID to restrict the result set.
- Type: integer
Optional child genre ID. Deprecated and has no effect on the model — kept for backwards compatibility.
- Type: stringmin length:2max length:2
ISO 3166-1 alpha-2 country code (2 letters, e.g. 'US', 'BR', 'GB').
- Type: boolean
If true (default), sort descending by
sortBy. - Type: integer
Minimum 30-day growth threshold for
sortBy. - Type: integer
Maximum 30-day growth threshold for
sortBy. - Type: integer
Minimum Spotify followers filter. Defaults to -1 (no minimum).
- Type: integer
Maximum Spotify followers filter. Defaults to -1 (no maximum).
- Type: integer
Restrict to artists whose first release is within this many days of today. Defaults to 2555 (~7 years).
- Type: integer
Restrict to artists whose latest release is within this many days of today. Defaults to 60.
- Type: boolean
If true (default), restrict the result set to unsigned artists.
- application/json
curl 'https://api.chartmetric.com/api/artist/anr/by/social-index?sortBy=spotify_popularity' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": [
{
"name": "jnhygs",
"code2": null,
"image_url": "https://i.scdn.co/image/ab67616100005174e370de7eb3169eeeb57bf5d1",
"tags": [
"Hip-Hop/Rap",
"Pop",
"Electronic"
],
"spotify_artist_ids": [
"0H942IkjXv9bjx5OxoG7kh"
],
"id": "9995920",
"releases": [
{
"cm_album": 26281529,
"album_name": "XTAYALIVE",
"release_date": "2023-02-19T00:00:00.000Z",
"label": "4990469 Records DK",
"image_url": "https://i.scdn.co/image/ab67616d0000b2734b1357973723dcf2e1a9cbe0",
"upc": "197631029842"
}
],
"weekInsights": {
"fdiff": 388076,
"fdiff_percent": 21.7568,
"sns": "spotify_m",
"value": 2171776
},
"insights": {
"fdiff": 1896287,
"fdiff_percent": 688.3349,
"sns": "spotify_m",
"value": 2171776
},
"twoMonthInsights": {
"fdiff": null,
"fdiff_percent": null,
"sns": "spotify_m",
"value": 2171776
},
"sp_followers": 13371,
"signed": false
}
]
}