{"openapi":"3.1.0","info":{"title":"Songstats API","version":"1.0","license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"},"summary":"Enterprise Access to Music Data across all DSPs","description":"## Enterprise Access to Music Data across all DSPs\n\nBased on simple REST principles, the Songstats API endpoints return JSON data about music\nartists, labels, and tracks, directly from the Songstats database.\n\nThe API provides a set of endpoints, each with its own unique path. To access data through the API, an application must authorize itself via a dedicated API Key.\n\nThe Songstats API is based on REST principles. Data resources are accessed via standard HTTPS requests in UTF-8 format to an API endpoint.\n\n---\n\n## General Principles\n\nThe Songstats API does a lot of the work in the background for you. From automatically aggregating track links, to matching metadata and prioritizing the data collection of recently fetched tracks. Some general principles apply:\n\n- When requesting a new song for the first time via ISRC or SpotifyID that is not yet in the database, Songstats will automatically search for the track links across all platforms and add them. When requesting the song the next time, all aggregated data will start to show up.\n\n- Historic Playlist & Chart information is available for every track no matter when they got added. For all resource specific statistics, like follower numbers, stream counts and popularity, historic data will be collected from the date they first got added to the database.\n\n- If a particular resource was requested once within the last 30 days, it will be flagged as \"relevant\" in our system and updated more frequently to provide the most recent insights.\n\n---\n\n## Rate Limiting\n\nRate Limiting enables the Songstats API to share access bandwidth to its resources equally across all users. Rate limiting is applied as per application based on its API Key. The general rate limit per API Key is 10 requests per second, running a max of 10 concurrent requests at once.\n\nBy default, each exact resource (specific tracks, artists, labels, etc) can be requested 1000 times per calendar month. If the API returns status code 429, it means that you have sent too many requests to the same resource.\n\n---\n\n## Official SDKs & Collections\n\nTo make integration even faster, we provide official SDKs and Collections for the most popular development environments:\n\n### 🧑‍🚀 Postman Collection\n- [GitHub repository](https://github.com/Songstats/songstats-api)\n- [Download Postman collection](https://raw.githubusercontent.com/Songstats/songstats-api/main/songstats_api_postman_collection.json)\n\n### 🟢 Node.js (JavaScript / TypeScript)\n- [GitHub repository](https://github.com/Songstats/songstats-node-sdk)\n- [NPM package](https://www.npmjs.com/package/songstats-node-sdk)\n\n### 🐍 Python\n- [GitHub repository](https://github.com/Songstats/songstats-python-sdk)\n- [PyPI package](https://pypi.org/project/songstats-sdk/)\n\n### 💎 Ruby\n- [GitHub repository](https://github.com/Songstats/songstats-ruby-sdk)\n- [RubyGems package](https://rubygems.org/gems/songstats-ruby-sdk)\n\nEach SDK provides a lightweight wrapper around the REST API, handling authentication and simplifying requests so you can get up and running in minutes.\n\n---\n\n## Uptime Status\n\nYou can check the current uptime status and service updates at [uptime.stats.company](https://uptime.stats.company).\n\n---\n\n## Authentication\n\nMaking authorized requests to the Songstats API requires a valid API Key. You can request an API Key by contacting [api@songstats.com](mailto:api@songstats.com). Never publicly share your API Key.\n\nBy using the Songstats Enterprise API, you accept the [Developer Terms of Service](https://developers.stats.company/terms).","contact":{"name":"API Support","email":"api@songstats.com","url":"https://songstats.com"},"termsOfService":"https://developers.stats.company/terms"},"servers":[{"url":"https://api.songstats.com/enterprise/v1"}],"tags":[{"name":"Artists","description":"Artist Endpoints"},{"name":"Collaborators","description":"Collaborator Endpoints"},{"name":"Info","description":"Info Endpoints"},{"name":"Labels","description":"Label Endpoints"},{"name":"Tracks","description":"Track Endpoints"}],"paths":{"/artists/info":{"parameters":[],"get":{"summary":"Get Artist Info","operationId":"get-artist-info","description":"Returns metadata information of an artist.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Info"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/artists/activities":{"parameters":[],"get":{"summary":"Get Artist Activities","operationId":"get-artist-activities","description":"Returns the latest activities of an artist filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/milestones"},{"$ref":"#/components/parameters/albums"},{"$ref":"#/components/parameters/editorial"},{"$ref":"#/components/parameters/recent"},{"$ref":"#/components/parameters/tier"},{"$ref":"#/components/parameters/comments"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Activities"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/artists/stats":{"parameters":[],"get":{"summary":"Get Artist Current Stats","operationId":"get-artist-stats","description":"Returns summary and detailed information of an artist filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/artists/historic_stats":{"parameters":[],"get":{"summary":"Get Artist Historic Stats","operationId":"get-artist-historic-stats","description":"Returns historic information of an artist filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/start_date"},{"$ref":"#/components/parameters/end_date"},{"$ref":"#/components/parameters/with_aggregates"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Historic-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/artists/audience":{"parameters":[],"get":{"summary":"Get Artist Audience","operationId":"get-artist-audience","description":"Returns audience information of an artist filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Audience"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/artists/audience/details":{"parameters":[],"get":{"summary":"Get Artist Audience Details","operationId":"get-artist-audience-details","description":"Returns detailed audience information of an artist for a specific country filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/country_code"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Audience-Details"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"],"x-stoplight":{"id":"956j6623vtyd4"}}},"/artists/catalog":{"parameters":[],"get":{"summary":"Get Artist Catalog","operationId":"get-artist-catalog","description":"Returns the track catalog of an artist ordered by release date descending, with Songstats track ID ascending as a stable tie-breaker.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/with_links"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Catalog"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"],"x-stoplight":{"id":"xt3ee4k0uo36o"}}},"/artists/top_tracks":{"parameters":[],"get":{"summary":"Get Artist Top Tracks","operationId":"get-artist-top-tracks","description":"Returns the top tracks of an artist sorted rank type.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/metric"},{"$ref":"#/components/parameters/scope"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Top-Tracks"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/artists/top_playlists":{"parameters":[],"get":{"summary":"Get Artist Top Playlists","operationId":"get-artist-top-playlists","description":"Returns the top playlists of an artist. Playlist rankings are available for Spotify, Deezer, TIDAL, and SoundCloud; 1001Tracklists returns top tracklists.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/only_editorial"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Top-Playlists"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/artists/top_curators":{"parameters":[],"get":{"summary":"Get Artist Top Curators","operationId":"get-artist-top-curators","description":"Returns the top curators supporting an artist.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/limit"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Top-Curators"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"],"x-stoplight":{"id":"cekdagkdyfdbv"}}},"/artists/top_commentors":{"parameters":[],"get":{"summary":"Get Artist Top Commentors","operationId":"get-artist-top-commentors","description":"Returns the top commentors supporting an artist.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"in":"query","name":"source","description":"Specifies the sources that data is being requested for. Can be a comma separated list of individual sources or be set to 'all'.","required":true,"schema":{"example":"youtube,soundcloud"}},{"$ref":"#/components/parameters/limit"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Top-Commentors"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"],"x-stoplight":{"id":"mvw5o0hc0xuop"}}},"/artists/songshare":{"parameters":[],"get":{"summary":"Get Artist Songshare","operationId":"get-artist-songshare","description":"Returns Songshare smart link information of an artist.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Songshare"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"],"x-stoplight":{"id":"8p01v2wwrt1rp"}}},"/artists/search":{"parameters":[],"get":{"summary":"Search Artist","operationId":"search-artist","description":"Search for an artist.","parameters":[{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Search"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/collaborators/info":{"parameters":[],"get":{"summary":"Get Collaborator Info","operationId":"get-collaborator-info","description":"Returns metadata information of a collaborator.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Info"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"dobvqvisznvh2"}}},"/collaborators/activities":{"parameters":[],"get":{"summary":"Get Collaborator Activities","operationId":"get-collaborator-activities","description":"Returns the latest activities of a collaborator filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/milestones"},{"$ref":"#/components/parameters/albums"},{"$ref":"#/components/parameters/editorial"},{"$ref":"#/components/parameters/recent"},{"$ref":"#/components/parameters/tier"},{"$ref":"#/components/parameters/comments"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Activities"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"sfiep3scwbkvs"}}},"/collaborators/stats":{"parameters":[],"get":{"summary":"Get Collaborator Current Stats","operationId":"get-collaborator-stats","description":"Returns summary and detailed information of a collaborator filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"1jcfoj39ssrwn"}}},"/collaborators/historic_stats":{"parameters":[],"get":{"summary":"Get Collaborator Historic Stats","operationId":"get-collaborator-historic-stats","description":"Returns historic information of a collaborator filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/start_date"},{"$ref":"#/components/parameters/end_date"},{"$ref":"#/components/parameters/with_aggregates"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Historic-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"8zskql9ryw6by"}}},"/collaborators/audience":{"parameters":[],"get":{"summary":"Get Collaborator Audience","operationId":"get-collaborator-audience","description":"Returns audience information of a collaborator filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Audience"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"59v4wf1nx4jhh"}}},"/collaborators/audience/details":{"parameters":[],"get":{"summary":"Get Collaborator Audience Details","operationId":"get-collaborator-audience-details","description":"Returns detailed audience information of a collaborator for a specific country filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/country_code"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Audience-Details"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"q8smck3nxe52s"}}},"/collaborators/catalog":{"parameters":[],"get":{"summary":"Get Collaborator Catalog","operationId":"get-collaborator-catalog","description":"Returns the track catalog of a collaborator ordered by release date descending, with Songstats track ID ascending as a stable tie-breaker.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/with_links"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Catalog"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"9batvwfr7zqnr"}}},"/collaborators/top_tracks":{"parameters":[],"get":{"summary":"Get Collaborator Top Tracks","operationId":"get-collaborator-top-tracks","description":"Returns the top tracks of a collaborator sorted rank type.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/metric"},{"$ref":"#/components/parameters/scope"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Top-Tracks"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"bozni7c2a7o6b"}}},"/collaborators/top_playlists":{"parameters":[],"get":{"summary":"Get Collaborator Top Playlists","operationId":"get-collaborator-top-playlists","description":"Returns the top playlists of a collaborator. Playlist rankings are available for Spotify, Deezer, TIDAL, and SoundCloud; 1001Tracklists returns top tracklists.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/only_editorial"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Top-Playlists"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"rx8dk1urfntxu"}}},"/collaborators/top_curators":{"parameters":[],"get":{"summary":"Get Collaborator Top Curators","operationId":"get-collaborator-top-curators","description":"Returns the top curators supporting a collaborator.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/limit"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Top-Curators"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"n8w0kej74dn7g"}}},"/collaborators/top_commentors":{"parameters":[],"get":{"summary":"Get Collaborator Top Commentors","operationId":"get-collaborator-top-commentors","description":"Returns the top commentors supporting a collaborator.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"in":"query","name":"source","description":"Specifies the sources that data is being requested for. Can be a comma separated list of individual sources or be set to 'all'.","required":true,"schema":{"example":"youtube,soundcloud"}},{"$ref":"#/components/parameters/limit"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Top-Commentors"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"w7qgrl94g58i6"}}},"/collaborators/songshare":{"parameters":[],"get":{"summary":"Get Collaborator Songshare","operationId":"get-collaborator-songshare","description":"Returns Songshare smart link information of a collaborator.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Songshare"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"04v20ygaz0umr"}}},"/collaborators/search":{"parameters":[],"get":{"summary":"Search Collaborator","operationId":"search-collaborator","description":"Search for a collaborator.","parameters":[{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Collaborator-Search"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"vzss1ov2h6e2a"}}},"/labels/info":{"parameters":[],"get":{"summary":"Get Label Info","operationId":"get-label-info","description":"Returns metadata information of a record label.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Info"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/activities":{"parameters":[],"get":{"summary":"Get Label Activities","operationId":"get-label-activities","description":"Returns the latest activities of a label filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/milestones"},{"$ref":"#/components/parameters/albums"},{"$ref":"#/components/parameters/editorial"},{"$ref":"#/components/parameters/recent"},{"$ref":"#/components/parameters/tier"},{"$ref":"#/components/parameters/comments"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Artist-Activities"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/stats":{"parameters":[],"get":{"summary":"Get Label Current Stats","operationId":"get-label-stats","description":"Returns summary and detailed information of a record label filtered by source. Spotify monthly listeners are not returned for labels.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/historic_stats":{"parameters":[],"get":{"summary":"Get Label Historic Stats","operationId":"get-label-historic-stats","description":"Returns historic information of a record label filtered by source.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/start_date"},{"$ref":"#/components/parameters/end_date"},{"$ref":"#/components/parameters/with_aggregates"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Historic-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/audience":{"parameters":[],"get":{"summary":"Get Label Audience","operationId":"get-label-audience","description":"Returns audience information of a record label filtered by source. Spotify monthly-listener locations are not returned for labels.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Audience"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/audience/details":{"parameters":[],"get":{"summary":"Get Label Audience Details","operationId":"get-label-audience-details","description":"Returns detailed audience information of a record label for a specific country filtered by source. Spotify monthly-listener locations are not returned for labels.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/country_code"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Audience-Details"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"],"x-stoplight":{"id":"907amvb46s0ar"}}},"/labels/catalog":{"parameters":[],"get":{"summary":"Get Label Catalog","operationId":"get-label-catalog","description":"Returns the track catalog of a record label ordered by release date descending, with Songstats track ID ascending as a stable tie-breaker.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/with_links"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Catalog"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/top_tracks":{"parameters":[],"get":{"summary":"Get Label Top Tracks","operationId":"get-label-top-tracks","description":"Returns the top tracks of a label sorted by rank type.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/metric"},{"$ref":"#/components/parameters/scope"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Top-Tracks"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/top_playlists":{"parameters":[],"get":{"summary":"Get Label Top Playlists","operationId":"get-label-top-playlists","description":"Returns the top playlists of a label. Playlist rankings are available for Spotify, Deezer, TIDAL, and SoundCloud; 1001Tracklists returns top tracklists.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/only_editorial"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Top-Playlists"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/top_curators":{"parameters":[],"get":{"summary":"Get Label Top Curators","operationId":"get-label-top-curators","description":"Returns the top curators supporting a label.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/limit"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Top-Curators"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"],"x-stoplight":{"id":"124ftbp6nu959"}}},"/labels/top_commentors":{"parameters":[],"get":{"summary":"Get Label Top Commentors","operationId":"get-label-top-commentors","description":"Returns the top commentors supporting a label.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/scope"},{"in":"query","name":"source","description":"Specifies the sources that data is being requested for. Can be a comma separated list of individual sources or be set to 'all'.","required":true,"schema":{"example":"youtube,soundcloud"}},{"$ref":"#/components/parameters/limit"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Top-Commentors"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"],"x-stoplight":{"id":"egeh6tldcy8y8"}}},"/labels/songshare":{"parameters":[],"get":{"summary":"Get Label Songshare","operationId":"get-label-songshare","description":"Returns Songshare smart link information of a record label.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Songshare"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"],"x-stoplight":{"id":"q2soq602nwd0v"}}},"/labels/search":{"parameters":[],"get":{"summary":"Search Label","operationId":"search-label","description":"Search for a record label.","parameters":[{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Label-Search"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/tracks/info":{"parameters":[],"get":{"summary":"Get Track Info","tags":["Tracks"],"operationId":"get-track-info","description":"Returns metadata information of a track.","parameters":[{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Info"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}}}},"/tracks/activities":{"parameters":[],"get":{"summary":"Get Track Activities","operationId":"get-track-activities","description":"Returns the latest activities of a track filtered by source.","parameters":[{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/milestones"},{"$ref":"#/components/parameters/albums"},{"$ref":"#/components/parameters/editorial"},{"$ref":"#/components/parameters/tier"},{"$ref":"#/components/parameters/comments"},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Activities"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"x-stoplight":{"id":"auzfvt1sw074a"},"tags":["Tracks"]}},"/tracks/stats":{"parameters":[],"get":{"summary":"Get Track Current Stats","tags":["Tracks"],"operationId":"get-track-stats","description":"Returns summary and detailed information of a track filtered by source.\n\n-----------\n\nNOTE: For Artist/Label API Keys, please make sure to always include either the `songstats_artist_id` or `spotify_artist_id` parameter.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/with_links"},{"$ref":"#/components/parameters/with_playlists"},{"$ref":"#/components/parameters/with_charts"},{"$ref":"#/components/parameters/with_videos"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/with_stations"},{"$ref":"#/components/parameters/with_radio_plays"},{"$ref":"#/components/parameters/sort"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"},{"$ref":"#/components/parameters/apple_music_track_id"},{"$ref":"#/components/parameters/only_current"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}}}},"/tracks/historic_stats":{"parameters":[],"get":{"summary":"Get Track Historic Stats","tags":["Tracks"],"operationId":"get-track-historic-stats","description":"Returns historic information of a track filtered by source.\n\n-----------\n\nNOTE: For Artist/Label API Keys, please make sure to always include either the `songstats_artist_id` or `spotify_artist_id` parameter.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/start_date"},{"$ref":"#/components/parameters/end_date"},{"$ref":"#/components/parameters/with_aggregates"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Historic-Stats"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}}}},"/tracks/locations":{"parameters":[],"get":{"summary":"Get Track Locations","tags":["Tracks"],"operationId":"get-track-locations","description":"Returns country / city based location information of a track filtered by source.\n\n-----------\n\nNOTE: For Artist/Label API Keys, please make sure to always include either the `songstats_artist_id` or `spotify_artist_id` parameter.","parameters":[{"$ref":"#/components/parameters/source"},{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Locations"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"x-stoplight":{"id":"oitvqhu5jpocu"}}},"/tracks/comments":{"parameters":[],"get":{"summary":"Get Track Comments","tags":["Tracks"],"operationId":"get-track-comments","description":"Returns sentiment, keywords and comments of a track.","parameters":[{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/accept-encoding"},{"schema":{"type":"string","example":"youtube,soundcloud"},"in":"query","description":"Specifies the sources that data is being requested for. Can be a comma separated list of individual sources or be set to 'all'.","name":"source","required":true},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Comments"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"x-stoplight":{"id":"glodiifqcxgdv"}}},"/tracks/songshare":{"parameters":[],"get":{"summary":"Get Track Songshare","tags":["Tracks"],"operationId":"get-track-songshare","description":"Returns Songshare smart link information of a track.","parameters":[{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Songshare"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"x-stoplight":{"id":"m0qv3gg2wcfxv"}}},"/tracks/search":{"parameters":[],"get":{"summary":"Search Track","operationId":"search-track","description":"Search for a track.","parameters":[{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/limit"},{"$ref":"#/components/parameters/offset"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Search"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Tracks"]}},"/status":{"parameters":[],"get":{"summary":"Get Status","operationId":"get-status","description":"Returns current status of API and quota.","parameters":[{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Status"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Info"]}},"/definitions":{"parameters":[],"get":{"summary":"Get Definitions","operationId":"get-definitions","description":"Returns definitions for all data points.","parameters":[{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Definitions"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"x-stoplight":{"id":"topk6shwxev1e"},"tags":["Info"]}},"/sources":{"parameters":[],"get":{"summary":"Get Sources","operationId":"get-sources","description":"Returns currently supported data sources.","parameters":[{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Sources"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Info"]}},"/tracks/link_request":{"parameters":[],"post":{"summary":"Add Track Link","tags":["Tracks"],"operationId":"add-track-link","description":"Request for link to be added to a track.","parameters":[{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/add-link"},{"$ref":"#/components/parameters/accept-encoding"},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}}},"delete":{"summary":"Remove Track Link","operationId":"remove-track-link","description":"Request for link to be removed from track.","tags":["Tracks"],"parameters":[{"$ref":"#/components/parameters/isrc"},{"$ref":"#/components/parameters/songstats_track_id"},{"$ref":"#/components/parameters/spotify_track_id"},{"$ref":"#/components/parameters/delete-link"},{"$ref":"#/components/parameters/apple_music_track_id"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}}}},"/artists/link_request":{"parameters":[],"post":{"summary":"Add Artist Link","operationId":"add-artist-link","description":"Request for link to be added to an artist.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/add-link"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]},"delete":{"summary":"Remove Artist Link","operationId":"remove-artist-link","description":"Request for link to be removed from an artist.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"$ref":"#/components/parameters/delete-link"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"]}},"/collaborators/link_request":{"parameters":[],"post":{"summary":"Add Collaborator Link","operationId":"add-collaborator-link","description":"Request for link to be added to a collaborator.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/add-link"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"biey77cgsal3r"}},"delete":{"summary":"Remove Collaborator Link","operationId":"remove-collaborator-link","description":"Request for link to be removed from a collaborator.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"$ref":"#/components/parameters/delete-link"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"vdtgnxfw6a8fl"}}},"/artists/track_request":{"parameters":[],"post":{"summary":"Add Artist Track","operationId":"add-artist-track","description":"Request for track to be added to an artist catalog.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"in":"query","name":"link","schema":{"example":"https://music.apple.com/us/album/smalltown-boy/1743410570?i=1743410576","type":"string"},"description":"Link to the track to be added from Spotify, Apple Music, Amazon, Deezer, 1001Tracklists, Beatport, Traxsource or TIDAL."},{"$ref":"#/components/parameters/accept-encoding"},{"schema":{"type":"string","example":"UKKGA2000013"},"in":"query","name":"isrc","description":"ISRC of the track to be added."},{"schema":{"type":"string","example":"3yYqfGNpGlIyZJvWEcXgnF"},"in":"query","name":"spotify_track_id","description":"Spotify ID of the track to be added."}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"],"x-stoplight":{"id":"aux8fvg3g9sv7"}},"delete":{"summary":"Remove Artist Track","operationId":"remove-artist-track","description":"Request for track to be removed from an artist catalog.","parameters":[{"$ref":"#/components/parameters/songstats_artist_id"},{"$ref":"#/components/parameters/spotify_artist_id"},{"$ref":"#/components/parameters/apple_music_artist_id"},{"in":"query","name":"spotify_track_id","schema":{"example":"4wAQSi076CxYXc0y37IRRH","type":"string"},"description":"Spotify ID of the track to be removed."},{"schema":{"type":"string","example":"sv1aqxtp"},"in":"query","name":"songstats_track_id","description":"Songstats ID of the track to be removed."}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Artists"],"x-stoplight":{"id":"sijd2vkvgwpdj"}}},"/collaborators/track_request":{"parameters":[],"post":{"summary":"Add Collaborator Track","operationId":"add-collaborator-track","description":"Request for track to be added to a collaborator catalog.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"in":"query","name":"link","schema":{"example":"https://music.apple.com/us/album/smalltown-boy/1743410570?i=1743410576","type":"string"},"description":"Link to the track to be added from Spotify, Apple Music, Amazon, Deezer, 1001Tracklists, Beatport, Traxsource or TIDAL."},{"$ref":"#/components/parameters/accept-encoding"},{"schema":{"type":"string","example":"UKKGA2000013"},"in":"query","name":"isrc","description":"ISRC of the track to be added."},{"schema":{"type":"string","example":"3yYqfGNpGlIyZJvWEcXgnF"},"in":"query","name":"spotify_track_id","description":"Spotify ID of the track to be added."}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"owbs5xs7vsn5r"}},"delete":{"summary":"Remove Collaborator Track","operationId":"remove-collaborator-track","description":"Request for track to be removed from a collaborator catalog.","parameters":[{"$ref":"#/components/parameters/songstats_collaborator_id"},{"$ref":"#/components/parameters/tidal_artist_id"},{"in":"query","name":"spotify_track_id","schema":{"example":"4wAQSi076CxYXc0y37IRRH","type":"string"},"description":"Spotify ID of the track to be removed."},{"schema":{"type":"string","example":"sv1aqxtp"},"in":"query","name":"songstats_track_id","description":"Songstats ID of the track to be removed."}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Link-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Collaborators"],"x-stoplight":{"id":"x6lkycwlm6d3q"}}},"/labels/link_request":{"parameters":[],"post":{"summary":"Add Label Link","operationId":"add-label-link","description":"Request for link to be added to a record label.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/add-link"},{"$ref":"#/components/parameters/accept-encoding"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Request-Success"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]},"delete":{"summary":"Remove Label Link","operationId":"remove-label-link","description":"Request for link to be removed from a record label.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"$ref":"#/components/parameters/delete-link"}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"]}},"/labels/track_request":{"parameters":[],"post":{"summary":"Add Label Track","operationId":"add-label-track","description":"Request for track to be added to a record label catalog.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"in":"query","name":"link","description":"Link to the track to be added from Spotify, Apple Music, Amazon, Deezer, 1001Tracklists, Beatport, Traxsource or TIDAL.","schema":{"type":"string","example":"https://music.apple.com/us/album/smalltown-boy/1743410570?i=1743410576"}},{"$ref":"#/components/parameters/accept-encoding"},{"schema":{"type":"string","example":"UKKGA2000013"},"in":"query","name":"isrc","description":"ISRC of the track to be added."},{"schema":{"type":"string","example":"3yYqfGNpGlIyZJvWEcXgnF"},"in":"query","name":"spotify_track_id","description":"Spotify ID of the track to be added."}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Request-Success"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"],"x-stoplight":{"id":"sf9lrzr189m48"}},"delete":{"summary":"Remove Label Link","operationId":"remove-label-track","description":"Request for track to be removed from a record label catalog.","parameters":[{"$ref":"#/components/parameters/songstats_label_id"},{"$ref":"#/components/parameters/beatport_label_id"},{"in":"query","name":"spotify_track_id","schema":{"example":"4wAQSi076CxYXc0y37IRRH","type":"string"},"description":"Spotify ID of the track to be removed."},{"schema":{"type":"string","example":"sv1aqxtp"},"in":"query","name":"songstats_track_id","description":"Songstats ID of the track to be removed."}],"security":[{"apikey":[]}],"responses":{"200":{"$ref":"#/components/responses/Track-Request"},"400":{"description":"Bad Request: The request could not be understood due to malformed syntax."},"401":{"description":"Unauthorized: The request requires valid user authentication."},"403":{"description":"Forbidden: The server understood the request, but is refusing to fulfill it."},"404":{"description":"Not Found: The requested resource could not be found."},"429":{"description":"Too Many Requests: Rate limiting has been applied."},"500":{"description":"Internal Server Error: You should never receive this error because our clever coders catch them all… but if you are unlucky enough to get one, please report it to us."},"502":{"description":"Bad Gateway: The server received an invalid response from the upstream server."},"503":{"description":"Service Unavailable: The server is temporarily unable to handle the request."}},"tags":["Labels"],"x-stoplight":{"id":"l0xhrjijnktgf"}}}},"components":{"securitySchemes":{"apikey":{"name":"apikey","type":"apiKey","in":"header"}},"responses":{"Sources":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"description":"","type":"object","properties":{"result":{"type":"string","minLength":1},"message":{"type":"string","minLength":1},"sources":{"type":"array","uniqueItems":true,"minItems":1,"items":{"required":["id","name"],"properties":{"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1}}}}},"required":["result","message","sources"]},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","sources":[{"id":"spotify","name":"Spotify"},{"id":"apple_music","name":"Apple Music"},{"id":"amazon","name":"Amazon"},{"id":"deezer","name":"Deezer"},{"id":"tiktok","name":"TikTok"},{"id":"youtube","name":"YouTube"},{"id":"shazam","name":"Shazam"},{"id":"tracklist","name":"1001Tracklists"},{"id":"beatport","name":"Beatport"},{"id":"traxsource","name":"Traxsource"},{"id":"itunes","name":"iTunes"},{"id":"tidal","name":"Tidal"},{"id":"soundcloud","name":"SoundCloud"}]}}}}},"headers":{}},"Status":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"status":{"type":"object","properties":{"current_month_total_requests":{"type":"integer"},"current_month_total_requested_objects":{"type":"integer"},"current_month_total_bill":{"type":"string"},"previous_month_total_requests":{"type":"integer"},"previous_month_total_requested_objects":{"type":"integer"},"previous_month_total_bill":{"type":"string"}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","status":{"current_month_total_requests":11865,"current_month_total_requested_objects":3549,"current_month_total_bill":"122.50","previous_month_total_requests":120808,"previous_month_total_requested_objects":32118,"previous_month_total_bill":"942.00"}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","status":{"current_month_total_requests":11865,"current_month_total_requested_objects":3549,"current_month_total_bill":"122.50","previous_month_total_requests":120808,"previous_month_total_requested_objects":32118,"previous_month_total_bill":"942.00"}}}}}}},"Definitions":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"definitions":{"type":"object","properties":{"data_type_definitions":{"type":"object","properties":{"channel_views_total":{"type":"string"},"charted_tracks_current":{"type":"string"},"charted_tracks_total":{"type":"string"},"charts_current":{"type":"string"},"charts_total":{"type":"string"},"comments_total":{"type":"string"},"creator_reach_total":{"type":"string"},"dj_charts_total":{"type":"string"},"engagement_rate_total":{"type":"string"},"favorites_total":{"type":"string"},"followers_total":{"type":"string"},"monthly_listeners_current":{"type":"string"},"overall_top_100_charted_tracks_total":{"type":"string"},"playlist_reach_current":{"type":"string"},"playlist_reach_total":{"type":"string"},"playlists_current":{"type":"string"},"playlists_total":{"type":"string"},"popularity_current":{"type":"string"},"radio_stations_total":{"type":"string"},"radio_streams_total":{"type":"string"},"reposts_total":{"type":"string"},"shares_total":{"type":"string"},"shazams_total":{"type":"string"},"short_comments_total":{"type":"string"},"short_likes_total":{"type":"string"},"short_views_total":{"type":"string"},"shorts_total":{"type":"string"},"streams_total":{"type":"string"},"subscribers_total":{"type":"string"},"sxm_royalties_total":{"type":"string"},"sxm_streams_total":{"type":"string"},"tiktok_engagement_rate":{"type":"string"},"total_support_total":{"type":"string"},"tracklist_views_total":{"type":"string"},"unique_support_total":{"type":"string"},"video_comments_total":{"type":"string"},"video_likes_total":{"type":"string"},"video_views_total":{"type":"string"},"videos_total":{"type":"string"}}},"rank_type_definitions":{"type":"object","properties":{"all_radio_types_streams_total":{"type":"string"},"charts_current":{"type":"string"},"charts_total":{"type":"string"},"dj_charts_total":{"type":"string"},"engagement_rate_total":{"type":"string"},"features_current":{"type":"string"},"features_total":{"type":"string"},"playlist_reach_current":{"type":"string"},"playlist_reach_total":{"type":"string"},"playlist_streams":{"type":"string"},"playlists_current":{"type":"string"},"playlists_total":{"type":"string"},"popularity_current":{"type":"string"},"radio_streams_total":{"type":"string"},"reposts_total":{"type":"string"},"shazams_total":{"type":"string"},"shorts_total":{"type":"string"},"streams_total":{"type":"string"},"sxm_streams_total":{"type":"string"},"top_playlists_current":{"type":"string"},"top_playlists_total":{"type":"string"},"total_support_total":{"type":"string"},"tv_streams_total":{"type":"string"},"unique_support_total":{"type":"string"},"videos_total":{"type":"string"},"views_total":{"type":"string"}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","definitions":{"data_type_definitions":{"channel_views_total":"The total number legitimate views across all of the content on your Youtube channel (videos, shorts, and livestreams).","charted_tracks_current":"The number of tracks currently on charts.","charted_tracks_total":"The total number of tracks that have ever charted.","charts_current":"The number of distinct charts your music was in on a given date.","charts_total":"The total number of distinct charts your music has ever been on.","comments_total":"The total number of comments on your music.","creator_reach_total":"The combined follower reach of creators that uploaded videos containing your music.","dj_charts_total":"The total number of DJ charts supporting your music.","engagement_rate_total":"The sum of total likes and comments divided by total views of all videos containing your music.","favorites_total":"The total number of times listeners have saved your music to their library.","followers_total":"The total amount of people that have subscribed to your profile.","monthly_listeners_current":"The total number of unique listeners in the last 28 days.","overall_top_100_charted_tracks_total":"The total number of tracks that have ever charted on the platform's Top 100.","playlist_reach_current":"The combined follower number of all playlists your music is currently on.","playlist_reach_total":"The combined follower number of all playlists your music has ever been on.","playlists_current":"The number of distinct playlists your music was in on a given date.","playlists_total":"The total number of distinct playlists your music has ever been on.","popularity_current":"An internal platform ranking on a scale from 0 to 100.","radio_stations_total":"The total number of unique stations that played your music.","radio_streams_total":"The total number of airplays your music had on Radio.","reposts_total":"The total number of reposts across all SoundCloud uploads containing your music.","shares_total":"The total number of shares of all videos containing your music.","shazams_total":"The total number of Shazam tags.","short_comments_total":"The total number of comments of your Youtube shorts.","short_likes_total":"The total number of likes of your Youtube shorts.","short_views_total":"The total number of views of your Youtube shorts.","shorts_total":"The total number of YouTube Shorts containing your music.","streams_total":"The total number of streams.","subscribers_total":"The total number of people subscribed to your Youtube channels.","sxm_royalties_total":"The estimated amount of royalties collectible due to this track's plays on SiriusXM stations.","sxm_streams_total":"The total number of airplays your music had on SiriusXM stations.","tiktok_engagement_rate":"The sum of total likes, shares, and comments divided by total views of all TikTok videos containing your music.","total_support_total":"The total number of times your music was supported by DJs on 1001Tracklists.","tracklist_views_total":"The total number of views all of your tracklists have received on 1001Tracklists.","unique_support_total":"The total number of distinct DJs supporting your music on 1001Tracklists.","video_comments_total":"The total number of comments videos using your music have received.","video_likes_total":"The total number of likes videos using your music have received.","video_views_total":"The total number of views videos using your music have received.","videos_total":"The total number of videos containing your music."},"rank_type_definitions":{"all_radio_types_streams_total":"The top tracks with the most streams across all forms of radio station.","charts_current":"The top performing tracks currently entered in the most charts.","charts_total":"The top performing tracks ranked by total chart entries.","dj_charts_total":"The top performing tracks supported by the most DJ charts.","engagement_rate_total":"The top performing tracks ranked by engagement rate.","features_current":"The tracks currently present in the most editorial placements.","features_total":"The tracks that received the most editorial placements.","playlist_reach_current":"The top playlisted tracks ranked by current follower reach.","playlist_reach_total":"The top playlisted tracks ranked by total follower reach.","playlist_streams":"The top performing playlists resulting in the most additional streams for this artist.","playlists_current":"The top performing tracks currently entered in the most playlists.","playlists_total":"The top performing tracks entered in the most playlists overall.","popularity_current":"The top performing tracks ranked by current popularity.","radio_streams_total":"The top tracks with the most streams across all traditional radio stations.","reposts_total":"The top tracks with the highest number of reposts.","shazams_total":"The top performing tracks ranked by total shazams.","shorts_total":"The top performing tracks currently used in the most YouTube Shorts.","streams_total":"The most streamed tracks ranked by play count.","sxm_streams_total":"The top tracks with the most streams across SiriusXM radio stations.","top_playlists_current":"The most followed playlists currently featuring tracks.","top_playlists_total":"The most followed playlists that have ever featured tracks.","total_support_total":"The top performing tracks by total supports by DJs on 1001Tracklists.","tv_streams_total":"The top tracks with the most streams across tv based radio stations.","unique_support_total":"The top performing tracks by most unique supports by DJs on 1001Tracklists.","videos_total":"The top tracks with the highest number of created videos.","views_total":"The trending tracks with the highest viewership."}}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","definitions":{"data_type_definitions":{"channel_views_total":"The total number legitimate views across all of the content on your Youtube channel (videos, shorts, and livestreams).","charted_tracks_current":"The number of tracks currently on charts.","charted_tracks_total":"The total number of tracks that have ever charted.","charts_current":"The number of distinct charts your music was in on a given date.","charts_total":"The total number of distinct charts your music has ever been on.","comments_total":"The total number of comments on your music.","creator_reach_total":"The combined follower reach of creators that uploaded videos containing your music.","dj_charts_total":"The total number of DJ charts supporting your music.","engagement_rate_total":"The sum of total likes and comments divided by total views of all videos containing your music.","favorites_total":"The total number of times listeners have saved your music to their library.","followers_total":"The total amount of people that have subscribed to your profile.","monthly_listeners_current":"The total number of unique listeners in the last 28 days.","overall_top_100_charted_tracks_total":"The total number of tracks that have ever charted on the platform's Top 100.","playlist_reach_current":"The combined follower number of all playlists your music is currently on.","playlist_reach_total":"The combined follower number of all playlists your music has ever been on.","playlists_current":"The number of distinct playlists your music was in on a given date.","playlists_total":"The total number of distinct playlists your music has ever been on.","popularity_current":"An internal platform ranking on a scale from 0 to 100.","radio_stations_total":"The total number of unique stations that played your music.","radio_streams_total":"The total number of airplays your music had on Radio.","reposts_total":"The total number of reposts across all SoundCloud uploads containing your music.","shares_total":"The total number of shares of all videos containing your music.","shazams_total":"The total number of Shazam tags.","short_comments_total":"The total number of comments of your Youtube shorts.","short_likes_total":"The total number of likes of your Youtube shorts.","short_views_total":"The total number of views of your Youtube shorts.","shorts_total":"The total number of YouTube Shorts containing your music.","streams_total":"The total number of streams.","subscribers_total":"The total number of people subscribed to your Youtube channels.","sxm_royalties_total":"The estimated amount of royalties collectible due to this track's plays on SiriusXM stations.","sxm_streams_total":"The total number of airplays your music had on SiriusXM stations.","tiktok_engagement_rate":"The sum of total likes, shares, and comments divided by total views of all TikTok videos containing your music.","total_support_total":"The total number of times your music was supported by DJs on 1001Tracklists.","tracklist_views_total":"The total number of views all of your tracklists have received on 1001Tracklists.","unique_support_total":"The total number of distinct DJs supporting your music on 1001Tracklists.","video_comments_total":"The total number of comments videos using your music have received.","video_likes_total":"The total number of likes videos using your music have received.","video_views_total":"The total number of views videos using your music have received.","videos_total":"The total number of videos containing your music."},"rank_type_definitions":{"all_radio_types_streams_total":"The top tracks with the most streams across all forms of radio station.","charts_current":"The top performing tracks currently entered in the most charts.","charts_total":"The top performing tracks ranked by total chart entries.","dj_charts_total":"The top performing tracks supported by the most DJ charts.","engagement_rate_total":"The top performing tracks ranked by engagement rate.","features_current":"The tracks currently present in the most editorial placements.","features_total":"The tracks that received the most editorial placements.","playlist_reach_current":"The top playlisted tracks ranked by current follower reach.","playlist_reach_total":"The top playlisted tracks ranked by total follower reach.","playlist_streams":"The top performing playlists resulting in the most additional streams for this artist.","playlists_current":"The top performing tracks currently entered in the most playlists.","playlists_total":"The top performing tracks entered in the most playlists overall.","popularity_current":"The top performing tracks ranked by current popularity.","radio_streams_total":"The top tracks with the most streams across all traditional radio stations.","reposts_total":"The top tracks with the highest number of reposts.","shazams_total":"The top performing tracks ranked by total shazams.","shorts_total":"The top performing tracks currently used in the most YouTube Shorts.","streams_total":"The most streamed tracks ranked by play count.","sxm_streams_total":"The top tracks with the most streams across SiriusXM radio stations.","top_playlists_current":"The most followed playlists currently featuring tracks.","top_playlists_total":"The most followed playlists that have ever featured tracks.","total_support_total":"The top performing tracks by total supports by DJs on 1001Tracklists.","tv_streams_total":"The top tracks with the most streams across tv based radio stations.","unique_support_total":"The top performing tracks by most unique supports by DJs on 1001Tracklists.","videos_total":"The top tracks with the highest number of created videos.","views_total":"The trending tracks with the highest viewership."}}}}}}}},"Label-Top-Playlists":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":"string"},"scope":{"type":"string"},"top_playlists":{"type":"array","items":{"type":"object","properties":{"playlist_id":{"type":"string"},"playlist_name":{"type":"string"},"external_url":{"type":"string"},"followers_total":{"type":"string"},"image_url":{"type":"string"}}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"37i9dQZF1DXcBWIGoYBM5M","playlist_name":"Today’s Top Hits","external_url":"https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M","followers_total":"35.1M","image_url":"https://i.scdn.co/image/ab67706f00000002d3be7fca929fbde2bde8e463"},{"playlist_id":"37i9dQZEVXbMDoHDwVN2tF","playlist_name":"Top 50 - Global","external_url":"https://open.spotify.com/playlist/37i9dQZEVXbMDoHDwVN2tF","followers_total":"17.1M","image_url":"https://charts-images.scdn.co/assets/locale_en/regional/daily/region_global_default.jpg"}]},{"source":"deezer","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"53362031","playlist_name":"Les titres du moment","external_url":"https://www.deezer.com/playlist/53362031","followers_total":"10.3M","image_url":"https://cdn-images.dzcdn.net/images/playlist/6d7b42bd583551c043875b4d3898dd5c/1000x1000-000000-80-0-0.jpg"},{"playlist_id":"63141574","playlist_name":"Brand New UK","external_url":"https://www.deezer.com/playlist/63141574","followers_total":"5.98M","image_url":"https://cdn-images.dzcdn.net/images/playlist/bd191d819740d02755b89c62b4860bb7/1000x1000-000000-80-0-0.jpg"}]},{"source":"tracklist","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"ssr6zb","playlist_name":"Mainstage, Tomorrowland Weekend 2, Belgium","external_url":"https://1001.tl/87xfgc9","followers_total":"472K","image_url":"https://i1.sndcdn.com/avatars-Ygc6zvWLlf7IxL8N-6z0BbQ-t500x500.jpg"},{"playlist_id":"9vzgf2","playlist_name":"Mainstage, Tomorrowland Weekend 2, Belgium","external_url":"https://1001.tl/1kbvd1k","followers_total":"454K","image_url":"https://i1.sndcdn.com/avatars-g4KPjyzGXc3xkAnG-lPjlNQ-t500x500.jpg"}]}],"label_info":{"songstats_label_id":"51dhxrtz","avatar":"https://geo-media.beatport.com/image_size/300x300/b55f75f4-1313-48b5-ae63-ed624bb1affa.jpg","site_url":"https://songstats.com/label/51dhxrtz/spinnin-records","name":"SPINNIN' RECORDS"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"37i9dQZF1DXcBWIGoYBM5M","playlist_name":"Today’s Top Hits","external_url":"https://open.spotify.com/playlist/37i9dQZF1DXcBWIGoYBM5M","followers_total":"35.1M","image_url":"https://i.scdn.co/image/ab67706f00000002d3be7fca929fbde2bde8e463"},{"playlist_id":"37i9dQZEVXbMDoHDwVN2tF","playlist_name":"Top 50 - Global","external_url":"https://open.spotify.com/playlist/37i9dQZEVXbMDoHDwVN2tF","followers_total":"17.1M","image_url":"https://charts-images.scdn.co/assets/locale_en/regional/daily/region_global_default.jpg"}]},{"source":"deezer","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"53362031","playlist_name":"Les titres du moment","external_url":"https://www.deezer.com/playlist/53362031","followers_total":"10.3M","image_url":"https://cdn-images.dzcdn.net/images/playlist/6d7b42bd583551c043875b4d3898dd5c/1000x1000-000000-80-0-0.jpg"},{"playlist_id":"63141574","playlist_name":"Brand New UK","external_url":"https://www.deezer.com/playlist/63141574","followers_total":"5.98M","image_url":"https://cdn-images.dzcdn.net/images/playlist/bd191d819740d02755b89c62b4860bb7/1000x1000-000000-80-0-0.jpg"}]},{"source":"tracklist","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"ssr6zb","playlist_name":"Mainstage, Tomorrowland Weekend 2, Belgium","external_url":"https://1001.tl/87xfgc9","followers_total":"472K","image_url":"https://i1.sndcdn.com/avatars-Ygc6zvWLlf7IxL8N-6z0BbQ-t500x500.jpg"},{"playlist_id":"9vzgf2","playlist_name":"Mainstage, Tomorrowland Weekend 2, Belgium","external_url":"https://1001.tl/1kbvd1k","followers_total":"454K","image_url":"https://i1.sndcdn.com/avatars-g4KPjyzGXc3xkAnG-lPjlNQ-t500x500.jpg"}]}],"label_info":{"songstats_label_id":"51dhxrtz","avatar":"https://geo-media.beatport.com/image_size/300x300/b55f75f4-1313-48b5-ae63-ed624bb1affa.jpg","site_url":"https://songstats.com/label/51dhxrtz/spinnin-records","name":"SPINNIN' RECORDS"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Label-Top-Curators":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":"string"},"scope":{"type":"string"},"top_curators":{"type":"array","items":{"type":"object","properties":{"curator_id":{"type":"string"},"curator_name":{"type":"string"},"external_url":{"type":"string"},"followers_total":{"type":"string"},"image_url":{"type":"string"}}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"spotify","curator_name":"Spotify","external_url":"https://open.spotify.com/user/spotify","followers_total":"12.3M","image_url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5"},{"curator_id":"ministryofsounduk","curator_name":"Ministry of Sound","external_url":"https://open.spotify.com/user/ministryofsounduk","followers_total":"211K","image_url":"https://i.scdn.co/image/ab6775700000ee85197eab6007864a7639bc7d93"}]},{"source":"deezer","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"534742965","curator_name":"Ministry of Sound","external_url":"https://deezer.com/profile/534742965","followers_total":"5342","image_url":"https://e-cdns-images.dzcdn.net/images/user/a051640b9bc97b4891348ebb3291bc01/300x300-000000-80-0-0.jpg"},{"curator_id":"2834392844","curator_name":"Laeti - Deezer Dance & EDM Editor","external_url":"https://deezer.com/profile/2834392844","followers_total":"4738","image_url":"https://e-cdns-images.dzcdn.net/images/user/527003efc015b342a798e32d3c8a15e7/300x300-000000-80-0-0.jpg"}]},{"source":"instagram","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"472226363","curator_name":"Danielzinho Grau","external_url":"https://www.instagram.com/danielzinhograu/","followers_total":"1.44M","image_url":"https://ig-img.fra1.cdn.digitaloceanspaces.com/ig/profile/.jpg"},{"curator_id":"59559298781","curator_name":"NEO","external_url":"https://www.instagram.com/iamneo_music/","followers_total":"590K","image_url":"https://cdn.songstats.com/instagram_users/images/035/903/391/original/data?1733054862"}]},{"source":"tiktok","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"7046659553036059649","curator_name":"taisan","external_url":"https://www.tiktok.com/@taisan_8","followers_total":"6.2M","image_url":"https://cdn.songstats.com/tiktok_users/images/089/350/640/original/data?1687581624"},{"curator_id":"7080907574275228677","curator_name":"🇺🇲 Inglés con James","external_url":"https://www.tiktok.com/@ingles_con_james","followers_total":"2M","image_url":"https://cdn.songstats.com/tiktok_users/images/018/227/677/original/data?1685840668"}]},{"source":"youtube","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"UCG9D9SqYqUlJzIBBiOh9HXQ","curator_name":"Ivan Top Barber","external_url":"https://www.youtube.com/channel/UCG9D9SqYqUlJzIBBiOh9HXQ","followers_total":"418K","image_url":"https://yt3.ggpht.com/1tmqKFDYGUeK9UlyZbFRdPv-R_MCBSt8GFEI27m9v8slECe_ZPfMWUWCd9qPtmnb1s6aHW5TFw=s240-c-k-c0x00ffffff-no-rj"},{"curator_id":"UC0lvQK5wRvqNc8nt510fHLQ","curator_name":"TikTok Soon","external_url":"https://www.youtube.com/channel/UC0lvQK5wRvqNc8nt510fHLQ","followers_total":"23.2K","image_url":"https://yt3.ggpht.com/ytc/AIdro_l5OvLeZA1k58qLK-RxzJQKuRflKQ_1r6dbOh3Hv7KZLw=s240-c-k-c0x00ffffff-no-rj"}]},{"source":"tracklist","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"d4f0jl","curator_name":"Marshmello","external_url":"https://1001.tl/d4f0jl","followers_total":"57.2M","image_url":"https://i.scdn.co/image/ab6761610000e5eb53ca421f91678c26b4f15512"},{"curator_id":"4w5fz2","curator_name":"The Chainsmokers","external_url":"https://1001.tl/4w5fz2","followers_total":"47.7M","image_url":"https://i.scdn.co/image/ab6761610000e5eb44434ab91c37f5407f8e83b6"}]},{"source":"beatport","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"488350","curator_name":"Joel Corry","external_url":"https://www.beatport.com/artist/joel-corry/488350","followers_total":"11.4M","image_url":"https://i.scdn.co/image/ab6761610000e5eb4f4bcc61c2898f83ec3a3dfc"},{"curator_id":"10484","curator_name":"PAX","external_url":"https://www.beatport.com/artist/pax/10484","followers_total":"549K","image_url":"https://i.scdn.co/image/ab6761610000e5eba26241ace0e2413464a07315"}]},{"source":"soundcloud","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"121047111","curator_name":"James Hype","external_url":"https://soundcloud.com/jameshypethedj","followers_total":"258K","image_url":"https://i1.sndcdn.com/avatars-RzyA6rAccyaIf794-NnzqeQ-t300x300.jpg"},{"curator_id":"59405","curator_name":"Data Transmission","external_url":"https://soundcloud.com/data-transmission","followers_total":"188K","image_url":"https://i1.sndcdn.com/avatars-DR7Sp8rzxp2Zcd3i-ePsCiQ-t300x300.jpg"}]}],"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://scontent-yyz1-1.xx.fbcdn.net/v/t51.2885-15/95566041_348572752785151_3148032005141168128_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=7d201b&_nc_ohc=dNba3T2mT_0Q7kNvgEvaCqu&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&edm=AL-3X8kEAAAA&oh=00_AYA_0PclCzrxagOBSlnH6GHUTvu0MOxx9q-PBX4saIRUVw&oe=67551578","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"spotify","curator_name":"Spotify","external_url":"https://open.spotify.com/user/spotify","followers_total":"12.3M","image_url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5"},{"curator_id":"ministryofsounduk","curator_name":"Ministry of Sound","external_url":"https://open.spotify.com/user/ministryofsounduk","followers_total":"211K","image_url":"https://i.scdn.co/image/ab6775700000ee85197eab6007864a7639bc7d93"}]},{"source":"deezer","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"534742965","curator_name":"Ministry of Sound","external_url":"https://deezer.com/profile/534742965","followers_total":"5342","image_url":"https://e-cdns-images.dzcdn.net/images/user/a051640b9bc97b4891348ebb3291bc01/300x300-000000-80-0-0.jpg"},{"curator_id":"2834392844","curator_name":"Laeti - Deezer Dance & EDM Editor","external_url":"https://deezer.com/profile/2834392844","followers_total":"4738","image_url":"https://e-cdns-images.dzcdn.net/images/user/527003efc015b342a798e32d3c8a15e7/300x300-000000-80-0-0.jpg"}]},{"source":"instagram","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"472226363","curator_name":"Danielzinho Grau","external_url":"https://www.instagram.com/danielzinhograu/","followers_total":"1.44M","image_url":"https://ig-img.fra1.cdn.digitaloceanspaces.com/ig/profile/.jpg"},{"curator_id":"59559298781","curator_name":"NEO","external_url":"https://www.instagram.com/iamneo_music/","followers_total":"590K","image_url":"https://cdn.songstats.com/instagram_users/images/035/903/391/original/data?1733054862"}]},{"source":"tiktok","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"7046659553036059649","curator_name":"taisan","external_url":"https://www.tiktok.com/@taisan_8","followers_total":"6.2M","image_url":"https://cdn.songstats.com/tiktok_users/images/089/350/640/original/data?1687581624"},{"curator_id":"7080907574275228677","curator_name":"🇺🇲 Inglés con James","external_url":"https://www.tiktok.com/@ingles_con_james","followers_total":"2M","image_url":"https://cdn.songstats.com/tiktok_users/images/018/227/677/original/data?1685840668"}]},{"source":"youtube","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"UCG9D9SqYqUlJzIBBiOh9HXQ","curator_name":"Ivan Top Barber","external_url":"https://www.youtube.com/channel/UCG9D9SqYqUlJzIBBiOh9HXQ","followers_total":"418K","image_url":"https://yt3.ggpht.com/1tmqKFDYGUeK9UlyZbFRdPv-R_MCBSt8GFEI27m9v8slECe_ZPfMWUWCd9qPtmnb1s6aHW5TFw=s240-c-k-c0x00ffffff-no-rj"},{"curator_id":"UC0lvQK5wRvqNc8nt510fHLQ","curator_name":"TikTok Soon","external_url":"https://www.youtube.com/channel/UC0lvQK5wRvqNc8nt510fHLQ","followers_total":"23.2K","image_url":"https://yt3.ggpht.com/ytc/AIdro_l5OvLeZA1k58qLK-RxzJQKuRflKQ_1r6dbOh3Hv7KZLw=s240-c-k-c0x00ffffff-no-rj"}]},{"source":"tracklist","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"d4f0jl","curator_name":"Marshmello","external_url":"https://1001.tl/d4f0jl","followers_total":"57.2M","image_url":"https://i.scdn.co/image/ab6761610000e5eb53ca421f91678c26b4f15512"},{"curator_id":"4w5fz2","curator_name":"The Chainsmokers","external_url":"https://1001.tl/4w5fz2","followers_total":"47.7M","image_url":"https://i.scdn.co/image/ab6761610000e5eb44434ab91c37f5407f8e83b6"}]},{"source":"beatport","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"488350","curator_name":"Joel Corry","external_url":"https://www.beatport.com/artist/joel-corry/488350","followers_total":"11.4M","image_url":"https://i.scdn.co/image/ab6761610000e5eb4f4bcc61c2898f83ec3a3dfc"},{"curator_id":"10484","curator_name":"PAX","external_url":"https://www.beatport.com/artist/pax/10484","followers_total":"549K","image_url":"https://i.scdn.co/image/ab6761610000e5eba26241ace0e2413464a07315"}]},{"source":"soundcloud","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"121047111","curator_name":"James Hype","external_url":"https://soundcloud.com/jameshypethedj","followers_total":"258K","image_url":"https://i1.sndcdn.com/avatars-RzyA6rAccyaIf794-NnzqeQ-t300x300.jpg"},{"curator_id":"59405","curator_name":"Data Transmission","external_url":"https://soundcloud.com/data-transmission","followers_total":"188K","image_url":"https://i1.sndcdn.com/avatars-DR7Sp8rzxp2Zcd3i-ePsCiQ-t300x300.jpg"}]}],"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://scontent-yyz1-1.xx.fbcdn.net/v/t51.2885-15/95566041_348572752785151_3148032005141168128_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=7d201b&_nc_ohc=dNba3T2mT_0Q7kNvgEvaCqu&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&edm=AL-3X8kEAAAA&oh=00_AYA_0PclCzrxagOBSlnH6GHUTvu0MOxx9q-PBX4saIRUVw&oe=67551578","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Label-Top-Commentors":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"top_commentors":{"type":"object","properties":{"youtube":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"image_url":{"type":"string"},"external_url":{"type":"string"},"followers":{"type":"string"}}}},"soundcloud":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"image_url":{"type":"string"},"external_url":{"type":"string"},"followers":{"type":"string"}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","top_commentors":{"youtube":[{"name":"DEEPROT","image_url":"https://yt3.ggpht.com/V-rCY-BRRKUrU2u2d70KpuVBiPXtiUqYKe5Yo0Eg3zttPXCZEacUEY-dlWY9NIPa9MAeuJgQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCTOFODoILyXvkRdXtmepffA","followers":"844K"},{"name":"DONT BLINK","image_url":"https://yt3.ggpht.com/LwA4kIEylwFa9lg3KY8Eh6JmJIGKzEB_aAXnKME_knhqyLzbq8Fgh_3uDGP5Ro4WBIxc7NRmPQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCPlI9_18iZc0epqxGUyvWVQ","followers":"233K"},{"name":"Handpicked Music","image_url":"https://yt3.ggpht.com/MlESmpOk8npEfcOeX_UBMjNaEk0oke5OEPZ_pKKrUUKV1Gz2MP_bTHUId4WzqypfrpsHehs8Tyw=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCpwS8sQqDhPX05n7T8STkiw","followers":"207K"}],"soundcloud":[{"name":"Styline","image_url":"https://i1.sndcdn.com/avatars-000559705029-g475mk-t300x300.jpg","external_url":"https://soundcloud.com/styline","followers":"157K"},{"name":"The Power House","image_url":"https://i1.sndcdn.com/avatars-000383977421-5w2ruy-t300x300.jpg","external_url":"https://soundcloud.com/thepowerhouse","followers":"106K"},{"name":"Music is 4 Lovers","image_url":"https://i1.sndcdn.com/avatars-PX53vyYa981JF1k5-nyQxTQ-t300x300.jpg","external_url":"https://soundcloud.com/musicis4lovers","followers":"78.3K"}]},"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://i1.sndcdn.com/avatars-HabJzOHRnoqaMUf2-dNykgQ-t300x300.jpg","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING"},"source_ids":["youtube","soundcloud"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","top_commentors":{"youtube":[{"name":"DEEPROT","image_url":"https://yt3.ggpht.com/V-rCY-BRRKUrU2u2d70KpuVBiPXtiUqYKe5Yo0Eg3zttPXCZEacUEY-dlWY9NIPa9MAeuJgQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCTOFODoILyXvkRdXtmepffA","followers":"844K"},{"name":"DONT BLINK","image_url":"https://yt3.ggpht.com/LwA4kIEylwFa9lg3KY8Eh6JmJIGKzEB_aAXnKME_knhqyLzbq8Fgh_3uDGP5Ro4WBIxc7NRmPQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCPlI9_18iZc0epqxGUyvWVQ","followers":"233K"},{"name":"Handpicked Music","image_url":"https://yt3.ggpht.com/MlESmpOk8npEfcOeX_UBMjNaEk0oke5OEPZ_pKKrUUKV1Gz2MP_bTHUId4WzqypfrpsHehs8Tyw=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCpwS8sQqDhPX05n7T8STkiw","followers":"207K"}],"soundcloud":[{"name":"Styline","image_url":"https://i1.sndcdn.com/avatars-000559705029-g475mk-t300x300.jpg","external_url":"https://soundcloud.com/styline","followers":"157K"},{"name":"The Power House","image_url":"https://i1.sndcdn.com/avatars-000383977421-5w2ruy-t300x300.jpg","external_url":"https://soundcloud.com/thepowerhouse","followers":"106K"},{"name":"Music is 4 Lovers","image_url":"https://i1.sndcdn.com/avatars-PX53vyYa981JF1k5-nyQxTQ-t300x300.jpg","external_url":"https://soundcloud.com/musicis4lovers","followers":"78.3K"}]},"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://i1.sndcdn.com/avatars-HabJzOHRnoqaMUf2-dNykgQ-t300x300.jpg","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING"},"source_ids":["youtube","soundcloud"]}}}}}},"Link-Request":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Request successfully submitted. Our support team will review."}}},"examples":{"Example":{"value":{"result":"success","message":"Request successfully submitted. Our support team will review."}}}}}},"Track-Request":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Request currently in queue. Our support team will review shortly."}}},"examples":{"Example":{"value":{"result":"success","message":"Request currently in queue. Our support team will review shortly."}}}}}},"Track-Request-Success":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Successfully added track!"}}},"examples":{"Example":{"value":{"result":"success","message":"Successfully added track!"}}}}}},"Track-Info":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"release_date":{"type":"string"},"title":{"type":"string"},"is_remix":{"type":"boolean"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}},"collaborators":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}},"songstats_collaborator_id":{"type":"string"}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_label_id":{"type":"string"}}}},"distributors":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}}}},"genres":{"type":"array","items":{"type":"string"}},"links":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"external_id":{"type":"string"},"url":{"type":"string"},"isrc":{"type":"string"}}}}}},"audio_analysis":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","track_info":{"songstats_track_id":"k4bp9etx","avatar":"https://i.scdn.co/image/ab67616d00001e027330355caa4508ce23f8570b","site_url":"https://songstats.com/track/k4bp9etx/mr-brightside","release_date":"2020-08-21","title":"Mr. Brightside","is_remix":false,"artists":[{"name":"Don Diablo","songstats_artist_id":"48ra1cnv"}],"collaborators":[{"name":"Ronnie Jr. Vannucci","roles":["Composer"],"songstats_collaborator_id":"f1qpuca0"},{"name":"Don Diablo","roles":["Producer"],"songstats_collaborator_id":"ab0w3pru"},{"name":"Dave Brent Keuning","roles":["Composer"],"songstats_collaborator_id":"cbjrn9hl"},{"name":"Brandon Flowers","roles":["Songwriter"],"songstats_collaborator_id":"hnvodfml"},{"name":"Mark August Stoermer","roles":["Composer"],"songstats_collaborator_id":"jm3wo9ib"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}],"distributors":[{"name":"FUGA"}],"genres":["edm","future house","dance","electronic music"],"links":[{"source":"spotify","external_id":"1KOAr3G8LaibCpHeaWtL2u","url":"https://open.spotify.com/track/1KOAr3G8LaibCpHeaWtL2u","isrc":"NL1ZN2000366"},{"source":"spotify","external_id":"1IckXJu4Y26Gfpyf4pzn0e","url":"https://open.spotify.com/track/1IckXJu4Y26Gfpyf4pzn0e","isrc":"NL1ZN2000366"},{"source":"beatport","external_id":"14085901","url":"https://www.beatport.com/track/mr-brightside-extended-version/14085901","isrc":"NL1ZN2000372"},{"source":"traxsource","external_id":"7889128","url":"https://www.traxsource.com/track/7889128/mr-brightside-extended-version","isrc":"NL1ZN2000372"},{"source":"apple_music","external_id":"1525348093","url":"https://music.apple.com/us/album/mr-brightside/1525348091?i=1525348093","isrc":"NL1ZN2000366"},{"source":"deezer","external_id":"1035363862","url":"https://deezer.com/us/track/1035363862","isrc":"NL1ZN2000366"},{"source":"deezer","external_id":"1071281152","url":"https://deezer.com/us/track/1071281152","isrc":"NL1ZN2000366"},{"source":"amazon","external_id":"B08DR7LZYH","url":"https://music.amazon.com/albums/B08DQSYW1H/B08DR7LZYH?ref=dm_ff_tracklists","isrc":"NL1ZN2000366"},{"source":"amazon","external_id":"B08HHG86PD","url":"https://music.amazon.com/albums/B08DQSYW1H/B08HHG86PD?ref=dm_ff_tracklists","isrc":"NL1ZN2000366"},{"source":"tidal","external_id":"150240398","url":"https://listen.tidal.com/track/150240398","isrc":"NL1ZN2000366"},{"source":"shazam","external_id":"531793965","url":"https://www.shazam.com/track/531793965/","isrc":"NL1ZN2000366"},{"source":"tracklist","external_id":"459708","url":"https://1001.tl/17kdrgm5"},{"source":"tiktok","external_id":"6854471511508518913","url":"https://www.tiktok.com/music/song-6854471511508518913/"},{"source":"instagram","external_id":"571859030162816","url":"https://www.instagram.com/reels/audio/571859030162816"},{"source":"instagram","external_id":"900205830481694","url":"https://www.instagram.com/reels/audio/900205830481694"},{"source":"soundcloud","external_id":"880338793","url":"https://soundcloud.com/edm-nation-music-mnc/don-diablo-mr-brightside"},{"source":"soundcloud","external_id":"882260998","url":"https://soundcloud.com/hid24music/don-diablo-mr-brightside"},{"source":"youtube","external_id":"JCHj6WLvzFE","url":"https://www.youtube.com/watch?v=JCHj6WLvzFE"},{"source":"youtube","external_id":"AYqDp8OtEp0","url":"https://www.youtube.com/watch?v=AYqDp8OtEp0"},{"source":"radio","external_id":"67177243","url":"https://radiostats.com/track/67177243","isrc":"NL1ZN2000366"}]},"audio_analysis":[{"key":"acousticness","value":"0.054"},{"key":"danceability","value":"0.55"},{"key":"duration","value":"03:46"},{"key":"energy","value":"0.865"},{"key":"instrumentalness","value":"0.0"},{"key":"key","value":"C#"},{"key":"liveness","value":"0.0859"},{"key":"loudness","value":"-3.783"},{"key":"mode","value":"1.0"},{"key":"speechiness","value":"0.0725"},{"key":"tempo","value":"126.093"},{"key":"time_signature","value":"4.0"},{"key":"valence","value":"0.246"}]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","track_info":{"songstats_track_id":"k4bp9etx","avatar":"https://i.scdn.co/image/ab67616d00001e027330355caa4508ce23f8570b","site_url":"https://songstats.com/track/k4bp9etx/mr-brightside","release_date":"2020-08-21","title":"Mr. Brightside","is_remix":false,"artists":[{"name":"Don Diablo","songstats_artist_id":"48ra1cnv"}],"collaborators":[{"name":"Ronnie Jr. Vannucci","roles":["Composer"],"songstats_collaborator_id":"f1qpuca0"},{"name":"Don Diablo","roles":["Producer"],"songstats_collaborator_id":"ab0w3pru"},{"name":"Dave Brent Keuning","roles":["Composer"],"songstats_collaborator_id":"cbjrn9hl"},{"name":"Brandon Flowers","roles":["Songwriter"],"songstats_collaborator_id":"hnvodfml"},{"name":"Mark August Stoermer","roles":["Composer"],"songstats_collaborator_id":"jm3wo9ib"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}],"distributors":[{"name":"FUGA"}],"genres":["edm","future house","dance","electronic music"],"links":[{"source":"spotify","external_id":"1KOAr3G8LaibCpHeaWtL2u","url":"https://open.spotify.com/track/1KOAr3G8LaibCpHeaWtL2u","isrc":"NL1ZN2000366"},{"source":"spotify","external_id":"1IckXJu4Y26Gfpyf4pzn0e","url":"https://open.spotify.com/track/1IckXJu4Y26Gfpyf4pzn0e","isrc":"NL1ZN2000366"},{"source":"beatport","external_id":"14085901","url":"https://www.beatport.com/track/mr-brightside-extended-version/14085901","isrc":"NL1ZN2000372"},{"source":"traxsource","external_id":"7889128","url":"https://www.traxsource.com/track/7889128/mr-brightside-extended-version","isrc":"NL1ZN2000372"},{"source":"apple_music","external_id":"1525348093","url":"https://music.apple.com/us/album/mr-brightside/1525348091?i=1525348093","isrc":"NL1ZN2000366"},{"source":"deezer","external_id":"1035363862","url":"https://deezer.com/us/track/1035363862","isrc":"NL1ZN2000366"},{"source":"deezer","external_id":"1071281152","url":"https://deezer.com/us/track/1071281152","isrc":"NL1ZN2000366"},{"source":"amazon","external_id":"B08DR7LZYH","url":"https://music.amazon.com/albums/B08DQSYW1H/B08DR7LZYH?ref=dm_ff_tracklists","isrc":"NL1ZN2000366"},{"source":"amazon","external_id":"B08HHG86PD","url":"https://music.amazon.com/albums/B08DQSYW1H/B08HHG86PD?ref=dm_ff_tracklists","isrc":"NL1ZN2000366"},{"source":"tidal","external_id":"150240398","url":"https://listen.tidal.com/track/150240398","isrc":"NL1ZN2000366"},{"source":"shazam","external_id":"531793965","url":"https://www.shazam.com/track/531793965/","isrc":"NL1ZN2000366"},{"source":"tracklist","external_id":"459708","url":"https://1001.tl/17kdrgm5"},{"source":"tiktok","external_id":"6854471511508518913","url":"https://www.tiktok.com/music/song-6854471511508518913/"},{"source":"instagram","external_id":"571859030162816","url":"https://www.instagram.com/reels/audio/571859030162816"},{"source":"instagram","external_id":"900205830481694","url":"https://www.instagram.com/reels/audio/900205830481694"},{"source":"soundcloud","external_id":"880338793","url":"https://soundcloud.com/edm-nation-music-mnc/don-diablo-mr-brightside"},{"source":"soundcloud","external_id":"882260998","url":"https://soundcloud.com/hid24music/don-diablo-mr-brightside"},{"source":"youtube","external_id":"JCHj6WLvzFE","url":"https://www.youtube.com/watch?v=JCHj6WLvzFE"},{"source":"youtube","external_id":"AYqDp8OtEp0","url":"https://www.youtube.com/watch?v=AYqDp8OtEp0"},{"source":"radio","external_id":"67177243","url":"https://radiostats.com/track/67177243","isrc":"NL1ZN2000366"}]},"audio_analysis":[{"key":"acousticness","value":"0.054"},{"key":"danceability","value":"0.55"},{"key":"duration","value":"03:46"},{"key":"energy","value":"0.865"},{"key":"instrumentalness","value":"0.0"},{"key":"key","value":"C#"},{"key":"liveness","value":"0.0859"},{"key":"loudness","value":"-3.783"},{"key":"mode","value":"1.0"},{"key":"speechiness","value":"0.0725"},{"key":"tempo","value":"126.093"},{"key":"time_signature","value":"4.0"},{"key":"valence","value":"0.246"}]}}}}}},"Track-Historic-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"history":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"streams_total":{"type":"integer"},"popularity_current":{"type":"integer"},"playlists_current":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"shazams_total":{"type":"integer"},"charts_current":{"type":"integer"},"favorites_total":{"type":"integer"},"reposts_total":{"type":"integer"}}}}}}}}},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_label_id":{"type":"string"}}}}}},"source_ids":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2023-01-01","streams_total":573656873,"popularity_current":83,"playlists_current":5924,"playlist_reach_current":140928784},{"date":"2023-01-02","streams_total":574260111,"popularity_current":84,"playlists_current":5919,"playlist_reach_current":138439646},{"date":"2023-01-03","streams_total":574845367,"popularity_current":84,"playlists_current":5916,"playlist_reach_current":138235598}]}},{"source":"apple_music","data":{"history":[{"date":"2023-01-01","playlists_current":194,"track_charts_current":142},{"date":"2023-01-02","playlists_current":194,"track_charts_current":145},{"date":"2023-01-03","playlists_current":192,"track_charts_current":143}]}},{"source":"amazon","data":{"history":[{"date":"2023-01-01","playlists_current":150,"charts_current":19},{"date":"2023-01-02","playlists_current":150,"charts_current":19},{"date":"2023-01-03","playlists_current":150,"charts_current":19}]}},{"source":"deezer","data":{"history":[{"date":"2023-01-01","popularity_current":95,"playlists_current":257,"playlist_reach_current":6504218},{"date":"2023-01-02","popularity_current":95,"playlists_current":253,"playlist_reach_current":6146666},{"date":"2023-01-03","popularity_current":95,"playlists_current":255,"playlist_reach_current":6480615}]}},{"source":"instagram","data":{"history":[{"date":"2023-01-01","views_total":4526672587,"likes_total":173501016,"comments_total":1284726,"videos_total":1173452},{"date":"2023-01-02","views_total":4526672587,"likes_total":173501016,"comments_total":1284726,"videos_total":1173452},{"date":"2023-01-03","views_total":4526672587,"likes_total":173501016,"comments_total":1284726,"videos_total":1173452}]}},{"source":"tiktok","data":{"history":[{"date":"2023-01-01","views_total":5638083873,"likes_total":443095052,"shares_total":10286879,"comments_total":3403533,"videos_total":2906228},{"date":"2023-01-02","views_total":5653957072,"likes_total":444297401,"shares_total":10315726,"comments_total":3412522,"videos_total":2904516},{"date":"2023-01-03","views_total":5669830275,"likes_total":445499751,"shares_total":10344575,"comments_total":3421529,"videos_total":2902144}]}},{"source":"youtube","data":{"history":[{"date":"2023-01-01","video_views_total":131865444,"video_likes_total":1688340,"video_comments_total":13153,"shorts_total":924000,"playlists_current":10},{"date":"2023-01-02","video_views_total":131865444,"video_likes_total":1688340,"video_comments_total":13153,"shorts_total":924000,"playlists_current":10},{"date":"2023-01-03","video_views_total":131865444,"video_likes_total":1688340,"video_comments_total":13153,"shorts_total":924000,"playlists_current":10}]}},{"source":"shazam","data":{"history":[{"date":"2023-01-01","shazams_total":8668673,"charts_current":151},{"date":"2023-01-02","shazams_total":8668673,"charts_current":183},{"date":"2023-01-03","shazams_total":8684271,"charts_current":186}]}},{"source":"tracklist","data":{"history":[{"date":"2023-01-01","total_supports":1498,"unique_supports":713},{"date":"2023-01-02","total_supports":1498,"unique_supports":713},{"date":"2023-01-03","total_supports":1498,"unique_supports":713}]}},{"source":"beatport","data":{"history":[{"date":"2023-01-01","dj_charts_total":777},{"date":"2023-01-02","dj_charts_total":777},{"date":"2023-01-03","dj_charts_total":777}]}},{"source":"traxsource","data":{"history":[{"date":"2023-01-01","dj_charts_total":23},{"date":"2023-01-02","dj_charts_total":23},{"date":"2023-01-03","dj_charts_total":24}]}},{"source":"itunes","data":{"history":[{"date":"2023-01-01","track_charts_current":34},{"date":"2023-01-02","track_charts_current":33},{"date":"2023-01-03","track_charts_current":29}]}},{"source":"tidal","data":{"history":[{"date":"2023-01-01","popularity_current":62,"playlists_current":2,"playlist_reach_current":151204},{"date":"2023-01-02","popularity_current":62,"playlists_current":2,"playlist_reach_current":151204},{"date":"2023-01-03","popularity_current":62,"playlists_current":2,"playlist_reach_current":151204}]}},{"source":"soundcloud","data":{"history":[{"date":"2023-01-01","streams_total":7240676,"favorites_total":160080,"reposts_total":3890},{"date":"2023-01-02","streams_total":7263535,"favorites_total":160403,"reposts_total":3890},{"date":"2023-01-03","streams_total":7263535,"favorites_total":160403,"reposts_total":3890}]}}],"track_info":{"songstats_track_id":"nxvabt42","avatar":"https://i.scdn.co/image/ab67616d0000b27384d413b195aac8a69cc6e5c6","title":"Do It To It","release_date":"2021-08-20","site_url":"https://songstats.com/track/nxvabt42/do-it-to-it","artists":[{"name":"ACRAZE","songstats_artist_id":"kjpgnzai"},{"name":"Cherish","songstats_artist_id":"cgzdtxk1"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},"source_ids":"all"}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2023-01-01","streams_total":573656873,"popularity_current":83,"playlists_current":5924,"playlist_reach_current":140928784},{"date":"2023-01-02","streams_total":574260111,"popularity_current":84,"playlists_current":5919,"playlist_reach_current":138439646},{"date":"2023-01-03","streams_total":574845367,"popularity_current":84,"playlists_current":5916,"playlist_reach_current":138235598}]}},{"source":"apple_music","data":{"history":[{"date":"2023-01-01","playlists_current":194,"track_charts_current":142},{"date":"2023-01-02","playlists_current":194,"track_charts_current":145},{"date":"2023-01-03","playlists_current":192,"track_charts_current":143}]}},{"source":"amazon","data":{"history":[{"date":"2023-01-01","playlists_current":150,"charts_current":19},{"date":"2023-01-02","playlists_current":150,"charts_current":19},{"date":"2023-01-03","playlists_current":150,"charts_current":19}]}},{"source":"deezer","data":{"history":[{"date":"2023-01-01","popularity_current":95,"playlists_current":257,"playlist_reach_current":6504218},{"date":"2023-01-02","popularity_current":95,"playlists_current":253,"playlist_reach_current":6146666},{"date":"2023-01-03","popularity_current":95,"playlists_current":255,"playlist_reach_current":6480615}]}},{"source":"instagram","data":{"history":[{"date":"2023-01-01","views_total":4526672587,"likes_total":173501016,"comments_total":1284726,"videos_total":1173452},{"date":"2023-01-02","views_total":4526672587,"likes_total":173501016,"comments_total":1284726,"videos_total":1173452},{"date":"2023-01-03","views_total":4526672587,"likes_total":173501016,"comments_total":1284726,"videos_total":1173452}]}},{"source":"tiktok","data":{"history":[{"date":"2023-01-01","views_total":5638083873,"likes_total":443095052,"shares_total":10286879,"comments_total":3403533,"videos_total":2906228},{"date":"2023-01-02","views_total":5653957072,"likes_total":444297401,"shares_total":10315726,"comments_total":3412522,"videos_total":2904516},{"date":"2023-01-03","views_total":5669830275,"likes_total":445499751,"shares_total":10344575,"comments_total":3421529,"videos_total":2902144}]}},{"source":"youtube","data":{"history":[{"date":"2023-01-01","video_views_total":131865444,"video_likes_total":1688340,"video_comments_total":13153,"shorts_total":924000,"playlists_current":10},{"date":"2023-01-02","video_views_total":131865444,"video_likes_total":1688340,"video_comments_total":13153,"shorts_total":924000,"playlists_current":10},{"date":"2023-01-03","video_views_total":131865444,"video_likes_total":1688340,"video_comments_total":13153,"shorts_total":924000,"playlists_current":10}]}},{"source":"shazam","data":{"history":[{"date":"2023-01-01","shazams_total":8668673,"charts_current":151},{"date":"2023-01-02","shazams_total":8668673,"charts_current":183},{"date":"2023-01-03","shazams_total":8684271,"charts_current":186}]}},{"source":"tracklist","data":{"history":[{"date":"2023-01-01","total_supports":1498,"unique_supports":713},{"date":"2023-01-02","total_supports":1498,"unique_supports":713},{"date":"2023-01-03","total_supports":1498,"unique_supports":713}]}},{"source":"beatport","data":{"history":[{"date":"2023-01-01","dj_charts_total":777},{"date":"2023-01-02","dj_charts_total":777},{"date":"2023-01-03","dj_charts_total":777}]}},{"source":"traxsource","data":{"history":[{"date":"2023-01-01","dj_charts_total":23},{"date":"2023-01-02","dj_charts_total":23},{"date":"2023-01-03","dj_charts_total":24}]}},{"source":"itunes","data":{"history":[{"date":"2023-01-01","track_charts_current":34},{"date":"2023-01-02","track_charts_current":33},{"date":"2023-01-03","track_charts_current":29}]}},{"source":"tidal","data":{"history":[{"date":"2023-01-01","popularity_current":62,"playlists_current":2,"playlist_reach_current":151204},{"date":"2023-01-02","popularity_current":62,"playlists_current":2,"playlist_reach_current":151204},{"date":"2023-01-03","popularity_current":62,"playlists_current":2,"playlist_reach_current":151204}]}},{"source":"soundcloud","data":{"history":[{"date":"2023-01-01","streams_total":7240676,"favorites_total":160080,"reposts_total":3890},{"date":"2023-01-02","streams_total":7263535,"favorites_total":160403,"reposts_total":3890},{"date":"2023-01-03","streams_total":7263535,"favorites_total":160403,"reposts_total":3890}]}}],"track_info":{"songstats_track_id":"nxvabt42","avatar":"https://i.scdn.co/image/ab67616d0000b27384d413b195aac8a69cc6e5c6","title":"Do It To It","release_date":"2021-08-20","site_url":"https://songstats.com/track/nxvabt42/do-it-to-it","artists":[{"name":"ACRAZE","songstats_artist_id":"kjpgnzai"},{"name":"Cherish","songstats_artist_id":"cgzdtxk1"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},"source_ids":"all"}}}}}},"Track-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"streams_total":9413025,"popularity_current":56,"playlists_current":282,"playlists_total":686,"playlists_editorial_current":13,"playlists_editorial_total":44,"playlist_reach_current":2582865,"playlist_reach_total":18869400,"charts_current":0,"charts_total":0,"playlists":[{"spotifyid":"37i9dQZF1DX4dyzvuaRJ0n","name":"mint","spotify_userid":"spotify","followers_count":5851807,"owner_name":"Spotify","external_url":"https://open.spotify.com/playlist/37i9dQZF1DX4dyzvuaRJ0n","artwork":"https://i.scdn.co/image/ab67706f00000003d5a7f9fc08c003da80e28599","top_position":12,"top_position_date":"2020-08-21","current_position":null,"added_at":"2020-08-21T05:00:54.004Z","removed_at":"2020-10-23T08:20:34.000Z"},{"spotifyid":"37i9dQZF1DX32NsLKyzScr","name":"Power Hour","spotify_userid":"spotify","followers_count":2111857,"owner_name":"Spotify","external_url":"https://open.spotify.com/playlist/37i9dQZF1DX32NsLKyzScr","artwork":"https://i.scdn.co/image/ab67706f00000003a0771224543218ad74dc1c7b","top_position":1,"top_position_date":"2021-01-27","current_position":null,"added_at":"2020-10-09T23:03:47.049Z","removed_at":"2021-03-26T05:12:07.000Z"}],"charts":[]}},{"source":"apple_music","data":{"playlists_current":5,"playlists_total":20,"playlists_editorial_current":1,"playlists_editorial_total":12,"track_charts_current":0,"track_charts_total":34,"charted_countries_total":34,"playlists":[{"applemusicid":"pl.811ac0f053a242bbab06df4bebf90562","name":"Future Dance Hits","curator_name":"Apple Music Dance","playlist_type":"editorial","artwork":"https://is5-ssl.mzstatic.com/image/thumb/Features125/v4/14/13/d1/1413d105-ede7-bac3-557d-0a42edab5a16/source/120x120SC.DN01.jpeg?l=en-US","external_url":"https://music.apple.com/us/playlist/future-dance-hits/pl.811ac0f053a242bbab06df4bebf90562","curator_id":"976439535","top_position":30,"top_position_date":"2020-08-21","playlist_country_code":"az","current_position":null,"added_at":"2020-08-21T18:50:55.745Z","removed_at":"2020-10-02T18:33:38.000Z"},{"applemusicid":"pl.811ac0f053a242bbab06df4bebf90562","name":"Future Dance Hits","curator_name":"Apple Music Dance","playlist_type":"editorial","artwork":"https://is5-ssl.mzstatic.com/image/thumb/Features125/v4/14/13/d1/1413d105-ede7-bac3-557d-0a42edab5a16/source/120x120SC.DN01.jpeg?l=en-US","external_url":"https://music.apple.com/us/playlist/future-dance-hits/pl.811ac0f053a242bbab06df4bebf90562","curator_id":"976439535","top_position":29,"top_position_date":"2020-08-21","playlist_country_code":"gd","current_position":null,"added_at":"2020-08-21T18:57:47.982Z","removed_at":"2020-10-02T18:57:54.000Z"}],"track_charts":[{"applemusicid":"CHARTS-kg-17","name":"Dance: Kyrgystan","top_position":137,"top_position_date":"2020-11-12","current_position":null,"added_at":"2020-11-12T07:14:43.588Z","removed_at":"2020-11-12T19:03:22.000Z"},{"applemusicid":"CHARTS-py-17","name":"Dance: Paraguay","top_position":80,"top_position_date":"2020-09-17","current_position":null,"added_at":"2020-09-16T08:12:39.409Z","removed_at":"2021-07-24T14:51:26.000Z"}],"album_charts":[{"applemusicid":"ALBUMCHARTS-at-17","name":"Dance Albums: Austria","top_position":1,"top_position_date":"2025-02-22","current_position":26,"added_at":"2025-02-21T15:44:39.151Z","removed_at":null}],"features":[{"name":"New Releases: Dance (Australia)","top_position":14,"top_position_date":"2025-04-08","current_position":18,"added_at":"2025-04-08T02:04:32.887Z","removed_at":null}]}},{"source":"amazon","data":{"playlists_current":2,"playlists_total":3,"playlists_editorial_current":1,"playlists_editorial_total":2,"charts_current":0,"charts_total":0,"playlists":[{"amazonid":"B07XKBWKF5","name":"Ultra HD Dance","owner_name":"Amazon's Music Experts","external_url":"https://music.amazon.com/playlists/B07XKBWKF5","artwork":"https://m.media-amazon.com/images/I/515-4Rkf+ZL.jpg","rank":null,"region":"US","top_position":16,"top_position_date":"2020-09-16","current_position":null,"added_at":"2020-09-16T19:03:19.131Z","removed_at":"2020-09-23T19:07:25.000Z"},{"amazonid":"B07BF2V4RG","name":"Dance Covers","owner_name":"Amazon's Music Experts and Updated Weekly","external_url":"https://music.amazon.com/playlists/B07BF2V4RG","artwork":"https://m.media-amazon.com/images/I/41k0+Ol2wbL.jpg","rank":175,"region":"US","top_position":45,"top_position_date":"2021-06-11","current_position":58,"added_at":"2021-06-11T09:39:16.802Z","removed_at":null}],"track_charts":[],"album_charts":[],"track_features":[],"album_features":[]}},{"source":"deezer","data":{"popularity_current":36,"playlists_current":1,"playlists_total":22,"playlists_editorial_current":0,"playlists_editorial_total":8,"playlist_reach_current":1006,"playlist_reach_total":624297,"charts_current":0,"charts_total":1,"playlists":[{"deezerid":"2249258602","name":"New Dance","deezer_userid":"2834392844","followers_count":278850,"owner_name":"Antoine - Deezer Dance & EDM Editor","external_url":"https://www.deezer.com/playlist/2249258602","artwork":"https://cdns-images.dzcdn.net/images/playlist/5b3c26aecd2f4ed6f796ccd9ae57d8d1/1000x1000-000000-80-0-0.jpg","top_position":3,"top_position_date":"2020-08-21","current_position":null,"added_at":"2020-08-21T19:43:09.500Z","removed_at":"2020-10-02T19:55:20.000Z"},{"deezerid":"1154685481","name":"Sport Motivation","deezer_userid":"1141175982","followers_count":257107,"owner_name":"Deezer Editeurs France","external_url":"https://www.deezer.com/playlist/1154685481","artwork":"https://cdns-images.dzcdn.net/images/playlist/9dd285876c82497ac95fefd86d4ee1ba/1000x1000-000000-80-0-0.jpg","top_position":15,"top_position_date":"2020-10-23","current_position":null,"added_at":"2020-10-23T19:00:45.297Z","removed_at":"2020-11-06T20:06:08.000Z"}],"charts":[{"deezerid":"1362510315","name":"Top South Korea","deezer_userid":"637006841","chart_type":"top","followers_count":9589,"owner_name":"Deezer Charts","external_url":"https://www.deezer.com/playlist/1362510315","artwork":"https://cdns-images.dzcdn.net/images/playlist/5afa4d5a4240484b0a806648907c4810/1000x1000-000000-80-0-0.jpg","top_position":59,"top_position_date":"2020-08-28","current_position":null,"added_at":"2020-08-28T19:30:14.149Z","removed_at":"2020-08-29T19:00:50.000Z"}]}},{"source":"youtube","data":{"videos_total":47,"video_views_total":818852,"video_likes_total":12847,"video_comments_total":324,"shorts_total":13,"short_views_total":28370,"short_likes_total":1552,"short_comments_total":21,"creator_reach_total":38119,"playlists_current":0,"playlists_total":0,"playlists_editorial_current":0,"playlists_editorial_total":0,"charts_current":0,"charts_total":0,"engagement_rate_total":2.9,"playlists":[],"charts":[],"videos":[{"view_count":14051,"like_count":381,"dislike_count":6,"comment_count":48,"record_date":"2021-08-05","title":"The Killers - Mr. Brightside (Don Diablo Remix)","image_url":"https://i.ytimg.com/vi/dUF02v4VuI0/hqdefault.jpg","external_id":"dUF02v4VuI0","upload_date":"2019-11-30"},{"view_count":1136,"like_count":28,"dislike_count":0,"comment_count":3,"record_date":"2021-08-05","title":"The Killers - Mr. Brightside (Don Diablo Remix)","image_url":"https://i.ytimg.com/vi/JDAiCCrLxls/hqdefault.jpg","external_id":"JDAiCCrLxls","upload_date":"2020-04-10"}],"shorts":[{"view_count":1972,"like_count":18,"comment_count":6,"title":"Captain's Raptor Forehand #discgolf","image_url":"https://i.ytimg.com/vi/iXEHOh6iYWo/hqdefault.jpg","external_id":"iXEHOh6iYWo","upload_date":"2022-05-25"},{"view_count":199,"like_count":3,"comment_count":0,"title":"Russel Wilson’s record against other teams","image_url":"https://i.ytimg.com/vi/1EHXR1GTe-0/hqdefault.jpg","external_id":"1EHXR1GTe-0","upload_date":"2022-05-13"}]}},{"source":"instagram","data":{"videos_total":162,"views_total":1676342,"likes_total":97204,"comments_total":2924,"creator_reach_total":5595720,"engagement_rate_total":3.7,"videos":[{"upload_date":"2022-02-11","views_total":1869,"likes_total":53,"comments_total":4,"instagram_video_id":"CZ170_hDqlA","instagram_user_name":"José Alberto","instagram_user_country":"MX","instagram_user_handle":"icanbeanironman","instagram_user_followers":1555},{"upload_date":"2022-02-09","views_total":1339,"likes_total":178,"comments_total":15,"instagram_video_id":"CZvHEC8Dr7F","instagram_user_name":"Kat✨","instagram_user_handle":"katherine208","instagram_user_country":"DE","instagram_user_followers":3569}]}},{"source":"tiktok","data":{"videos_total":82,"views_total":191092,"likes_total":18564,"shares_total":430,"comments_total":285,"creator_reach_total":568341,"engagement_rate_total":4.6,"videos":[{"upload_date":"2021-12-18","views_total":4142,"likes_total":245,"comments_total":4,"shares_total":1,"tiktok_video_id":"7043027550821420293","tiktok_user_name":"Dani Pardos","tiktok_user_handle":"danipardos","tiktok_user_country":"AR","tiktok_user_followers":291702},{"upload_date":"2021-11-09","views_total":154,"likes_total":2,"comments_total":0,"shares_total":0,"tiktok_video_id":"7028690368078187781","tiktok_user_name":"user3403380298219","tiktok_user_handle":"penthouseslamianyc","tiktok_user_country":"US","tiktok_user_followers":1843}]}},{"source":"shazam","data":{"shazams_total":87553,"charts_current":0,"charts_total":11,"charted_cities_total":8,"charted_countries_total":3,"charts":[{"location_type":"Country","shazamid":"country-chart-IT","name":"Italy","external_url":"https://www.shazam.com/charts/top-200/italy","current_position":null,"top_position":99,"top_position_date":"2020-10-03","added_at":"2020-09-28T14:46:53.905Z","removed_at":"2020-10-25T14:10:09.000Z"},{"location_type":"Country","shazamid":"country-chart-AT","name":"Austria","external_url":"https://www.shazam.com/charts/top-200/austria","current_position":null,"top_position":197,"top_position_date":"2020-10-03","added_at":"2020-10-03T14:07:45.456Z","removed_at":"2020-10-04T14:15:05.000Z"}]}},{"source":"tracklist","data":{"total_support_total":199,"unique_support_total":105,"tracklist_views_total":338409,"tracklists":[{"tracklist_id":"jb1yfkt","tracklist_name":"Rhythm Prism Radio 019","tracklist_type":"Radio Show / Podcast","tracklist_views":51,"artist_name":"AKA AKA","record_date":"2024-07-03"},{"tracklist_id":"sp0kthk","tracklist_name":"Deep Inside 041","tracklist_type":"Radio Show / Podcast","tracklist_views":12,"artist_name":"Northern Angel","record_date":"2023-11-29"}],"charts":[{"chart_id":"newcomer","name":"Newcomer Charts","current_position":null,"top_position":2,"top_position_date":"2020-08-30","added_at":"2020-08-22","removed_at":"2020-09-08"},{"chart_id":"overall","name":"Top Overall Tracks","current_position":null,"top_position":4,"top_position_date":"2020-09-17","added_at":"2020-08-22","removed_at":"2020-10-02"}]}},{"source":"beatport","data":{"dj_charts_total":23,"dj_charts":[{"beatportid":651521,"page_url":"https://www.beatport.com/chart/better/651521","title":"BETTER","position":3,"release_date":"2020-11-09","image_url":"https://geo-media.beatport.com/image_size/100x100/f0f6edde-4789-4ca5-98d6-6b0a26bcfbf3.jpg","owner_name":"DJ HOWARDKUO"},{"beatportid":653045,"page_url":"https://www.beatport.com/chart/cry-for-you-charts/653045","title":"\"Cry For You\" Charts","position":10,"release_date":"2020-11-20","image_url":"https://geo-media.beatport.com/image_size/100x100/2d6f70b3-a22b-4c05-bd14-136875f379ec.jpg","owner_name":"2elements"}],"release_charts":[],"features":[{"beatportid":65,"page_url":"https://www.beatport.com/genre/id/65/","title":"Banner: Future House","top_position":1,"top_position_date":"2020-08-25","current_position":null,"added_at":"2020-08-25T00:00:00.000Z","removed_at":"2020-09-08T00:00:00.000Z"}]}},{"source":"traxsource","data":{"dj_charts_total":0,"dj_charts":[],"top_100":[{"genre_id":"5","name":"Electronica","page_url":"https://www.traxsource.com/genre/5","removed_at":"2021-05-17T15:04:02.132Z","top_position":35,"top_position_date":"2020-09-18","current_position":null,"added_at":"2020-09-12T15:00:23.167Z"}],"release_charts":[],"features":[]}},{"source":"itunes","data":{"charts_current":0,"charts_total":44,"charted_countries_total":33,"track_charts":[{"applemusicid":"CHARTS-br-17","name":"Dance: Brazil","top_position":22,"current_position":null,"added_at":"2020-09-16T07:53:23.705Z","removed_at":"2020-09-17T07:34:28.000Z"},{"applemusicid":"CHARTS-ua-34","name":"Overall: Ukraine","top_position":40,"current_position":null,"added_at":"2020-09-15T07:39:39.406Z","removed_at":"2020-09-16T08:41:01.000Z"}],"album_charts":[]}},{"source":"tidal","data":{"popularity_current":9,"playlists_current":0,"playlists_total":0,"playlist_reach_current":0,"playlist_reach_total":0,"playlists_editorial_current":0,"playlists_editorial_total":0,"charts_current":0,"charts_total":0,"playlists":[],"charts":[]}},{"source":"soundcloud","data":{"streams_total":12694340,"favorites_total":329152,"reposts_total":26033,"charts_current":0,"charts_total":0,"engagement_rate_total":3.2,"charts":[],"reposters":[{"scid":"54479107","username":"DCPA","permalink":"dcpamusic","followers_count":9995,"reposted_at":"2021-02-03T16:29:42.000Z"},{"scid":"39623966","username":"Matt Diamond","permalink":"mattdiamondofficial","followers_count":5495,"reposted_at":"2020-10-23T07:49:06.773Z"}]}}],"track_info":{"songstats_track_id":"k4bp9etx","avatar":"https://i.scdn.co/image/ab67616d0000b2737330355caa4508ce23f8570b","title":"Mr. Brightside","release_date":"2020-08-21","site_url":"https://songstats.com/track/k4bp9etx/mr-brightside","artists":[{"name":"Don Diablo","songstats_artist_id":"48ra1cnv"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},"source_ids":null}},"properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"streams_total":{"type":"integer"},"popularity_current":{"type":"integer"},"playlists_current":{"type":"integer"},"playlists_total":{"type":"integer"},"playlists_editorial_current":{"type":"integer"},"playlists_editorial_total":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"playlist_reach_total":{"type":"integer"},"charts_current":{"type":"integer"},"charts_total":{"type":"integer"},"playlists":{"type":"array","items":{"type":"object","properties":{"spotifyid":{"type":"string"},"name":{"type":"string"},"spotify_userid":{"type":"string"},"followers_count":{"type":"integer"},"owner_name":{"type":"string"},"external_url":{"type":"string"},"artwork":{"type":"string"},"top_position":{"type":"integer"},"top_position_date":{"type":"string"},"current_position":{"type":["integer","null"]},"added_at":{"type":"string"},"removed_at":{"type":["string","null"]}}}},"charts":{"type":"array","items":{"type":"object","properties":{"location_type":{"type":"string"},"shazamid":{"type":"string"},"name":{"type":"string"},"external_url":{"type":"string"},"current_position":{"type":"null"},"top_position":{"type":"integer"},"top_position_date":{"type":"string"},"added_at":{"type":"string"},"removed_at":{"type":"string"}}}},"shazams_total":{"type":"integer"},"charted_cities_total":{"type":"integer"},"charted_countries_total":{"type":"integer"},"favorites_total":{"type":"integer"},"reposts_total":{"type":"integer"},"engagement_rate_total":{"type":"number"},"reposters":{"type":"array","items":{"type":"object","properties":{"scid":{"type":"string"},"username":{"type":"string"},"permalink":{"type":"string"},"followers_count":{"type":"integer"},"reposted_at":{"type":"string"}}}}}}}}},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_label_id":{"type":"string"}}}}}},"source_ids":{"type":"array","items":{"type":"string"}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"streams_total":17234708,"popularity_current":44,"playlists_current":375,"playlists_total":965,"playlists_editorial_current":1,"playlists_editorial_total":19,"playlist_reach_current":823317,"playlist_reach_total":23190268,"charts_current":0,"charts_total":0,"playlists":[{"spotifyid":"37i9dQZF1DX4dyzvuaRJ0n","name":"mint","spotify_userid":"spotify","followers_count":5851807,"owner_name":"Spotify","external_url":"https://open.spotify.com/playlist/37i9dQZF1DX4dyzvuaRJ0n","artwork":"https://i.scdn.co/image/ab67706f00000003d5a7f9fc08c003da80e28599","top_position":12,"top_position_date":"2020-08-21","current_position":null,"added_at":"2020-08-21T05:00:54.004Z","removed_at":"2020-10-23T08:20:34.000Z"},{"spotifyid":"37i9dQZF1DX32NsLKyzScr","name":"Power Hour","spotify_userid":"spotify","followers_count":2111857,"owner_name":"Spotify","external_url":"https://open.spotify.com/playlist/37i9dQZF1DX32NsLKyzScr","artwork":"https://i.scdn.co/image/ab67706f00000003a0771224543218ad74dc1c7b","top_position":1,"top_position_date":"2021-01-27","current_position":null,"added_at":"2020-10-09T23:03:47.049Z","removed_at":"2021-03-26T05:12:07.000Z"}],"charts":[]}},{"source":"apple_music","data":{"playlists_current":3,"playlists_total":21,"playlists_editorial_current":2,"playlists_editorial_total":9,"charts_current":0,"charts_total":64,"charted_countries_total":64,"playlists":[{"applemusicid":"pl.811ac0f053a242bbab06df4bebf90562","name":"Future Dance Hits","curator_name":"Apple Music Dance","playlist_type":"editorial","artwork":"https://is5-ssl.mzstatic.com/image/thumb/Features125/v4/14/13/d1/1413d105-ede7-bac3-557d-0a42edab5a16/source/120x120SC.DN01.jpeg?l=en-US","external_url":"https://music.apple.com/us/playlist/future-dance-hits/pl.811ac0f053a242bbab06df4bebf90562","curator_id":"976439535","top_position":30,"top_position_date":"2020-08-21","playlist_country_code":"az","current_position":null,"added_at":"2020-08-21T18:50:55.745Z","removed_at":"2020-10-02T18:33:38.000Z"},{"applemusicid":"pl.811ac0f053a242bbab06df4bebf90562","name":"Future Dance Hits","curator_name":"Apple Music Dance","playlist_type":"editorial","artwork":"https://is5-ssl.mzstatic.com/image/thumb/Features125/v4/14/13/d1/1413d105-ede7-bac3-557d-0a42edab5a16/source/120x120SC.DN01.jpeg?l=en-US","external_url":"https://music.apple.com/us/playlist/future-dance-hits/pl.811ac0f053a242bbab06df4bebf90562","curator_id":"976439535","top_position":29,"top_position_date":"2020-08-21","playlist_country_code":"gd","current_position":null,"added_at":"2020-08-21T18:57:47.982Z","removed_at":"2020-10-02T18:57:54.000Z"}],"track_charts":[{"applemusicid":"CHARTS-kg-17","name":"Dance: Kyrgystan","top_position":137,"top_position_date":"2020-11-12","current_position":null,"added_at":"2020-11-12T07:14:43.588Z","removed_at":"2020-11-12T19:03:22.000Z"},{"applemusicid":"CHARTS-py-17","name":"Dance: Paraguay","top_position":80,"top_position_date":"2020-09-17","current_position":null,"added_at":"2020-09-16T08:12:39.409Z","removed_at":"2021-07-24T14:51:26.000Z"}],"album_charts":[{"applemusicid":"ALBUMCHARTS-at-17","name":"Dance Albums: Austria","top_position":1,"top_position_date":"2025-02-22","current_position":26,"added_at":"2025-02-21T15:44:39.151Z","removed_at":null}],"features":[{"name":"New Releases: Dance (Australia)","top_position":14,"top_position_date":"2025-04-08","current_position":18,"added_at":"2025-04-08T02:04:32.887Z","removed_at":null}]}},{"source":"amazon","data":{"playlists_current":15,"playlists_total":19,"playlists_editorial_current":15,"playlists_editorial_total":19,"charts_current":0,"charts_total":0,"playlists":[{"amazonid":"B07XKBWKF5","name":"Ultra HD Dance","owner_name":"Amazon's Music Experts","external_url":"https://music.amazon.com/playlists/B07XKBWKF5","artwork":"https://m.media-amazon.com/images/I/515-4Rkf+ZL.jpg","rank":null,"region":"US","top_position":16,"top_position_date":"2020-09-16","current_position":null,"added_at":"2020-09-16T19:03:19.131Z","removed_at":"2020-09-23T19:07:25.000Z"},{"amazonid":"B07BF2V4RG","name":"Dance Covers","owner_name":"Amazon's Music Experts and Updated Weekly","external_url":"https://music.amazon.com/playlists/B07BF2V4RG","artwork":"https://m.media-amazon.com/images/I/41k0+Ol2wbL.jpg","rank":175,"region":"US","top_position":45,"top_position_date":"2021-06-11","current_position":58,"added_at":"2021-06-11T09:39:16.802Z","removed_at":null}],"track_charts":[],"album_charts":[],"track_features":[],"album_features":[]}},{"source":"deezer","data":{"popularity_current":25,"playlists_current":9,"playlists_total":35,"playlists_editorial_current":0,"playlists_editorial_total":4,"playlist_reach_current":7799,"playlist_reach_total":884121,"charts_current":0,"charts_total":13,"playlists":[{"deezerid":"2249258602","name":"New Dance","deezer_userid":"2834392844","followers_count":278850,"owner_name":"Antoine - Deezer Dance & EDM Editor","external_url":"https://www.deezer.com/playlist/2249258602","artwork":"https://cdns-images.dzcdn.net/images/playlist/5b3c26aecd2f4ed6f796ccd9ae57d8d1/1000x1000-000000-80-0-0.jpg","top_position":3,"top_position_date":"2020-08-21","current_position":null,"added_at":"2020-08-21T19:43:09.500Z","removed_at":"2020-10-02T19:55:20.000Z"},{"deezerid":"1154685481","name":"Sport Motivation","deezer_userid":"1141175982","followers_count":257107,"owner_name":"Deezer Editeurs France","external_url":"https://www.deezer.com/playlist/1154685481","artwork":"https://cdns-images.dzcdn.net/images/playlist/9dd285876c82497ac95fefd86d4ee1ba/1000x1000-000000-80-0-0.jpg","top_position":15,"top_position_date":"2020-10-23","current_position":null,"added_at":"2020-10-23T19:00:45.297Z","removed_at":"2020-11-06T20:06:08.000Z"}],"charts":[{"deezerid":"1362510315","name":"Top South Korea","deezer_userid":"637006841","chart_type":"top","followers_count":9589,"owner_name":"Deezer Charts","external_url":"https://www.deezer.com/playlist/1362510315","artwork":"https://cdns-images.dzcdn.net/images/playlist/5afa4d5a4240484b0a806648907c4810/1000x1000-000000-80-0-0.jpg","top_position":59,"top_position_date":"2020-08-28","current_position":null,"added_at":"2020-08-28T19:30:14.149Z","removed_at":"2020-08-29T19:00:50.000Z"}]}},{"source":"instagram","data":{"videos_total":407,"views_total":2493025,"likes_total":132493,"comments_total":3748,"engagement_rate_total":5.5,"videos":[{"upload_date":"2022-02-11","views_total":1869,"likes_total":53,"comments_total":4,"instagram_video_id":"CZ170_hDqlA","instagram_user_name":"Jose Alberto","instagram_user_country":"MX","instagram_user_handle":"icanbeanironman","instagram_user_followers":1555},{"upload_date":"2022-02-09","views_total":1339,"likes_total":178,"comments_total":15,"instagram_video_id":"CZvHEC8Dr7F","instagram_user_name":"Kat","instagram_user_handle":"katherine208","instagram_user_country":"DE","instagram_user_followers":3569}]}},{"source":"tiktok","data":{"videos_total":101,"views_total":282082,"likes_total":22337,"shares_total":634,"comments_total":322,"playlists_current":0,"playlists_total":0,"charts_current":0,"charts_total":0,"engagement_rate_total":8.3,"videos":[{"upload_date":"2021-12-18","views_total":4142,"likes_total":245,"comments_total":4,"shares_total":1,"tiktok_video_id":"7043027550821420293","tiktok_user_name":"Dani Pardos","tiktok_user_handle":"danipardos","tiktok_user_country":"AR","tiktok_user_followers":291702},{"upload_date":"2021-11-09","views_total":154,"likes_total":2,"comments_total":0,"shares_total":0,"tiktok_video_id":"7028690368078187781","tiktok_user_name":"user3403380298219","tiktok_user_handle":"penthouseslamianyc","tiktok_user_country":"US","tiktok_user_followers":1843}]}},{"source":"youtube","data":{"videos_total":24,"video_views_total":2165254,"video_likes_total":37630,"video_comments_total":1423,"shorts_total":72,"short_views_total":44578,"short_likes_total":2008,"short_comments_total":48,"playlists_current":0,"playlists_total":3,"playlists_editorial_current":0,"playlists_editorial_total":3,"charts_current":0,"charts_total":0,"video_engagement_rate_total":1.8,"short_engagement_rate_total":4.6,"playlists":[],"charts":[],"videos":[{"view_count":14051,"like_count":381,"dislike_count":6,"comment_count":48,"record_date":"2021-08-05","title":"The Killers - Mr. Brightside (Don Diablo Remix)","image_url":"https://i.ytimg.com/vi/dUF02v4VuI0/hqdefault.jpg","external_id":"dUF02v4VuI0","upload_date":"2019-11-30"},{"view_count":1136,"like_count":28,"dislike_count":0,"comment_count":3,"record_date":"2021-08-05","title":"The Killers - Mr. Brightside (Don Diablo Remix)","image_url":"https://i.ytimg.com/vi/JDAiCCrLxls/hqdefault.jpg","external_id":"JDAiCCrLxls","upload_date":"2020-04-10"}],"shorts":[{"view_count":1972,"like_count":18,"comment_count":6,"title":"Captain's Raptor Forehand #discgolf","image_url":"https://i.ytimg.com/vi/iXEHOh6iYWo/hqdefault.jpg","external_id":"iXEHOh6iYWo","upload_date":"2022-05-25"},{"view_count":199,"like_count":3,"comment_count":0,"title":"Russel Wilson's record against other teams","image_url":"https://i.ytimg.com/vi/1EHXR1GTe-0/hqdefault.jpg","external_id":"1EHXR1GTe-0","upload_date":"2022-05-13"}]}},{"source":"shazam","data":{"shazams_total":175483,"charts_current":0,"charts_total":11,"charted_cities_total":8,"charted_countries_total":3,"charts":[{"location_type":"Country","shazamid":"country-chart-IT","name":"Italy","external_url":"https://www.shazam.com/charts/top-200/italy","current_position":null,"top_position":99,"top_position_date":"2020-10-03","added_at":"2020-09-28T14:46:53.905Z","removed_at":"2020-10-25T14:10:09.000Z"},{"location_type":"Country","shazamid":"country-chart-AT","name":"Austria","external_url":"https://www.shazam.com/charts/top-200/austria","current_position":null,"top_position":197,"top_position_date":"2020-10-03","added_at":"2020-10-03T14:07:45.456Z","removed_at":"2020-10-04T14:15:05.000Z"}]}},{"source":"tracklist","data":{"total_support":250,"unique_support":125,"tracklist_views":386290,"charts_current":0,"charts_total":4,"tracklists":[{"tracklist_id":"jb1yfkt","tracklist_name":"Rhythm Prism Radio 019","tracklist_type":"Radio Show / Podcast","tracklist_views":51,"artist_name":"AKA AKA","record_date":"2024-07-03"},{"tracklist_id":"sp0kthk","tracklist_name":"Deep Inside 041","tracklist_type":"Radio Show / Podcast","tracklist_views":12,"artist_name":"Northern Angel","record_date":"2023-11-29"}],"charts":[{"chart_id":"newcomer","name":"Newcomer Charts","current_position":null,"top_position":2,"top_position_date":"2020-08-30","added_at":"2020-08-22","removed_at":"2020-09-08"},{"chart_id":"overall","name":"Top Overall Tracks","current_position":null,"top_position":4,"top_position_date":"2020-09-17","added_at":"2020-08-22","removed_at":"2020-10-02"}]}},{"source":"beatport","data":{"dj_charts_total":26,"charts_current":0,"charts_total":3,"dj_charts":[{"beatportid":651521,"page_url":"https://www.beatport.com/chart/better/651521","title":"BETTER","position":3,"release_date":"2020-11-09","image_url":"https://geo-media.beatport.com/image_size/100x100/f0f6edde-4789-4ca5-98d6-6b0a26bcfbf3.jpg","owner_name":"DJ HOWARDKUO"},{"beatportid":653045,"page_url":"https://www.beatport.com/chart/cry-for-you-charts/653045","title":"\"Cry For You\" Charts","position":10,"release_date":"2020-11-20","image_url":"https://geo-media.beatport.com/image_size/100x100/2d6f70b3-a22b-4c05-bd14-136875f379ec.jpg","owner_name":"2elements"}],"release_charts":[],"features":[{"beatportid":65,"page_url":"https://www.beatport.com/genre/id/65/","title":"Banner: Future House","top_position":1,"top_position_date":"2020-08-25","current_position":null,"added_at":"2020-08-25T00:00:00.000Z","removed_at":"2020-09-08T00:00:00.000Z"}]}},{"source":"traxsource","data":{"dj_charts_total":0,"charts_current":0,"charts_total":1,"dj_charts":[],"top_100":[{"genre_id":"5","name":"Electronica","page_url":"https://www.traxsource.com/genre/5","removed_at":"2021-05-17T15:04:02.132Z","top_position":35,"top_position_date":"2020-09-18","current_position":null,"added_at":"2020-09-12T15:00:23.167Z"}],"release_charts":[],"features":[]}},{"source":"itunes","data":{"charts_current":0,"charts_total":50,"charted_countries_total":36,"track_charts":[{"applemusicid":"CHARTS-br-17","name":"Dance: Brazil","top_position":22,"current_position":null,"added_at":"2020-09-16T07:53:23.705Z","removed_at":"2020-09-17T07:34:28.000Z"},{"applemusicid":"CHARTS-ua-34","name":"Overall: Ukraine","top_position":40,"current_position":null,"added_at":"2020-09-15T07:39:39.406Z","removed_at":"2020-09-16T08:41:01.000Z"}],"album_charts":[]}},{"source":"tidal","data":{"popularity_current":55,"playlists_current":0,"playlists_total":0,"playlists_editorial_current":0,"playlists_editorial_total":0,"charts_current":0,"charts_total":0,"playlists":[],"charts":[]}},{"source":"soundcloud","data":{"streams_total":147537,"favorites_total":2955,"comments_total":12,"reposts_total":125,"charts_current":0,"charts_total":0,"engagement_rate_total":2.1,"charts":[],"reposters":[{"scid":"54479107","username":"DCPA","permalink":"dcpamusic","followers_count":9995,"reposted_at":"2021-02-03T16:29:42.000Z"},{"scid":"39623966","username":"Matt Diamond","permalink":"mattdiamondofficial","followers_count":5495,"reposted_at":"2020-10-23T07:49:06.773Z"}]}},{"source":"radio","data":{"radio_plays_total":10959,"radio_stations_total":482,"sxm_plays_total":15}}],"track_info":{"songstats_track_id":"k4bp9etx","avatar":"https://i.scdn.co/image/ab67616d00001e027330355caa4508ce23f8570b","site_url":"https://songstats.com/track/k4bp9etx/mr-brightside","release_date":"2020-08-21","title":"Mr. Brightside","artists":[{"name":"Don Diablo","songstats_artist_id":"48ra1cnv"}],"is_remix":false,"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"},{"name":"HEXAGON","songstats_label_id":"m0u68se4"}]},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Artist-Catalog":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"catalog":{"type":"array","items":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"isrcs":{"type":"array","items":{"type":"string"}},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"},"links":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"external_id":{"type":"string"},"url":{"type":"string"}}}}}},"tracks_total":{"type":"integer"},"next_url":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","catalog":[{"songstats_track_id":"xw5ayq6z","avatar":"https://geo-media.beatport.com/image_size/{w}x{h}/3c777cb6-95d3-4eb8-808f-82040a448f37.jpg","title":"MODULATION","release_date":"2024-10-18","site_url":"https://songstats.com/track/xw5ayq6z/modulation","isrcs":["GBKQU2489598"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}]},{"songstats_track_id":"ybs4x9tu","avatar":"https://i.scdn.co/image/ab67616d0000b2736b35531c06638c6e741bae52","title":"GET DRUNK - FOOTWURK Remix","release_date":"2024-10-11","site_url":"https://songstats.com/track/ybs4x9tu/get-drunk-footwurk-remix","isrcs":["GBKQU2491074","GBKQU2491073"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"},{"name":"FOOTWURK","songstats_artist_id":"ikqrfc3v"}]},{"songstats_track_id":"flg5hqsi","avatar":"https://i.scdn.co/image/ab67616d0000b27391eec5338789d47e6007740d","title":"MUSIC IS OUR LIFE","release_date":"2024-10-04","site_url":"https://songstats.com/track/flg5hqsi/music-is-our-life","isrcs":["GBKQU2488082","GBKQU2488083"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}]}],"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174385c7f6795314a83bff48a73","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK","links":[{"source":"spotify","external_id":"1AD6JUzgEvTAI8TLGwlrba","url":"https://open.spotify.com/artist/1AD6JUzgEvTAI8TLGwlrba"},{"source":"beatport","external_id":"721277","url":"https://www.beatport.com/artist/dont-blink/721277"},{"source":"apple_music","external_id":"555313496","url":"https://music.apple.com/us/artist/dont-blink/555313496"}]},"tracks_total":122,"next_url":"https://api.songstats.com/enterprise/v1/artists/catalog?songstats_artist_id=pod5zlug&limit=3&offset=3"}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","catalog":[{"songstats_track_id":"xw5ayq6z","avatar":"https://geo-media.beatport.com/image_size/{w}x{h}/3c777cb6-95d3-4eb8-808f-82040a448f37.jpg","title":"MODULATION","release_date":"2024-10-18","site_url":"https://songstats.com/track/xw5ayq6z/modulation","isrcs":["GBKQU2489598"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}]},{"songstats_track_id":"ybs4x9tu","avatar":"https://i.scdn.co/image/ab67616d0000b2736b35531c06638c6e741bae52","title":"GET DRUNK - FOOTWURK Remix","release_date":"2024-10-11","site_url":"https://songstats.com/track/ybs4x9tu/get-drunk-footwurk-remix","isrcs":["GBKQU2491074","GBKQU2491073"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"},{"name":"FOOTWURK","songstats_artist_id":"ikqrfc3v"}]},{"songstats_track_id":"flg5hqsi","avatar":"https://i.scdn.co/image/ab67616d0000b27391eec5338789d47e6007740d","title":"MUSIC IS OUR LIFE","release_date":"2024-10-04","site_url":"https://songstats.com/track/flg5hqsi/music-is-our-life","isrcs":["GBKQU2488082","GBKQU2488083"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}]}],"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174385c7f6795314a83bff48a73","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK","links":[{"source":"spotify","external_id":"1AD6JUzgEvTAI8TLGwlrba","url":"https://open.spotify.com/artist/1AD6JUzgEvTAI8TLGwlrba"},{"source":"beatport","external_id":"721277","url":"https://www.beatport.com/artist/dont-blink/721277"},{"source":"apple_music","external_id":"555313496","url":"https://music.apple.com/us/artist/dont-blink/555313496"}]},"tracks_total":122,"next_url":"https://api.songstats.com/enterprise/v1/artists/catalog?songstats_artist_id=pod5zlug&limit=3&offset=3"}}}}}},"Artist-Top-Playlists":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":"string"},"scope":{"type":"string"},"top_playlists":{"type":"array","items":{"type":"object","properties":{"playlist_id":{"type":"string"},"playlist_name":{"type":"string"},"external_url":{"type":"string"},"followers_total":{"type":"string"},"image_url":{"type":"string"}}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"37i9dQZF1DX8tZsk68tuDw","playlist_name":"Dance Rising","external_url":"https://open.spotify.com/playlist/37i9dQZF1DX8tZsk68tuDw","followers_total":"1.95M","image_url":"https://i.scdn.co/image/ab67706f00000002257c27d66bcb62be8c869f49"},{"playlist_id":"37i9dQZF1DXa8NOEUWPn9W","playlist_name":"Housewerk","external_url":"https://open.spotify.com/playlist/37i9dQZF1DXa8NOEUWPn9W","followers_total":"1.95M","image_url":"https://i.scdn.co/image/ab67706f000000029050160f47bb29ff3a6693e9"}]},{"source":"deezer","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"2055454184","playlist_name":"House Workout","external_url":"https://www.deezer.com/playlist/2055454184","followers_total":"194K","image_url":"https://cdn-images.dzcdn.net/images/playlist/646574d02842d3f4757d3e65f9f5aee0/1000x1000-000000-80-0-0.jpg"},{"playlist_id":"1221037371","playlist_name":"Top Lithuania","external_url":"https://www.deezer.com/playlist/1221037371","followers_total":"42.3K","image_url":"https://cdn-images.dzcdn.net/images/playlist/5c7ffde1e6cd2c79013b1aed2fcad6e2/1000x1000-000000-80-0-0.jpg"}]},{"source":"tidal","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"02102d2d-960e-470a-a633-481583ffafba","playlist_name":"Tech House 2025","external_url":"http://www.tidal.com/playlist/02102d2d-960e-470a-a633-481583ffafba","followers_total":"42","image_url":"https://resources.tidal.com/images/d84d4b3b/23e8/4b6a/be2d/ead5d749d444/480x480.jpg"}]},{"source":"soundcloud","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"1895886527","playlist_name":"TECHNO HOUSE PLAYLIST 2026 🔥 | WEEKLY UPDATED | John Summit, FISHER, James Hype, KREAM | Tech Mix","external_url":"https://soundcloud.com/laurosanchezzz/sets/techno-house","followers_total":"3.9K","image_url":"https://i1.sndcdn.com/artworks-XWzKvETf0k925SZw-Or21aw-t300x300.jpg"}]},{"source":"tracklist","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"p6rt6l","playlist_name":"Eclipse, Freedom Stage, Tomorrowland Weekend 2, Belgium","external_url":"https://1001.tl/1rb0chk9","followers_total":"14.6K","image_url":"https://i1.sndcdn.com/avatars-VoRSk0ogwlSw8tVk-dakhSQ-t500x500.jpg"},{"playlist_id":"fgg8cu","playlist_name":"DJ Mag Top 100 DJs Virtual Festival","external_url":"https://1001.tl/18998nbt","followers_total":"11.1K","image_url":"https://cdn.1001.tl//images/artworks/djs/9/b/0/4/191006-artwork-afrojack-5d99e646b96a4-Medium.jpg"}]}],"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174385c7f6795314a83bff48a73","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"37i9dQZF1DX8tZsk68tuDw","playlist_name":"Dance Rising","external_url":"https://open.spotify.com/playlist/37i9dQZF1DX8tZsk68tuDw","followers_total":"1.95M","image_url":"https://i.scdn.co/image/ab67706f00000002257c27d66bcb62be8c869f49"},{"playlist_id":"37i9dQZF1DXa8NOEUWPn9W","playlist_name":"Housewerk","external_url":"https://open.spotify.com/playlist/37i9dQZF1DXa8NOEUWPn9W","followers_total":"1.95M","image_url":"https://i.scdn.co/image/ab67706f000000029050160f47bb29ff3a6693e9"}]},{"source":"deezer","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"2055454184","playlist_name":"House Workout","external_url":"https://www.deezer.com/playlist/2055454184","followers_total":"194K","image_url":"https://cdn-images.dzcdn.net/images/playlist/646574d02842d3f4757d3e65f9f5aee0/1000x1000-000000-80-0-0.jpg"},{"playlist_id":"1221037371","playlist_name":"Top Lithuania","external_url":"https://www.deezer.com/playlist/1221037371","followers_total":"42.3K","image_url":"https://cdn-images.dzcdn.net/images/playlist/5c7ffde1e6cd2c79013b1aed2fcad6e2/1000x1000-000000-80-0-0.jpg"}]},{"source":"tidal","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"02102d2d-960e-470a-a633-481583ffafba","playlist_name":"Tech House 2025","external_url":"http://www.tidal.com/playlist/02102d2d-960e-470a-a633-481583ffafba","followers_total":"42","image_url":"https://resources.tidal.com/images/d84d4b3b/23e8/4b6a/be2d/ead5d749d444/480x480.jpg"}]},{"source":"soundcloud","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"1895886527","playlist_name":"TECHNO HOUSE PLAYLIST 2026 🔥 | WEEKLY UPDATED | John Summit, FISHER, James Hype, KREAM | Tech Mix","external_url":"https://soundcloud.com/laurosanchezzz/sets/techno-house","followers_total":"3.9K","image_url":"https://i1.sndcdn.com/artworks-XWzKvETf0k925SZw-Or21aw-t300x300.jpg"}]},{"source":"tracklist","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"p6rt6l","playlist_name":"Eclipse, Freedom Stage, Tomorrowland Weekend 2, Belgium","external_url":"https://1001.tl/1rb0chk9","followers_total":"14.6K","image_url":"https://i1.sndcdn.com/avatars-VoRSk0ogwlSw8tVk-dakhSQ-t500x500.jpg"},{"playlist_id":"fgg8cu","playlist_name":"DJ Mag Top 100 DJs Virtual Festival","external_url":"https://1001.tl/18998nbt","followers_total":"11.1K","image_url":"https://cdn.1001.tl//images/artworks/djs/9/b/0/4/191006-artwork-afrojack-5d99e646b96a4-Medium.jpg"}]}],"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174385c7f6795314a83bff48a73","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Collaborator-Top-Playlists":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":"string"},"scope":{"type":"string"},"top_playlists":{"type":"array","items":{"type":"object","properties":{"playlist_id":{"type":"string"},"playlist_name":{"type":"string"},"external_url":{"type":"string"},"followers_total":{"type":"string"},"image_url":{"type":"string"}}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"37i9dQZEVXbMDoHDwVN2tF","playlist_name":"Top 50 - Global","external_url":"https://open.spotify.com/playlist/37i9dQZEVXbMDoHDwVN2tF","followers_total":"17M","image_url":"https://charts-images.scdn.co/assets/locale_en/regional/daily/region_global_xlarge.jpg"}]},{"source":"deezer","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"63141574","playlist_name":"Brand New UK","external_url":"https://www.deezer.com/playlist/63141574","followers_total":"5.98M","image_url":"https://cdn-images.dzcdn.net/images/playlist/cdb4106fa9716fc125007d57a6a4ca12/1000x1000-000000-80-0-0.jpg"}]},{"source":"tidal","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"34c543c9-bb74-4b79-91a8-feb6d815f43c","playlist_name":"Thoro Hip-Hop: Best New Tracks","external_url":"http://www.tidal.com/playlist/34c543c9-bb74-4b79-91a8-feb6d815f43c","followers_total":"274K","image_url":"https://resources.tidal.com/images/18d2e51f/173b/4dbe/916a/f02201abeecb/480x480.jpg"}]},{"source":"soundcloud","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"1611369688","playlist_name":"Country Music Hits 2026 CMA Awards Songs | Shazam Country Charts Festival 🤠 NEW COUNTRY MUSIC Radio","external_url":"https://soundcloud.com/profimedia/sets/country-music-hits-2023-shazam","followers_total":"2.64K","image_url":"https://i1.sndcdn.com/artworks-9fSbJo1LBaRNrM65-2vNbGw-t300x300.jpg"}]},{"source":"tracklist","metric":"top_playlists","scope":"total","top_playlists":[{"playlist_id":"2rkbz6b","playlist_name":"Lana Del Rey","external_url":"https://1001.tl/2rkbz6b","followers_total":"57.9M","image_url":"https://i.scdn.co/image/ab6761610000e5ebb99cacf8acd5378206767261"}]}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Artist-Top-Curators":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":"string"},"scope":{"type":"string"},"top_curators":{"type":"array","items":{"type":"object","properties":{"curator_id":{"type":"string"},"curator_name":{"type":"string"},"external_url":{"type":"string"},"followers_total":{"type":"string"},"image_url":{"type":"string"}}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"spotify","curator_name":"Spotify","external_url":"https://open.spotify.com/user/spotify","followers_total":"12.3M","image_url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5"},{"curator_id":"spinninrecordsofficial","curator_name":"Spinnin’ Records","external_url":"https://open.spotify.com/user/spinninrecordsofficial","followers_total":"754K","image_url":"https://i.scdn.co/image/ab6775700000ee85c1772e63a5ca7045b092cd7d"}]},{"source":"deezer","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"637006841","curator_name":"Deezer Charts","external_url":"https://deezer.com/profile/637006841","followers_total":"25.4K","image_url":"https://e-cdns-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/300x300-000000-80-0-0.jpg"},{"curator_id":"143886081","curator_name":"Spinnin Records","external_url":"https://deezer.com/profile/143886081","followers_total":"15.7K","image_url":"https://e-cdns-images.dzcdn.net/images/user/d04a0a7c3ee682d8a837b8b78a8d5d3a/300x300-000000-80-0-0.jpg"}]},{"source":"instagram","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"53672690","curator_name":"Spinnin' Records","external_url":"https://www.instagram.com/spinninrecords/","followers_total":"3.56M","image_url":"https://cdn.songstats.com/instagram_users/images/000/004/850/original/data?1733043971"},{"curator_id":"3145200815","curator_name":"FZ Autos","external_url":"https://www.instagram.com/usadosmedellin_fz/","followers_total":"1.95M","image_url":"https://cdn.songstats.com/instagram_users/images/000/056/391/original/data?1724727473"}]},{"source":"tiktok","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"7046659553036059649","curator_name":"taisan","external_url":"https://www.tiktok.com/@taisan_8","followers_total":"6.2M","image_url":"https://cdn.songstats.com/tiktok_users/images/089/350/640/original/data?1687581624"},{"curator_id":"6713567112873624581","curator_name":"Robbie Crawford","external_url":"https://www.tiktok.com/@waterandlight","followers_total":"3.3M","image_url":"https://cdn.songstats.com/tiktok_users/images/000/215/240/original/data?1685815410"}]},{"source":"youtube","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"UCq6GEVYEsW6UXPZVfRsyAgA","curator_name":"Asiaville Malayalam","external_url":"https://www.youtube.com/channel/UCq6GEVYEsW6UXPZVfRsyAgA","followers_total":"759K","image_url":"https://yt3.ggpht.com/3yfbk3EFhN_vyYbBd-Hd-DTkaBIoI82v3wopFf1z83Gz-jU7lk3xbXHSDUcCNXzdp0F9NgGSCQ=s240-c-k-c0x00ffffff-no-rj"},{"curator_id":"UCZ9tg5JHxfaofTbV83FtPpQ","curator_name":"Наталья Пытьева","external_url":"https://www.youtube.com/channel/UCZ9tg5JHxfaofTbV83FtPpQ","followers_total":"252K","image_url":"https://yt3.ggpht.com/5XcWE3mKWCWI-bB6MK9HknQ61PVCD6QSVyeLd7v8DL-6L8LXwEqG3Dv5I8G2KIE4Wmx8R8cVIbw=s240-c-k-c0x00ffffff-no-rj"}]},{"source":"tracklist","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"v4udsb","curator_name":"David Guetta","external_url":"https://1001.tl/v4udsb","followers_total":"72.9M","image_url":"https://i.scdn.co/image/ab6761610000e5ebf150017ca69c8793503c2d4f"},{"curator_id":"d4f0jl","curator_name":"Marshmello","external_url":"https://1001.tl/d4f0jl","followers_total":"57.2M","image_url":"https://i.scdn.co/image/ab6761610000e5eb53ca421f91678c26b4f15512"}]},{"source":"beatport","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"7497","curator_name":"Cedric Gervais","external_url":"https://www.beatport.com/artist/cedric-gervais/7497","followers_total":"4.43M","image_url":"https://i.scdn.co/image/ab6761610000e5eb577e3855698e0003f8e74e9b"},{"curator_id":"713836","curator_name":"Quarterhead","external_url":"https://www.beatport.com/artist/quarterhead/713836","followers_total":"3.95M","image_url":"https://i.scdn.co/image/ab6761610000e5eb5ca62ff8ad24b1ee3681091a"}]},{"source":"soundcloud","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"199197","curator_name":"Steve Aoki","external_url":"https://soundcloud.com/steveaoki","followers_total":"4.18M","image_url":"https://i1.sndcdn.com/avatars-000004519473-4xktxg-t300x300.jpg"},{"curator_id":"175766","curator_name":"Spinnin' Records","external_url":"https://soundcloud.com/spinninrecords","followers_total":"1.8M","image_url":"https://i1.sndcdn.com/avatars-GN8EmUmy73Umcn7w-4aes7w-t300x300.jpg"}]}],"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174385c7f6795314a83bff48a73","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"spotify","curator_name":"Spotify","external_url":"https://open.spotify.com/user/spotify","followers_total":"12.3M","image_url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5"},{"curator_id":"spinninrecordsofficial","curator_name":"Spinnin’ Records","external_url":"https://open.spotify.com/user/spinninrecordsofficial","followers_total":"754K","image_url":"https://i.scdn.co/image/ab6775700000ee85c1772e63a5ca7045b092cd7d"}]},{"source":"deezer","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"637006841","curator_name":"Deezer Charts","external_url":"https://deezer.com/profile/637006841","followers_total":"25.4K","image_url":"https://e-cdns-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/300x300-000000-80-0-0.jpg"},{"curator_id":"143886081","curator_name":"Spinnin Records","external_url":"https://deezer.com/profile/143886081","followers_total":"15.7K","image_url":"https://e-cdns-images.dzcdn.net/images/user/d04a0a7c3ee682d8a837b8b78a8d5d3a/300x300-000000-80-0-0.jpg"}]},{"source":"instagram","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"53672690","curator_name":"Spinnin' Records","external_url":"https://www.instagram.com/spinninrecords/","followers_total":"3.56M","image_url":"https://cdn.songstats.com/instagram_users/images/000/004/850/original/data?1733043971"},{"curator_id":"3145200815","curator_name":"FZ Autos","external_url":"https://www.instagram.com/usadosmedellin_fz/","followers_total":"1.95M","image_url":"https://cdn.songstats.com/instagram_users/images/000/056/391/original/data?1724727473"}]},{"source":"tiktok","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"7046659553036059649","curator_name":"taisan","external_url":"https://www.tiktok.com/@taisan_8","followers_total":"6.2M","image_url":"https://cdn.songstats.com/tiktok_users/images/089/350/640/original/data?1687581624"},{"curator_id":"6713567112873624581","curator_name":"Robbie Crawford","external_url":"https://www.tiktok.com/@waterandlight","followers_total":"3.3M","image_url":"https://cdn.songstats.com/tiktok_users/images/000/215/240/original/data?1685815410"}]},{"source":"youtube","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"UCq6GEVYEsW6UXPZVfRsyAgA","curator_name":"Asiaville Malayalam","external_url":"https://www.youtube.com/channel/UCq6GEVYEsW6UXPZVfRsyAgA","followers_total":"759K","image_url":"https://yt3.ggpht.com/3yfbk3EFhN_vyYbBd-Hd-DTkaBIoI82v3wopFf1z83Gz-jU7lk3xbXHSDUcCNXzdp0F9NgGSCQ=s240-c-k-c0x00ffffff-no-rj"},{"curator_id":"UCZ9tg5JHxfaofTbV83FtPpQ","curator_name":"Наталья Пытьева","external_url":"https://www.youtube.com/channel/UCZ9tg5JHxfaofTbV83FtPpQ","followers_total":"252K","image_url":"https://yt3.ggpht.com/5XcWE3mKWCWI-bB6MK9HknQ61PVCD6QSVyeLd7v8DL-6L8LXwEqG3Dv5I8G2KIE4Wmx8R8cVIbw=s240-c-k-c0x00ffffff-no-rj"}]},{"source":"tracklist","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"v4udsb","curator_name":"David Guetta","external_url":"https://1001.tl/v4udsb","followers_total":"72.9M","image_url":"https://i.scdn.co/image/ab6761610000e5ebf150017ca69c8793503c2d4f"},{"curator_id":"d4f0jl","curator_name":"Marshmello","external_url":"https://1001.tl/d4f0jl","followers_total":"57.2M","image_url":"https://i.scdn.co/image/ab6761610000e5eb53ca421f91678c26b4f15512"}]},{"source":"beatport","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"7497","curator_name":"Cedric Gervais","external_url":"https://www.beatport.com/artist/cedric-gervais/7497","followers_total":"4.43M","image_url":"https://i.scdn.co/image/ab6761610000e5eb577e3855698e0003f8e74e9b"},{"curator_id":"713836","curator_name":"Quarterhead","external_url":"https://www.beatport.com/artist/quarterhead/713836","followers_total":"3.95M","image_url":"https://i.scdn.co/image/ab6761610000e5eb5ca62ff8ad24b1ee3681091a"}]},{"source":"soundcloud","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"199197","curator_name":"Steve Aoki","external_url":"https://soundcloud.com/steveaoki","followers_total":"4.18M","image_url":"https://i1.sndcdn.com/avatars-000004519473-4xktxg-t300x300.jpg"},{"curator_id":"175766","curator_name":"Spinnin' Records","external_url":"https://soundcloud.com/spinninrecords","followers_total":"1.8M","image_url":"https://i1.sndcdn.com/avatars-GN8EmUmy73Umcn7w-4aes7w-t300x300.jpg"}]}],"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174385c7f6795314a83bff48a73","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Artist-Top-Commentors":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"top_commentors":{"type":"object","properties":{"youtube":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"image_url":{"type":"string"},"external_url":{"type":"string"},"followers":{"type":"string"}}}},"soundcloud":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"image_url":{"type":"string"},"external_url":{"type":"string"},"followers":{"type":"string"}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","top_commentors":{"youtube":[{"name":"SubSoul","image_url":"https://yt3.ggpht.com/ytc/AIdro_lnNxWIXZps2rM4sYFH7bNLAZXupoYIZ6rKkc3ZLnPXd1I=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCO3GgqahVfFg0w9LY2CBiFQ","followers":"1.18M"},{"name":"DEEPROT","image_url":"https://yt3.ggpht.com/V-rCY-BRRKUrU2u2d70KpuVBiPXtiUqYKe5Yo0Eg3zttPXCZEacUEY-dlWY9NIPa9MAeuJgQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCTOFODoILyXvkRdXtmepffA","followers":"844K"},{"name":"Doctor Chan ","image_url":"https://yt3.ggpht.com/0w9daf2PyBAoVg0rC4dXE1fyYxtJc1Rq1PNvpCBH7L1NW0R7Zu4dVQSQ8L7HJJbSyZHe-VqbKQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCPQWaRPbH0SYtSazfD0W-AA","followers":"260K"}],"soundcloud":[{"name":"John Summit","image_url":"https://i1.sndcdn.com/avatars-JbuEKJ9K9ghwV5Qf-QSGDww-t300x300.jpg","external_url":"https://soundcloud.com/johnsummit","followers":"197K"},{"name":"Heldeep Records","image_url":"https://i1.sndcdn.com/avatars-Ajl2uwZJVRicLuzu-YgaPJw-t300x300.jpg","external_url":"https://soundcloud.com/heldeeprecords","followers":"165K"},{"name":"Styline","image_url":"https://i1.sndcdn.com/avatars-000559705029-g475mk-t300x300.jpg","external_url":"https://soundcloud.com/styline","followers":"157K"}]},"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174bc67ef2363848662aaaf8ddc","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK"},"source_ids":["youtube","soundcloud"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","top_commentors":{"youtube":[{"name":"SubSoul","image_url":"https://yt3.ggpht.com/ytc/AIdro_lnNxWIXZps2rM4sYFH7bNLAZXupoYIZ6rKkc3ZLnPXd1I=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCO3GgqahVfFg0w9LY2CBiFQ","followers":"1.18M"},{"name":"DEEPROT","image_url":"https://yt3.ggpht.com/V-rCY-BRRKUrU2u2d70KpuVBiPXtiUqYKe5Yo0Eg3zttPXCZEacUEY-dlWY9NIPa9MAeuJgQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCTOFODoILyXvkRdXtmepffA","followers":"844K"},{"name":"Doctor Chan ","image_url":"https://yt3.ggpht.com/0w9daf2PyBAoVg0rC4dXE1fyYxtJc1Rq1PNvpCBH7L1NW0R7Zu4dVQSQ8L7HJJbSyZHe-VqbKQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCPQWaRPbH0SYtSazfD0W-AA","followers":"260K"}],"soundcloud":[{"name":"John Summit","image_url":"https://i1.sndcdn.com/avatars-JbuEKJ9K9ghwV5Qf-QSGDww-t300x300.jpg","external_url":"https://soundcloud.com/johnsummit","followers":"197K"},{"name":"Heldeep Records","image_url":"https://i1.sndcdn.com/avatars-Ajl2uwZJVRicLuzu-YgaPJw-t300x300.jpg","external_url":"https://soundcloud.com/heldeeprecords","followers":"165K"},{"name":"Styline","image_url":"https://i1.sndcdn.com/avatars-000559705029-g475mk-t300x300.jpg","external_url":"https://soundcloud.com/styline","followers":"157K"}]},"artist_info":{"songstats_artist_id":"pod5zlug","avatar":"https://i.scdn.co/image/ab67616100005174bc67ef2363848662aaaf8ddc","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK"},"source_ids":["youtube","soundcloud"]}}}}}},"Collaborator-Top-Curators":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":"string"},"scope":{"type":"string"},"top_curators":{"type":"array","items":{"type":"object","properties":{"curator_id":{"type":"string"},"curator_name":{"type":"string"},"external_url":{"type":"string"},"followers_total":{"type":"string"},"image_url":{"type":"string"}}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"spotify","curator_name":"Spotify","external_url":"https://open.spotify.com/user/spotify","followers_total":"12.3M","image_url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5"},{"curator_id":"billboard.com","curator_name":"Billboard","external_url":"https://open.spotify.com/user/billboard.com","followers_total":"1.6M","image_url":"https://i.scdn.co/image/ab6775700000ee8507650cf9188bee155631a87c"}]},{"source":"deezer","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"303004553","curator_name":"Romar - Editor Deezer Brasil","external_url":"https://deezer.com/profile/303004553","followers_total":"63.9K","image_url":"https://e-cdns-images.dzcdn.net/images/user/b3f4e2f84c6c704a69ec2b20c9c14c6a/300x300-000000-80-0-0.jpg"},{"curator_id":"637006841","curator_name":"Deezer Charts","external_url":"https://deezer.com/profile/637006841","followers_total":"25.4K","image_url":"https://e-cdns-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/300x300-000000-80-0-0.jpg"}]},{"source":"instagram","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"10685362","curator_name":"A$AP ROCKY","external_url":"https://www.instagram.com/asaprocky/","followers_total":"19.8M","image_url":"https://cdn.songstats.com/instagram_users/images/021/373/818/original/data?1733238147"},{"curator_id":"12864526","curator_name":"GQ","external_url":"https://www.instagram.com/gq/","followers_total":"6.72M","image_url":"https://cdn.songstats.com/instagram_users/images/021/592/171/original/data?1733242733"}]},{"source":"tiktok","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"6733638955180475393","curator_name":"dimesolocesar✌🏻","external_url":"https://www.tiktok.com/@dimesolocesar","followers_total":"14.1M","image_url":"https://cdn.songstats.com/tiktok_users/images/004/377/244/original/data?1685755824"},{"curator_id":"6743547525321950213","curator_name":"RAP","external_url":"https://www.tiktok.com/@rap","followers_total":"10.8M","image_url":"https://cdn.songstats.com/tiktok_users/images/000/013/595/original/data?1688428948"}]},{"source":"youtube","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"UCFXZBGS7J0IDINQc8xtMqCg","curator_name":"scottsreality","external_url":"https://www.youtube.com/channel/UCFXZBGS7J0IDINQc8xtMqCg","followers_total":"20.8M","image_url":"https://yt3.ggpht.com/ytc/AIdro_lQ0xKKhJCxbbGHqLUoZge0UJLvqCCZepsuLDi6tg4UCg=s240-c-k-c0x00ffffff-no-rj"},{"curator_id":"UCO9zJy7HWrIS3ojB4Lr7Yqw","curator_name":"Lil Wayne","external_url":"https://www.youtube.com/channel/UCO9zJy7HWrIS3ojB4Lr7Yqw","followers_total":"13.2M","image_url":"https://yt3.ggpht.com/fH9mYnSiH2NQHEW_rczywx2_1DDLUQPk04mxeT12OFCERmXn30D857-JxNvVDN8drG5f0jDTvQ=s240-c-k-c0x00ffffff-no-rj"}]},{"source":"tracklist","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"2rkbz6b","curator_name":"Lana Del Rey","external_url":"https://1001.tl/2rkbz6b","followers_total":"57.9M","image_url":"https://i.scdn.co/image/ab6761610000e5ebb99cacf8acd5378206767261"},{"curator_id":"8xmvlu","curator_name":"Whethan","external_url":"https://1001.tl/8xmvlu","followers_total":"8.87M","image_url":"https://i.scdn.co/image/ab6761610000e5ebdc96004c6b6ceeb041a47062"}]},{"source":"beatport","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"420689","curator_name":"Snakehips","external_url":"https://www.beatport.com/artist/snakehips/420689","followers_total":"3.41M","image_url":"https://i.scdn.co/image/ab6761610000e5ebb72a1f15f8a3c15f726db58a"}]},{"source":"soundcloud","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"89976780","curator_name":"SOFI TUKKER","external_url":"https://soundcloud.com/sofitukker","followers_total":"98.7K","image_url":"https://i1.sndcdn.com/avatars-yZOo85zSUqyG7b8n-z7UFHw-t300x300.jpg"},{"curator_id":"68749546","curator_name":"JFerris","external_url":"https://soundcloud.com/fuckthispage","followers_total":"15.6K","image_url":"https://i1.sndcdn.com/avatars-gpqDN2pDYTKvKMyz-Tie4oQ-t300x300.jpg"}]}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"spotify","curator_name":"Spotify","external_url":"https://open.spotify.com/user/spotify","followers_total":"12.3M","image_url":"https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5"},{"curator_id":"billboard.com","curator_name":"Billboard","external_url":"https://open.spotify.com/user/billboard.com","followers_total":"1.6M","image_url":"https://i.scdn.co/image/ab6775700000ee8507650cf9188bee155631a87c"}]},{"source":"deezer","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"303004553","curator_name":"Romar - Editor Deezer Brasil","external_url":"https://deezer.com/profile/303004553","followers_total":"63.9K","image_url":"https://e-cdns-images.dzcdn.net/images/user/b3f4e2f84c6c704a69ec2b20c9c14c6a/300x300-000000-80-0-0.jpg"},{"curator_id":"637006841","curator_name":"Deezer Charts","external_url":"https://deezer.com/profile/637006841","followers_total":"25.4K","image_url":"https://e-cdns-images.dzcdn.net/images/user/63d967d09a48005fbf37464a4ee39405/300x300-000000-80-0-0.jpg"}]},{"source":"instagram","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"10685362","curator_name":"A$AP ROCKY","external_url":"https://www.instagram.com/asaprocky/","followers_total":"19.8M","image_url":"https://cdn.songstats.com/instagram_users/images/021/373/818/original/data?1733238147"},{"curator_id":"12864526","curator_name":"GQ","external_url":"https://www.instagram.com/gq/","followers_total":"6.72M","image_url":"https://cdn.songstats.com/instagram_users/images/021/592/171/original/data?1733242733"}]},{"source":"tiktok","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"6733638955180475393","curator_name":"dimesolocesar✌🏻","external_url":"https://www.tiktok.com/@dimesolocesar","followers_total":"14.1M","image_url":"https://cdn.songstats.com/tiktok_users/images/004/377/244/original/data?1685755824"},{"curator_id":"6743547525321950213","curator_name":"RAP","external_url":"https://www.tiktok.com/@rap","followers_total":"10.8M","image_url":"https://cdn.songstats.com/tiktok_users/images/000/013/595/original/data?1688428948"}]},{"source":"youtube","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"UCFXZBGS7J0IDINQc8xtMqCg","curator_name":"scottsreality","external_url":"https://www.youtube.com/channel/UCFXZBGS7J0IDINQc8xtMqCg","followers_total":"20.8M","image_url":"https://yt3.ggpht.com/ytc/AIdro_lQ0xKKhJCxbbGHqLUoZge0UJLvqCCZepsuLDi6tg4UCg=s240-c-k-c0x00ffffff-no-rj"},{"curator_id":"UCO9zJy7HWrIS3ojB4Lr7Yqw","curator_name":"Lil Wayne","external_url":"https://www.youtube.com/channel/UCO9zJy7HWrIS3ojB4Lr7Yqw","followers_total":"13.2M","image_url":"https://yt3.ggpht.com/fH9mYnSiH2NQHEW_rczywx2_1DDLUQPk04mxeT12OFCERmXn30D857-JxNvVDN8drG5f0jDTvQ=s240-c-k-c0x00ffffff-no-rj"}]},{"source":"tracklist","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"2rkbz6b","curator_name":"Lana Del Rey","external_url":"https://1001.tl/2rkbz6b","followers_total":"57.9M","image_url":"https://i.scdn.co/image/ab6761610000e5ebb99cacf8acd5378206767261"},{"curator_id":"8xmvlu","curator_name":"Whethan","external_url":"https://1001.tl/8xmvlu","followers_total":"8.87M","image_url":"https://i.scdn.co/image/ab6761610000e5ebdc96004c6b6ceeb041a47062"}]},{"source":"beatport","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"420689","curator_name":"Snakehips","external_url":"https://www.beatport.com/artist/snakehips/420689","followers_total":"3.41M","image_url":"https://i.scdn.co/image/ab6761610000e5ebb72a1f15f8a3c15f726db58a"}]},{"source":"soundcloud","metric":"top_curators","scope":"total","top_curators":[{"curator_id":"89976780","curator_name":"SOFI TUKKER","external_url":"https://soundcloud.com/sofitukker","followers_total":"98.7K","image_url":"https://i1.sndcdn.com/avatars-yZOo85zSUqyG7b8n-z7UFHw-t300x300.jpg"},{"curator_id":"68749546","curator_name":"JFerris","external_url":"https://soundcloud.com/fuckthispage","followers_total":"15.6K","image_url":"https://i1.sndcdn.com/avatars-gpqDN2pDYTKvKMyz-Tie4oQ-t300x300.jpg"}]}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Collaborator-Top-Commentors":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"top_commentors":{"type":"object","properties":{"youtube":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"image_url":{"type":"string"},"external_url":{"type":"string"},"followers":{"type":"string"}}}},"soundcloud":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"image_url":{"type":"string"},"external_url":{"type":"string"},"followers":{"type":"string"}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","top_commentors":{"youtube":[{"name":"Rap Nation","image_url":"https://yt3.ggpht.com/G3-yIl2hnc9tRsJPrUY_oRoRRZwJ-5zYZEiH-rKu3bZ_bPKmBA9lW0c0UAAVByQdF14lrBY2=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UC8QfB1wbfrNwNFHQxfyNJsw","followers":"3.19M"},{"name":"TheLearningStation - Kids Songs and Nursery Rhymes","image_url":"https://yt3.ggpht.com/Wqo78ueYknXCIMLy1oGsuJWkrGX_0JjwGz5H7wXKv3khaFHVYIbPndD95LN0oRcUlDowg6uZlg=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UC4Hdb26_xnPQsntwLazMqYw","followers":"2.1M"},{"name":"Spritz","image_url":"https://yt3.ggpht.com/l7GtiX8IPEBUQUp6aBRonEcmPT4ghrV_fh6_cWUEMclh-u_-ZtCegn2oOpN3FUTuH-vEiWpRlrg=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCV9I2Yb0T63JdQ6AaryfGTA","followers":"818K"}],"soundcloud":[{"name":"SOFI TUKKER","image_url":"https://i1.sndcdn.com/avatars-BQHhIXdNKEPQ4J9Z-iLxocg-t300x300.jpg","external_url":"https://soundcloud.com/sofitukker","followers":"102K"},{"name":"KEL19 🌬️","image_url":"https://i1.sndcdn.com/avatars-IwVclRyoTlRsgSPL-qtT0ag-t300x300.jpg","external_url":"https://soundcloud.com/kelskii","followers":"7518"},{"name":"Nowananda","image_url":"https://i1.sndcdn.com/avatars-KrrbHAs6wpj0BODh-u3FnSw-t300x300.jpg","external_url":"https://soundcloud.com/nowananda","followers":"5430"}]},"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-baptiste","name":"Jon Baptiste"},"source_ids":["youtube","soundcloud"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","top_commentors":{"youtube":[{"name":"Rap Nation","image_url":"https://yt3.ggpht.com/G3-yIl2hnc9tRsJPrUY_oRoRRZwJ-5zYZEiH-rKu3bZ_bPKmBA9lW0c0UAAVByQdF14lrBY2=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UC8QfB1wbfrNwNFHQxfyNJsw","followers":"3.19M"},{"name":"TheLearningStation - Kids Songs and Nursery Rhymes","image_url":"https://yt3.ggpht.com/Wqo78ueYknXCIMLy1oGsuJWkrGX_0JjwGz5H7wXKv3khaFHVYIbPndD95LN0oRcUlDowg6uZlg=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UC4Hdb26_xnPQsntwLazMqYw","followers":"2.1M"},{"name":"Spritz","image_url":"https://yt3.ggpht.com/l7GtiX8IPEBUQUp6aBRonEcmPT4ghrV_fh6_cWUEMclh-u_-ZtCegn2oOpN3FUTuH-vEiWpRlrg=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCV9I2Yb0T63JdQ6AaryfGTA","followers":"818K"}],"soundcloud":[{"name":"SOFI TUKKER","image_url":"https://i1.sndcdn.com/avatars-BQHhIXdNKEPQ4J9Z-iLxocg-t300x300.jpg","external_url":"https://soundcloud.com/sofitukker","followers":"102K"},{"name":"KEL19 🌬️","image_url":"https://i1.sndcdn.com/avatars-IwVclRyoTlRsgSPL-qtT0ag-t300x300.jpg","external_url":"https://soundcloud.com/kelskii","followers":"7518"},{"name":"Nowananda","image_url":"https://i1.sndcdn.com/avatars-KrrbHAs6wpj0BODh-u3FnSw-t300x300.jpg","external_url":"https://soundcloud.com/nowananda","followers":"5430"}]},"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-baptiste","name":"Jon Baptiste"},"source_ids":["youtube","soundcloud"]}}}}}},"Collaborator-Audience-Details":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"audience":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"monthly_listeners":{"type":"array","items":{"type":"object","properties":{}}},"city_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_previous":{"type":"integer"},"charts":{"type":"array","items":{"type":"object","properties":{"chart":{"type":"string"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"top_position":{"type":"integer"}}}}}}}}}},"country_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_previous":{"type":"integer"},"charts":{"type":"array","items":{"type":"object","properties":{"chart":{"type":"string"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"top_position":{"type":"integer"}}}}}}}}}},"followers":{"type":"array","items":{"type":"object","properties":{}}},"creators":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"}}}}}}},"reposts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"}}}}}}}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[],"city_charts":[{"country_code":"US","charted_tracks_total":92,"charted_tracks_current":1,"charted_tracks_previous":91,"charts":[{"chart":"Local Pulse: New Orleans","tracks":[{"title":"BOY HOOD","songstats_track_id":"mq5kyhcv","top_position":6},{"title":"Butterfly","songstats_track_id":"d3rbji0o","top_position":6}]},{"chart":"Austin","tracks":[{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","top_position":7},{"title":"Candy Necklace (feat. Jon Batiste)","songstats_track_id":"gvipaofl","top_position":99}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":8,"charted_tracks_current":0,"charted_tracks_previous":8,"charts":[{"chart":"Daily Top Songs: USA","tracks":[{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","top_position":6},{"title":"Candy Necklace (feat. Jon Batiste)","songstats_track_id":"gvipaofl","top_position":49},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":75}]},{"chart":"Daily Viral Songs: USA","tracks":[{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","top_position":18},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":29},{"title":"BOY HOOD","songstats_track_id":"mq5kyhcv","top_position":71},{"title":"CRY","songstats_track_id":"7laq9gx6","top_position":74},{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":81}]}]}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"US","charted_tracks_total":26,"charted_tracks_current":0,"charted_tracks_previous":26,"charts":[{"chart":"Jazz: USA","tracks":[{"title":"home (feat. jon batiste)","songstats_track_id":"v6r5cilg","top_position":6},{"title":"Nocturne No. 1 in D Minor","songstats_track_id":"s3fac2me","top_position":34}]},{"chart":"Music: USA","tracks":[{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","top_position":8},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":63}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":48,"charted_albums_current":9,"charted_albums_previous":39,"charts":[{"chart":"Alternative Albums: United States","albums":[{"title":"Did you know that there's a tunnel under Ocean Blvd","songstats_track_id":"gvipaofl","top_position":1},{"title":"Surrender","songstats_track_id":"ic94r18o","top_position":1}]},{"chart":"Country Albums: United States","albums":[{"title":"COWBOY CARTER","songstats_track_id":"o78wb34x","top_position":1},{"title":"COWBOY CARTER","songstats_track_id":"o78wb34x","top_position":2}]}]}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"US","charted_tracks_total":67,"charted_tracks_current":0,"charted_tracks_previous":67,"charts":[{"chart":"United States Breakthrough Songs: Opera & Vocal","tracks":[{"title":"Life Lesson (feat. Lana Del Rey)","songstats_track_id":"4qjtw3nu","top_position":1},{"title":"Butterfly","songstats_track_id":"d3rbji0o","top_position":5}]},{"chart":"United States Breakthrough Songs: Jazz","tracks":[{"title":"Clair de Lune (feat. Kenny G)","songstats_track_id":"9r5146jl","top_position":1},{"title":"Sweet Lorraine","songstats_track_id":"lv2ntwxi","top_position":1}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":119,"charted_albums_current":6,"charted_albums_previous":113,"charts":[{"chart":"United States Latest Albums: Christian and Gospel","albums":[{"title":"Lauren Daigle","songstats_track_id":"2mz3oteg","top_position":1},{"title":"Lauren Daigle","songstats_track_id":"2mz3oteg","top_position":1}]},{"chart":"United States Top Albums: Classical","albums":[{"title":"The Disney Book (Deluxe Edition)","songstats_track_id":"chzyop8f","top_position":1},{"title":"The Disney Book","songstats_track_id":"chzyop8f","top_position":49}]}]}]}},{"source":"deezer","data":{"track_charts":[],"album_charts":[]}},{"source":"tiktok","data":{"followers":[],"creators":[{"country_code":"US","creators_total":7989,"creator_reach_total":244920963,"tracks":[{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","creators_total":1735,"creator_reach_total":38470529},{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","creators_total":1292,"creator_reach_total":20630922}]}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"US","creators_total":329,"creator_reach_total":53901197,"tracks":[{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","creators_total":43,"creator_reach_total":13727039},{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","creators_total":42,"creator_reach_total":477271}]}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"US","charted_tracks_total":263,"charted_tracks_current":31,"charted_tracks_previous":232,"charts":[{"chart":"Shazam Charts Fremont United States","tracks":[{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":2},{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","top_position":45}]},{"chart":"San Francisco United States","tracks":[{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":2},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":33}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":14,"charted_tracks_current":4,"charted_tracks_previous":10,"charts":[{"chart":"United States - Pop","tracks":[{"title":"Worship","songstats_track_id":"dwvq1ioa","top_position":17},{"title":"Uneasy (feat. Lil Wayne)","songstats_track_id":"5730nkty","top_position":47}]},{"chart":"United States","tracks":[{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":23},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":49}]}]}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":48,"charted_tracks_current":0,"charted_tracks_previous":48,"charts":[{"chart":"R&B/Soul: USA","tracks":[{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","top_position":1},{"title":"CRY","songstats_track_id":"7laq9gx6","top_position":17}]},{"chart":"Jazz: USA","tracks":[{"title":"home (feat. jon batiste)","songstats_track_id":"v6r5cilg","top_position":2},{"title":"PRINCE - Live","songstats_track_id":"zu9iyqoj","top_position":4}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":58,"charted_albums_current":2,"charted_albums_previous":56,"charts":[{"chart":"Jazz Albums: United States","albums":[{"title":"empathogen","songstats_track_id":"v6r5cilg","top_position":1},{"title":"Meditations","songstats_track_id":"lkzpae28","top_position":1}]},{"chart":"Overall Albums: United States","albums":[{"title":"Lauren Daigle","songstats_track_id":"2mz3oteg","top_position":1},{"title":"WE ARE","songstats_track_id":"mq5kyhcv","top_position":1}]}]}]}},{"source":"soundcloud","data":{"followers":[],"reposts":[{"country_code":"US","reposts_total":430,"repost_reach_total":96507,"tracks":[{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","reposts_total":197,"repost_reach_total":43008},{"title":"Act Up (with Jon Batiste)","songstats_track_id":"s6yp4gnc","reposts_total":42,"repost_reach_total":22629}]}]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[],"city_charts":[{"country_code":"US","charted_tracks_total":92,"charted_tracks_current":1,"charted_tracks_previous":91,"charts":[{"chart":"Local Pulse: New Orleans","tracks":[{"title":"BOY HOOD","songstats_track_id":"mq5kyhcv","top_position":6},{"title":"Butterfly","songstats_track_id":"d3rbji0o","top_position":6}]},{"chart":"Austin","tracks":[{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","top_position":7},{"title":"Candy Necklace (feat. Jon Batiste)","songstats_track_id":"gvipaofl","top_position":99}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":8,"charted_tracks_current":0,"charted_tracks_previous":8,"charts":[{"chart":"Daily Top Songs: USA","tracks":[{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","top_position":6},{"title":"Candy Necklace (feat. Jon Batiste)","songstats_track_id":"gvipaofl","top_position":49},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":75}]},{"chart":"Daily Viral Songs: USA","tracks":[{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","top_position":18},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":29},{"title":"BOY HOOD","songstats_track_id":"mq5kyhcv","top_position":71},{"title":"CRY","songstats_track_id":"7laq9gx6","top_position":74},{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":81}]}]}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"US","charted_tracks_total":26,"charted_tracks_current":0,"charted_tracks_previous":26,"charts":[{"chart":"Jazz: USA","tracks":[{"title":"home (feat. jon batiste)","songstats_track_id":"v6r5cilg","top_position":6},{"title":"Nocturne No. 1 in D Minor","songstats_track_id":"s3fac2me","top_position":34}]},{"chart":"Music: USA","tracks":[{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","top_position":8},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":63}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":48,"charted_albums_current":9,"charted_albums_previous":39,"charts":[{"chart":"Alternative Albums: United States","albums":[{"title":"Did you know that there's a tunnel under Ocean Blvd","songstats_track_id":"gvipaofl","top_position":1},{"title":"Surrender","songstats_track_id":"ic94r18o","top_position":1}]},{"chart":"Country Albums: United States","albums":[{"title":"COWBOY CARTER","songstats_track_id":"o78wb34x","top_position":1},{"title":"COWBOY CARTER","songstats_track_id":"o78wb34x","top_position":2}]}]}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"US","charted_tracks_total":67,"charted_tracks_current":0,"charted_tracks_previous":67,"charts":[{"chart":"United States Breakthrough Songs: Opera & Vocal","tracks":[{"title":"Life Lesson (feat. Lana Del Rey)","songstats_track_id":"4qjtw3nu","top_position":1},{"title":"Butterfly","songstats_track_id":"d3rbji0o","top_position":5}]},{"chart":"United States Breakthrough Songs: Jazz","tracks":[{"title":"Clair de Lune (feat. Kenny G)","songstats_track_id":"9r5146jl","top_position":1},{"title":"Sweet Lorraine","songstats_track_id":"lv2ntwxi","top_position":1}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":119,"charted_albums_current":6,"charted_albums_previous":113,"charts":[{"chart":"United States Latest Albums: Christian and Gospel","albums":[{"title":"Lauren Daigle","songstats_track_id":"2mz3oteg","top_position":1},{"title":"Lauren Daigle","songstats_track_id":"2mz3oteg","top_position":1}]},{"chart":"United States Top Albums: Classical","albums":[{"title":"The Disney Book (Deluxe Edition)","songstats_track_id":"chzyop8f","top_position":1},{"title":"The Disney Book","songstats_track_id":"chzyop8f","top_position":49}]}]}]}},{"source":"deezer","data":{"track_charts":[],"album_charts":[]}},{"source":"tiktok","data":{"followers":[],"creators":[{"country_code":"US","creators_total":7989,"creator_reach_total":244920963,"tracks":[{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","creators_total":1735,"creator_reach_total":38470529},{"title":"AMERIICAN REQUIEM","songstats_track_id":"o78wb34x","creators_total":1292,"creator_reach_total":20630922}]}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"US","creators_total":329,"creator_reach_total":53901197,"tracks":[{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","creators_total":43,"creator_reach_total":13727039},{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","creators_total":42,"creator_reach_total":477271}]}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"US","charted_tracks_total":263,"charted_tracks_current":31,"charted_tracks_previous":232,"charts":[{"chart":"Shazam Charts Fremont United States","tracks":[{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":2},{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","top_position":45}]},{"chart":"San Francisco United States","tracks":[{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":2},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":33}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":14,"charted_tracks_current":4,"charted_tracks_previous":10,"charts":[{"chart":"United States - Pop","tracks":[{"title":"Worship","songstats_track_id":"dwvq1ioa","top_position":17},{"title":"Uneasy (feat. Lil Wayne)","songstats_track_id":"5730nkty","top_position":47}]},{"chart":"United States","tracks":[{"title":"It's All Right","songstats_track_id":"jc27xqat","top_position":23},{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","top_position":49}]}]}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":48,"charted_tracks_current":0,"charted_tracks_previous":48,"charts":[{"chart":"R&B/Soul: USA","tracks":[{"title":"FREEDOM","songstats_track_id":"yj9wk3oc","top_position":1},{"title":"CRY","songstats_track_id":"7laq9gx6","top_position":17}]},{"chart":"Jazz: USA","tracks":[{"title":"home (feat. jon batiste)","songstats_track_id":"v6r5cilg","top_position":2},{"title":"PRINCE - Live","songstats_track_id":"zu9iyqoj","top_position":4}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":58,"charted_albums_current":2,"charted_albums_previous":56,"charts":[{"chart":"Jazz Albums: United States","albums":[{"title":"empathogen","songstats_track_id":"v6r5cilg","top_position":1},{"title":"Meditations","songstats_track_id":"lkzpae28","top_position":1}]},{"chart":"Overall Albums: United States","albums":[{"title":"Lauren Daigle","songstats_track_id":"2mz3oteg","top_position":1},{"title":"WE ARE","songstats_track_id":"mq5kyhcv","top_position":1}]}]}]}},{"source":"soundcloud","data":{"followers":[],"reposts":[{"country_code":"US","reposts_total":430,"repost_reach_total":96507,"tracks":[{"title":"HIGHJACK","songstats_track_id":"6eyr5asj","reposts_total":197,"repost_reach_total":43008},{"title":"Act Up (with Jon Batiste)","songstats_track_id":"s6yp4gnc","reposts_total":42,"repost_reach_total":22629}]}]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Collaborator-Audience":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[],"city_charts":[{"country_code":"US","city_name":"Detroit","city_region":"MI","city_lat":42.331427,"city_lng":-83.0457538,"charted_tracks_current":0,"charted_tracks_total":2},{"country_code":"US","city_name":"Cleveland","city_region":"OH","city_lat":41.49932,"city_lng":-81.6943605,"charted_tracks_current":0,"charted_tracks_total":2}],"country_charts":[{"country_code":"GLOBAL","charted_tracks_current":1,"charted_tracks_total":13},{"country_code":"TW","charted_tracks_current":0,"charted_tracks_total":7}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"LT","charted_tracks_total":63,"charted_tracks_current":0,"charted_tracks_previous":63},{"country_code":"PA","charted_tracks_total":62,"charted_tracks_current":1,"charted_tracks_previous":61}],"album_charts":[{"country_code":"PT","charted_albums_total":47,"charted_albums_current":5,"charted_albums_previous":42},{"country_code":"BE","charted_albums_total":46,"charted_albums_current":4,"charted_albums_previous":42}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"AU","charted_tracks_total":42,"charted_tracks_current":0,"charted_tracks_previous":42},{"country_code":"US","charted_tracks_total":38,"charted_tracks_current":0,"charted_tracks_previous":38}],"album_charts":[{"country_code":"US","charted_albums_total":65,"charted_albums_current":4,"charted_albums_previous":61},{"country_code":"BR","charted_albums_total":64,"charted_albums_current":1,"charted_albums_previous":63}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"GB","charted_tracks_total":34,"charted_tracks_current":0,"charted_tracks_previous":34}],"album_charts":[{"country_code":"GB","charted_albums_total":22,"charted_albums_current":1,"charted_albums_previous":21}]}},{"source":"instagram","data":{"followers":[],"creators":[{"country_code":"US","creators_total":799,"creator_reach_total":24492096},{"country_code":"MX","creators_total":80,"creator_reach_total":3254534}]}},{"source":"tiktok","data":{"followers":[],"creators":[{"country_code":"US","creators_total":7989,"creator_reach_total":244920963},{"country_code":"CA","creators_total":830,"creator_reach_total":32545034}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"US","creators_total":329,"creator_reach_total":53901197},{"country_code":"GB","creators_total":38,"creator_reach_total":642466}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"CN","city_name":"Fuzhou","city_region":null,"city_lat":26.0769,"city_lng":119.2917,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"CN","city_name":"Guangzhou","city_region":null,"city_lat":23.12911,"city_lng":113.264385,"charted_tracks_current":0,"charted_tracks_total":1}],"country_charts":[{"country_code":"US","charted_tracks_current":1,"charted_tracks_total":6},{"country_code":"GLOBAL","charted_tracks_current":0,"charted_tracks_total":4}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":42,"charted_tracks_current":0,"charted_tracks_previous":42},{"country_code":"FR","charted_tracks_total":37,"charted_tracks_current":0,"charted_tracks_previous":37}],"album_charts":[{"country_code":"US","charted_albums_total":38,"charted_albums_current":2,"charted_albums_previous":36},{"country_code":"JP","charted_albums_total":28,"charted_albums_current":1,"charted_albums_previous":27}]}},{"source":"soundcloud","data":{"followers":[],"reposts":[{"country_code":"US","reposts_total":430,"repost_reach_total":96504},{"country_code":"CA","reposts_total":46,"repost_reach_total":38291}]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}},"properties":{"result":{"type":"string"},"message":{"type":"string"},"audience":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"monthly_listeners":{"type":"array","items":{"type":"object"}},"city_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"city_name":{"type":"string"},"city_region":{"type":["string","null"]},"city_lat":{"type":"number"},"city_lng":{"type":"number"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"}}}},"country_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"}}}},"followers":{"type":"array","items":{"type":"object"}},"creators":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"}}}},"reposts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"}}}}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[],"city_charts":[{"country_code":"US","city_name":"Detroit","city_region":"MI","city_lat":42.331427,"city_lng":-83.0457538,"charted_tracks_current":0,"charted_tracks_total":2},{"country_code":"US","city_name":"Cleveland","city_region":"OH","city_lat":41.49932,"city_lng":-81.6943605,"charted_tracks_current":0,"charted_tracks_total":2}],"country_charts":[{"country_code":"GLOBAL","charted_tracks_current":1,"charted_tracks_total":13},{"country_code":"TW","charted_tracks_current":0,"charted_tracks_total":7}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"LT","charted_tracks_total":63,"charted_tracks_current":0,"charted_tracks_previous":63},{"country_code":"PA","charted_tracks_total":62,"charted_tracks_current":1,"charted_tracks_previous":61}],"album_charts":[{"country_code":"PT","charted_albums_total":47,"charted_albums_current":5,"charted_albums_previous":42},{"country_code":"BE","charted_albums_total":46,"charted_albums_current":4,"charted_albums_previous":42}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"AU","charted_tracks_total":42,"charted_tracks_current":0,"charted_tracks_previous":42},{"country_code":"US","charted_tracks_total":38,"charted_tracks_current":0,"charted_tracks_previous":38}],"album_charts":[{"country_code":"US","charted_albums_total":65,"charted_albums_current":4,"charted_albums_previous":61},{"country_code":"BR","charted_albums_total":64,"charted_albums_current":1,"charted_albums_previous":63}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"GB","charted_tracks_total":34,"charted_tracks_current":0,"charted_tracks_previous":34}],"album_charts":[{"country_code":"GB","charted_albums_total":22,"charted_albums_current":1,"charted_albums_previous":21}]}},{"source":"instagram","data":{"followers":[],"creators":[{"country_code":"US","creators_total":799,"creator_reach_total":24492096},{"country_code":"MX","creators_total":80,"creator_reach_total":3254534}]}},{"source":"tiktok","data":{"followers":[],"creators":[{"country_code":"US","creators_total":7989,"creator_reach_total":244920963},{"country_code":"CA","creators_total":830,"creator_reach_total":32545034}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"US","creators_total":329,"creator_reach_total":53901197},{"country_code":"GB","creators_total":38,"creator_reach_total":642466}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"CN","city_name":"Fuzhou","city_region":null,"city_lat":26.0769,"city_lng":119.2917,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"CN","city_name":"Guangzhou","city_region":null,"city_lat":23.12911,"city_lng":113.264385,"charted_tracks_current":0,"charted_tracks_total":1}],"country_charts":[{"country_code":"US","charted_tracks_current":1,"charted_tracks_total":6},{"country_code":"GLOBAL","charted_tracks_current":0,"charted_tracks_total":4}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":42,"charted_tracks_current":0,"charted_tracks_previous":42},{"country_code":"FR","charted_tracks_total":37,"charted_tracks_current":0,"charted_tracks_previous":37}],"album_charts":[{"country_code":"US","charted_albums_total":38,"charted_albums_current":2,"charted_albums_previous":36},{"country_code":"JP","charted_albums_total":28,"charted_albums_current":1,"charted_albums_previous":27}]}},{"source":"soundcloud","data":{"followers":[],"reposts":[{"country_code":"US","reposts_total":430,"repost_reach_total":96504},{"country_code":"CA","reposts_total":46,"repost_reach_total":38291}]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Collaborator-Catalog":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"catalog":{"type":"array","items":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"isrcs":{"type":"array","items":{"type":"string"}},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"},"links":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"external_id":{"type":"string"},"url":{"type":"string"}}}}}},"tracks_total":{"type":"integer"},"next_url":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","catalog":[{"songstats_track_id":"vx3nt7e8","avatar":"https://i.scdn.co/image/ab67616d0000b27358b500497867c9d03bab8550","title":"Für Elise - Batiste","release_date":"2024-10-09","site_url":"https://songstats.com/track/vx3nt7e8/fur-elise-batiste","isrcs":["USUG12406707"],"artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]},{"songstats_track_id":"t47gwfb6","avatar":"https://i.scdn.co/image/ab67616d0000b2730e51d323dd62d45f58c9a2ba","title":"SNL Variations, Carson Call, Variation 8","release_date":"2024-09-27","site_url":"https://songstats.com/track/t47gwfb6/snl-variations-carson-call-variation-8","isrcs":["USUG12406833"],"artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]},{"songstats_track_id":"vfc4be02","avatar":"https://i.scdn.co/image/ab67616d0000b2730e51d323dd62d45f58c9a2ba","title":"Lorne on 50th Street","release_date":"2024-09-27","site_url":"https://songstats.com/track/vfc4be02/lorne-on-50th-street","isrcs":["USUG12406832"],"artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste","links":[{"source":"tiktok","external_id":"6803863216855909382","url":"https://www.tiktok.com/@iamjonbatiste/"},{"source":"instagram","external_id":"21609352","url":"https://www.instagram.com/jonbatiste"},{"source":"facebook","external_id":"10053453590","url":"https://www.facebook.com/jonbatistemusic"}]},"tracks_total":178,"next_url":"https://api.songstats.com/enterprise/v1/artists/catalog?songstats_artist_id=vkwh40ql&limit=3&offset=3"}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","catalog":[{"songstats_track_id":"vx3nt7e8","avatar":"https://i.scdn.co/image/ab67616d0000b27358b500497867c9d03bab8550","title":"Für Elise - Batiste","release_date":"2024-10-09","site_url":"https://songstats.com/track/vx3nt7e8/fur-elise-batiste","isrcs":["USUG12406707"],"artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]},{"songstats_track_id":"t47gwfb6","avatar":"https://i.scdn.co/image/ab67616d0000b2730e51d323dd62d45f58c9a2ba","title":"SNL Variations, Carson Call, Variation 8","release_date":"2024-09-27","site_url":"https://songstats.com/track/t47gwfb6/snl-variations-carson-call-variation-8","isrcs":["USUG12406833"],"artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]},{"songstats_track_id":"vfc4be02","avatar":"https://i.scdn.co/image/ab67616d0000b2730e51d323dd62d45f58c9a2ba","title":"Lorne on 50th Street","release_date":"2024-09-27","site_url":"https://songstats.com/track/vfc4be02/lorne-on-50th-street","isrcs":["USUG12406832"],"artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste","links":[{"source":"tiktok","external_id":"6803863216855909382","url":"https://www.tiktok.com/@iamjonbatiste/"},{"source":"instagram","external_id":"21609352","url":"https://www.instagram.com/jonbatiste"},{"source":"facebook","external_id":"10053453590","url":"https://www.facebook.com/jonbatistemusic"}]},"tracks_total":178,"next_url":"https://api.songstats.com/enterprise/v1/artists/catalog?songstats_artist_id=vkwh40ql&limit=3&offset=3"}}}}}},"Label-Catalog":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"catalog":{"type":"array","items":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"isrcs":{"type":"array","items":{"type":"string"}},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"},"links":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"external_id":{"type":"string"},"url":{"type":"string"}}}}}},"tracks_total":{"type":"integer"},"next_url":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","catalog":[{"songstats_track_id":"gid0n6lf","avatar":"https://geo-media.beatport.com/image_size/{w}x{h}/bdf05234-033b-4e43-b638-09afce792822.jpg","title":"KEEP THIS","release_date":"2024-10-25","site_url":"https://songstats.com/track/gid0n6lf/keep-this","isrcs":["GBKQU2496661"],"artists":[{"name":"TWISTED MOON","songstats_artist_id":"zdw8vi6n"}]},{"songstats_track_id":"xw5ayq6z","avatar":"https://geo-media.beatport.com/image_size/{w}x{h}/3c777cb6-95d3-4eb8-808f-82040a448f37.jpg","title":"MODULATION","release_date":"2024-10-18","site_url":"https://songstats.com/track/xw5ayq6z/modulation","isrcs":["GBKQU2489598"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}]},{"songstats_track_id":"ybs4x9tu","avatar":"https://i.scdn.co/image/ab67616d0000b2736b35531c06638c6e741bae52","title":"GET DRUNK - FOOTWURK Remix","release_date":"2024-10-11","site_url":"https://songstats.com/track/ybs4x9tu/get-drunk-footwurk-remix","isrcs":["GBKQU2491074","GBKQU2491073"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"},{"name":"FOOTWURK","songstats_artist_id":"ikqrfc3v"}]}],"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://geo-media.beatport.com/image_size/300x300/3d133526-0121-4d50-92fb-60fc4ec46571.jpg","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING","links":[{"source":"beatport","external_id":"74932","url":"https://www.beatport.com/label/low-ceiling/74932"},{"source":"traxsource","external_id":"42682","url":"https://www.traxsource.com/label/42682/low-ceiling"},{"source":"instagram","external_id":"5879810068","url":"https://www.instagram.com/lowceilingmusic"}]},"tracks_total":221,"next_url":"https://api.songstats.com/enterprise/v1/labels/catalog?songstats_label_id=7gk4yfc9&limit=3&offset=3"}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","catalog":[{"songstats_track_id":"gid0n6lf","avatar":"https://geo-media.beatport.com/image_size/{w}x{h}/bdf05234-033b-4e43-b638-09afce792822.jpg","title":"KEEP THIS","release_date":"2024-10-25","site_url":"https://songstats.com/track/gid0n6lf/keep-this","isrcs":["GBKQU2496661"],"artists":[{"name":"TWISTED MOON","songstats_artist_id":"zdw8vi6n"}]},{"songstats_track_id":"xw5ayq6z","avatar":"https://geo-media.beatport.com/image_size/{w}x{h}/3c777cb6-95d3-4eb8-808f-82040a448f37.jpg","title":"MODULATION","release_date":"2024-10-18","site_url":"https://songstats.com/track/xw5ayq6z/modulation","isrcs":["GBKQU2489598"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}]},{"songstats_track_id":"ybs4x9tu","avatar":"https://i.scdn.co/image/ab67616d0000b2736b35531c06638c6e741bae52","title":"GET DRUNK - FOOTWURK Remix","release_date":"2024-10-11","site_url":"https://songstats.com/track/ybs4x9tu/get-drunk-footwurk-remix","isrcs":["GBKQU2491074","GBKQU2491073"],"artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"},{"name":"FOOTWURK","songstats_artist_id":"ikqrfc3v"}]}],"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://geo-media.beatport.com/image_size/300x300/3d133526-0121-4d50-92fb-60fc4ec46571.jpg","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING","links":[{"source":"beatport","external_id":"74932","url":"https://www.beatport.com/label/low-ceiling/74932"},{"source":"traxsource","external_id":"42682","url":"https://www.traxsource.com/label/42682/low-ceiling"},{"source":"instagram","external_id":"5879810068","url":"https://www.instagram.com/lowceilingmusic"}]},"tracks_total":221,"next_url":"https://api.songstats.com/enterprise/v1/labels/catalog?songstats_label_id=7gk4yfc9&limit=3&offset=3"}}}}}},"Collaborator-Top-Tracks":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":["null","string"]},"scope":{"type":"string"},"top_tracks":{"type":"array","items":{"type":"object","properties":{"track_name":{"type":"string"},"artist_name":{"type":"string"},"image_url":{"type":"string"},"songstats_url":{"type":"string"},"rank_value":{"type":"integer"},"songstats_track_id":{"type":"string"}}}},"metric_options":{"type":"array","items":{"type":"string"}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"playlists","scope":"total","top_tracks":[{"track_name":"HIGHJACK","artist_name":"A$AP Rocky, Jessica Pratt","image_url":"https://i.scdn.co/image/ab67616d00001e02b1c42af52ff03037bbe5956a","songstats_url":"https://songstats.com/track/6eyr5asj/highjack","rank_value":797,"songstats_track_id":"6eyr5asj"},{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":732,"songstats_track_id":"gvipaofl"}]},{"source":"apple_music","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":68,"songstats_track_id":"gvipaofl"},{"track_name":"AMERIICAN REQUIEM","artist_name":"Beyoncé","image_url":"https://i.scdn.co/image/ab67616d00001e02d9e3a369022053e02b4db2a2","songstats_url":"https://songstats.com/track/o78wb34x/ameriican-requiem","rank_value":60,"songstats_track_id":"o78wb34x"}]},{"source":"amazon","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Drink Water (feat. Jon Bellion and Fireboy DML)","artist_name":"Jon Bellion, Jon Batiste, Fireboy DML","image_url":"https://i.scdn.co/image/ab67616d00001e02f5a5adda042dca9d68151cfa","songstats_url":"https://songstats.com/track/k6uimcsa/drink-water-feat-jon-bellion-and-fireboy-dml","rank_value":95,"songstats_track_id":"k6uimcsa"},{"track_name":"Be Who You Are (Real Magic) (feat. JID, NewJeans & Camilo)","artist_name":"Jon Batiste, JID, NewJeans","image_url":"https://i.scdn.co/image/ab67616d00001e02a1214ad1ca57685349932cea","songstats_url":"https://songstats.com/track/po8iest1/be-who-you-are-real-magic-feat-jid-newjeans-camilo","rank_value":77,"songstats_track_id":"po8iest1"}]},{"source":"deezer","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":60,"songstats_track_id":"gvipaofl"},{"track_name":"FREEDOM","artist_name":"Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e02185c1d65f3b51465282c1a68","songstats_url":"https://songstats.com/track/yj9wk3oc/freedom","rank_value":58,"songstats_track_id":"yj9wk3oc"}]},{"source":"instagram","metric":null,"metric_options":["videos","views","engagement_rate"]},{"source":"tiktok","metric":null,"metric_options":["videos","views","engagement_rate","charts"]},{"source":"youtube","metric":"playlists","scope":"total","top_tracks":[{"track_name":"FREEDOM","artist_name":"Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e02185c1d65f3b51465282c1a68","songstats_url":"https://songstats.com/track/yj9wk3oc/freedom","rank_value":14,"songstats_track_id":"yj9wk3oc"},{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":14,"songstats_track_id":"gvipaofl"}]},{"source":"shazam","metric":null,"metric_options":["shazams","charts"]},{"source":"tracklist","metric":null,"metric_options":["total_support","unique_support","tracklist_views"]},{"source":"beatport","metric":null,"metric_options":["dj_charts"]},{"source":"traxsource","metric":null,"metric_options":["dj_charts"]},{"source":"itunes","metric":null,"metric_options":["charts"]},{"source":"tidal","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Be Who You Are (Real Magic) (feat. JID, NewJeans & Camilo)","artist_name":"Jon Batiste, JID, NewJeans","image_url":"https://i.scdn.co/image/ab67616d00001e02a1214ad1ca57685349932cea","songstats_url":"https://songstats.com/track/po8iest1/be-who-you-are-real-magic-feat-jid-newjeans-camilo","rank_value":17,"songstats_track_id":"po8iest1"},{"track_name":"HIGHJACK","artist_name":"A$AP Rocky, Jessica Pratt","image_url":"https://i.scdn.co/image/ab67616d00001e02b1c42af52ff03037bbe5956a","songstats_url":"https://songstats.com/track/6eyr5asj/highjack","rank_value":13,"songstats_track_id":"6eyr5asj"}]},{"source":"soundcloud","metric":null,"metric_options":["streams","reposts","favorites","engagement_rate"]}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"playlists","scope":"total","top_tracks":[{"track_name":"HIGHJACK","artist_name":"A$AP Rocky, Jessica Pratt","image_url":"https://i.scdn.co/image/ab67616d00001e02b1c42af52ff03037bbe5956a","songstats_url":"https://songstats.com/track/6eyr5asj/highjack","rank_value":797,"songstats_track_id":"6eyr5asj"},{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":732,"songstats_track_id":"gvipaofl"}]},{"source":"apple_music","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":68,"songstats_track_id":"gvipaofl"},{"track_name":"AMERIICAN REQUIEM","artist_name":"Beyoncé","image_url":"https://i.scdn.co/image/ab67616d00001e02d9e3a369022053e02b4db2a2","songstats_url":"https://songstats.com/track/o78wb34x/ameriican-requiem","rank_value":60,"songstats_track_id":"o78wb34x"}]},{"source":"amazon","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Drink Water (feat. Jon Bellion and Fireboy DML)","artist_name":"Jon Bellion, Jon Batiste, Fireboy DML","image_url":"https://i.scdn.co/image/ab67616d00001e02f5a5adda042dca9d68151cfa","songstats_url":"https://songstats.com/track/k6uimcsa/drink-water-feat-jon-bellion-and-fireboy-dml","rank_value":95,"songstats_track_id":"k6uimcsa"},{"track_name":"Be Who You Are (Real Magic) (feat. JID, NewJeans & Camilo)","artist_name":"Jon Batiste, JID, NewJeans","image_url":"https://i.scdn.co/image/ab67616d00001e02a1214ad1ca57685349932cea","songstats_url":"https://songstats.com/track/po8iest1/be-who-you-are-real-magic-feat-jid-newjeans-camilo","rank_value":77,"songstats_track_id":"po8iest1"}]},{"source":"deezer","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":60,"songstats_track_id":"gvipaofl"},{"track_name":"FREEDOM","artist_name":"Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e02185c1d65f3b51465282c1a68","songstats_url":"https://songstats.com/track/yj9wk3oc/freedom","rank_value":58,"songstats_track_id":"yj9wk3oc"}]},{"source":"instagram","metric":null,"metric_options":["videos","views","engagement_rate"]},{"source":"tiktok","metric":null,"metric_options":["videos","views","engagement_rate","charts"]},{"source":"youtube","metric":"playlists","scope":"total","top_tracks":[{"track_name":"FREEDOM","artist_name":"Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e02185c1d65f3b51465282c1a68","songstats_url":"https://songstats.com/track/yj9wk3oc/freedom","rank_value":14,"songstats_track_id":"yj9wk3oc"},{"track_name":"Candy Necklace (feat. Jon Batiste)","artist_name":"Lana Del Rey, Jon Batiste","image_url":"https://i.scdn.co/image/ab67616d00001e0259ae8cf65d498afdd5585634","songstats_url":"https://songstats.com/track/gvipaofl/candy-necklace-feat-jon-batiste","rank_value":14,"songstats_track_id":"gvipaofl"}]},{"source":"shazam","metric":null,"metric_options":["shazams","charts"]},{"source":"tracklist","metric":null,"metric_options":["total_support","unique_support","tracklist_views"]},{"source":"beatport","metric":null,"metric_options":["dj_charts"]},{"source":"traxsource","metric":null,"metric_options":["dj_charts"]},{"source":"itunes","metric":null,"metric_options":["charts"]},{"source":"tidal","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Be Who You Are (Real Magic) (feat. JID, NewJeans & Camilo)","artist_name":"Jon Batiste, JID, NewJeans","image_url":"https://i.scdn.co/image/ab67616d00001e02a1214ad1ca57685349932cea","songstats_url":"https://songstats.com/track/po8iest1/be-who-you-are-real-magic-feat-jid-newjeans-camilo","rank_value":17,"songstats_track_id":"po8iest1"},{"track_name":"HIGHJACK","artist_name":"A$AP Rocky, Jessica Pratt","image_url":"https://i.scdn.co/image/ab67616d00001e02b1c42af52ff03037bbe5956a","songstats_url":"https://songstats.com/track/6eyr5asj/highjack","rank_value":13,"songstats_track_id":"6eyr5asj"}]},{"source":"soundcloud","metric":null,"metric_options":["streams","reposts","favorites","engagement_rate"]}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Label-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"streams_total":{"type":"integer"},"playlists_current":{"type":"integer"},"playlists_total":{"type":"integer"},"playlists_editorial_current":{"type":"integer"},"playlists_editorial_total":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"playlist_reach_total":{"type":"integer"},"charts_current":{"type":"integer"},"charts_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"},"total_support_total":{"type":"integer"},"unique_support_total":{"type":"integer"},"tracklist_views_total":{"type":"integer"},"followers_total":{"type":"integer"}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"streams_total":5366774354,"playlists_current":9140,"playlists_total":13061,"playlists_editorial_current":20,"playlists_editorial_total":134,"playlist_reach_current":70048734,"playlist_reach_total":203847490,"charts_current":0,"charts_total":41,"charted_tracks_current":0,"charted_tracks_total":18}},{"source":"apple_music","data":{"playlists_current":275,"playlists_total":417,"playlists_editorial_current":11,"playlists_editorial_total":50,"charts_current":42,"charts_total":457,"charted_tracks_current":15,"charted_tracks_total":258,"charted_countries_total":115}},{"source":"amazon","data":{"playlists_current":67,"playlists_total":79,"playlists_editorial_current":7,"playlists_editorial_total":11,"charts_current":6,"charts_total":10,"charted_tracks_current":2,"charted_tracks_total":12}},{"source":"deezer","data":{"followers_total":1,"playlists_current":249,"playlists_total":447,"playlists_editorial_current":9,"playlists_editorial_total":80,"playlist_reach_current":2008580,"playlist_reach_total":16266544,"charts_current":0,"charts_total":11,"charted_tracks_current":0,"charted_tracks_total":8}},{"source":"youtube","data":{"views_total":114037006,"likes_total":1409317,"comments_total":27033,"subscribers_total":null,"channel_views_total":null,"video_reach_total":16549917,"playlists_current":31,"playlists_total":42,"playlists_editorial_current":6,"playlists_editorial_total":25,"charts_current":0,"charts_total":0,"charted_tracks_current":0,"charted_tracks_total":0,"engagement_rate_total":4.2}},{"source":"instagram","data":{"videos_total":22632,"views_total":90753399,"likes_total":3316650,"comments_total":106637,"followers_total":479524,"video_reach_total":162832441,"engagement_rate_total":3.1}},{"source":"tiktok","data":{"videos_total":25960,"views_total":210554270,"likes_total":27546808,"shares_total":179510,"comments_total":143470,"followers_total":null,"profile_likes_total":null,"video_reach_total":205256445,"engagement_rate_total":3.9}},{"source":"shazam","data":{"shazams_total":10417034,"charts_current":7,"charts_total":602,"charted_tracks_current":8,"charted_tracks_total":88,"charted_cities_total":553,"charted_countries_total":34}},{"source":"tracklist","data":{"total_support_total":14637,"unique_support_total":10200,"tracklist_views_total":5618249,"charted_tracks_current":1,"charted_tracks_total":77}},{"source":"beatport","data":{"dj_charts_total":7889,"charted_tracks_total":278,"charted_tracks_current":21,"overall_top_100_charted_tracks_total":122}},{"source":"traxsource","data":{"dj_charts_total":9804,"charted_tracks_total":329,"charted_tracks_current":275,"overall_top_100_charted_tracks_total":222}},{"source":"itunes","data":{"charts_current":42,"charts_total":345,"charted_tracks_current":18,"charted_tracks_total":300,"charted_countries_total":85}},{"source":"tidal","data":{"playlists_current":29,"playlists_total":29,"playlists_editorial_current":0,"playlists_editorial_total":18,"charts_current":0,"charts_total":0,"charted_tracks_current":0,"charted_tracks_total":0}},{"source":"soundcloud","data":{"streams_total":5308498706,"favorites_total":139766798,"reposts_total":11268732,"followers_total":387940,"charts_current":0,"charts_total":2,"charted_tracks_current":0,"charted_tracks_total":1,"engagement_rate_total":2.5}},{"source":"facebook","data":{"followers_total":2156332,"talking_about_current":41786}},{"source":"twitter","data":{"followers_total":251425}}],"label_info":{"songstats_label_id":"wg3cadhj","avatar":"https://geo-media.beatport.com/image_size/300x300/dde2f63e-d9a2-4823-89c9-23a7e24cb280.jpg","name":"Defected","site_url":"https://songstats.com/label/wg3cadhj/defected"},"source_ids":null}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"followers_total":0,"popularity_current":0,"streams_total":13786063310,"playlists_current":106702,"playlists_total":133838,"playlists_editorial_current":303,"playlists_editorial_total":1101,"playlist_reach_current":408138035,"playlist_reach_total":997455751,"charts_current":17,"charts_total":133,"charted_tracks_current":5,"charted_tracks_total":233,"charted_cities_total":31,"charted_countries_total":71}},{"source":"apple_music","data":{"playlists_current":2412,"playlists_total":3076,"playlists_editorial_current":1027,"playlists_editorial_total":1231,"charts_current":483,"charts_total":1906,"charted_tracks_current":167,"charted_tracks_total":3337,"charted_countries_total":167}},{"source":"amazon","data":{"followers_total":0,"playlists_current":1545,"playlists_total":2734,"playlists_editorial_current":1334,"playlists_editorial_total":2097,"charts_current":5,"charts_total":47,"charted_tracks_current":4,"charted_tracks_total":50}},{"source":"deezer","data":{"followers_total":0,"popularity_current":0,"playlists_current":3701,"playlists_total":4646,"playlists_editorial_current":148,"playlists_editorial_total":328,"playlist_reach_current":10240715,"playlist_reach_total":81418984,"charts_current":8,"charts_total":158,"charted_tracks_current":4,"charted_tracks_total":541}},{"source":"instagram","data":{"views_total":2109655133,"likes_total":62535836,"comments_total":1816117,"followers_total":1535910,"videos_total":864479,"engagement_rate_total":3.1}},{"source":"tiktok","data":{"videos_total":1431276,"views_total":6309893032,"likes_total":434184777,"shares_total":38262316,"comments_total":4627313,"followers_total":428598,"profile_likes_total":7713518,"profile_videos_total":1338,"playlists_current":0,"playlists_total":0,"charts_current":2,"charts_total":51,"charted_tracks_current":2,"charted_tracks_total":33,"engagement_rate_total":7.6}},{"source":"youtube","data":{"videos_total":22532,"video_views_total":3199381984,"video_likes_total":29879236,"video_comments_total":529396,"shorts_total":296650,"subscribers_total":0,"channel_views_total":0,"monthly_audience_current":0,"short_views_total":1374476674,"short_likes_total":42971498,"short_comments_total":659355,"playlists_current":253,"playlists_total":645,"playlists_editorial_current":109,"playlists_editorial_total":473,"charts_current":0,"charts_total":11,"charted_tracks_current":0,"charted_tracks_total":6,"video_engagement_rate_total":1.0,"short_engagement_rate_total":3.2}},{"source":"shazam","data":{"shazams_total":265568382,"charts_current":114,"charts_total":1577,"charted_tracks_current":17,"charted_tracks_total":672,"charted_cities_total":1408,"charted_countries_total":61}},{"source":"tracklist","data":{"total_support_total":135252,"unique_support_total":94802,"tracklist_views_total":65364486,"charts_current":4,"charts_total":619,"charted_tracks_current":3,"charted_tracks_total":300}},{"source":"beatport","data":{"dj_charts_total":84735,"charts_current":13,"charts_total":45,"charted_tracks_current":61,"charted_tracks_total":2260,"overall_top_100_charted_tracks_total":726}},{"source":"traxsource","data":{"dj_charts_total":53010,"charts_current":54,"charts_total":67,"charted_tracks_current":1764,"charted_tracks_total":3294,"overall_top_100_charted_tracks_total":684}},{"source":"itunes","data":{"charts_current":175,"charts_total":1097,"charted_tracks_current":119,"charted_tracks_total":3734,"charted_countries_total":114}},{"source":"tidal","data":{"popularity_current":0,"playlists_current":190,"playlists_total":211,"playlists_editorial_current":96,"playlists_editorial_total":115,"charts_current":0,"charts_total":3,"charted_tracks_current":0,"charted_tracks_total":3}},{"source":"soundcloud","data":{"streams_total":373538547,"favorites_total":8444491,"comments_total":114059,"reposts_total":822440,"followers_total":0,"charts_current":0,"charts_total":46,"charted_tracks_current":0,"charted_tracks_total":43,"engagement_rate_total":2.5}},{"source":"facebook","data":{"followers_total":3810518,"talking_about_current":15706}},{"source":"twitter","data":{"followers_total":255976}},{"source":"songkick","data":{"followers_total":0}},{"source":"bandsintown","data":{"followers_total":0}},{"source":"radio","data":{"radio_plays_total":17983839,"radio_stations_total":40600,"sxm_plays_total":78374,"sxm_royalties_total":1800685}}],"label_info":{"songstats_label_id":"wg3cadhj","avatar":"https://geo-media.beatport.com/image_size/300x300/dde2f63e-d9a2-4823-89c9-23a7e24cb280.jpg","site_url":"https://songstats.com/label/wg3cadhj/defected","name":"Defected"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Artist-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"streams_total":{"type":"integer"},"monthly_listeners_current":{"type":"integer"},"popularity_current":{"type":"integer"},"followers_total":{"type":"integer"},"playlists_current":{"type":"integer"},"playlists_total":{"type":"integer"},"playlists_editorial_current":{"type":"integer"},"playlists_editorial_total":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"playlist_reach_total":{"type":"integer"},"charts_current":{"type":"integer"},"charts_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"},"dj_charts_total":{"type":"integer"},"overall_top_100_charted_tracks_total":{"type":"integer"}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"streams_total":1866502643,"monthly_listeners_current":8956801,"popularity_current":75,"followers_total":1745361,"playlists_current":13627,"playlists_total":18328,"playlists_editorial_current":3,"playlists_editorial_total":12,"playlist_reach_current":106514851,"playlist_reach_total":295874609,"charts_current":0,"charts_total":50,"charted_tracks_current":0,"charted_tracks_total":17}},{"source":"apple_music","data":{"playlists_current":325,"playlists_total":478,"playlists_editorial_current":12,"playlists_editorial_total":38,"charts_current":82,"charts_total":454,"charted_tracks_current":14,"charted_tracks_total":121,"charted_countries_total":115}},{"source":"amazon","data":{"followers_total":18644,"playlists_current":53,"playlists_total":64,"playlists_editorial_current":6,"playlists_editorial_total":24,"charts_current":5,"charts_total":11,"charted_tracks_current":1,"charted_tracks_total":9}},{"source":"deezer","data":{"followers_total":321119,"playlists_current":518,"playlists_total":710,"playlists_editorial_current":0,"playlists_editorial_total":2,"playlist_reach_current":6004949,"playlist_reach_total":15534434,"charts_current":0,"charts_total":15,"charted_tracks_current":0,"charted_tracks_total":24}},{"source":"youtube","data":{"videos_total":294,"video_views_total":2220179,"video_likes_total":43312,"video_comments_total":932,"shorts_total":28,"video_reach_total":7295984,"subscribers_total":217170,"channel_views_total":63721266,"short_views_total":78316,"short_likes_total":930,"short_comments_total":33,"playlists_current":1,"playlists_total":5,"playlists_editorial_current":1,"playlists_editorial_total":6,"charts_current":0,"charts_total":0,"charted_tracks_current":0,"charted_tracks_total":0,"engagement_rate_total":1.9}},{"source":"instagram","data":{"videos_total":8431,"views_total":45339965,"likes_total":2301896,"comments_total":65285,"followers_total":2057812,"video_reach_total":102541030,"engagement_rate_total":4.9}},{"source":"tiktok","data":{"videos_total":274243,"views_total":158610744,"likes_total":20367143,"shares_total":244999,"comments_total":212484,"followers_total":45279,"profile_likes_total":507854,"video_reach_total":373533392,"engagement_rate_total":3.1}},{"source":"shazam","data":{"shazams_total":24253510,"charts_current":6,"charts_total":485,"charted_tracks_current":2,"charted_tracks_total":69,"charted_cities_total":450,"charted_countries_total":31}},{"source":"tracklist","data":{"total_support_total":19140,"unique_support_total":10382,"tracklist_views_total":20249547,"charted_tracks_current":0,"charted_tracks_total":63}},{"source":"beatport","data":{"followers_total":15820,"dj_charts_total":3226,"charted_tracks_total":101,"charted_tracks_current":6,"overall_top_100_charted_tracks_total":61}},{"source":"traxsource","data":{"dj_charts_total":4,"charted_tracks_total":10,"charted_tracks_current":1,"overall_top_100_charted_tracks_total":0}},{"source":"itunes","data":{"charts_current":47,"charts_total":378,"charted_tracks_current":22,"charted_tracks_total":123,"charted_countries_total":99}},{"source":"tidal","data":{"followers_total":226418,"playlists_current":16,"playlists_total":17,"playlists_editorial_current":0,"playlists_editorial_total":2,"charts_current":0,"charts_total":0,"charted_tracks_current":0,"charted_tracks_total":0}},{"source":"soundcloud","data":{"streams_total":224185348030,"favorites_total":4563477035,"reposts_total":791928332,"followers_total":501766,"charts_current":0,"charts_total":0,"charted_tracks_current":0,"charted_tracks_total":0,"engagement_rate_total":3.5}},{"source":"facebook","data":{"followers_total":2779566,"talking_about_current":823}},{"source":"twitter","data":{"followers_total":327857}},{"source":"songkick","data":{"followers_total":242073}},{"source":"bandsintown","data":{"followers_total":242602}}],"artist_info":{"songstats_artist_id":"48ra1cnv","avatar":"https://i.scdn.co/image/ab6761610000e5eba5de547bc798be43c8cd3820","name":"Don Diablo","site_url":"https://songstats.com/artist/48ra1cnv/don-diablo"},"source_ids":null}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"monthly_listeners_current":6131306,"followers_total":1872200,"popularity_current":65,"streams_total":3664151174,"playlists_current":27419,"playlists_total":41314,"playlists_editorial_current":41,"playlists_editorial_total":528,"playlist_reach_current":107333253,"playlist_reach_total":591724700,"charts_current":0,"charts_total":98,"charted_tracks_current":0,"charted_tracks_total":58,"charted_cities_total":5,"charted_countries_total":63}},{"source":"apple_music","data":{"playlists_current":471,"playlists_total":829,"playlists_editorial_current":127,"playlists_editorial_total":230,"charts_current":23,"charts_total":827,"charted_tracks_current":16,"charted_tracks_total":250,"charted_countries_total":167}},{"source":"amazon","data":{"followers_total":27085,"playlists_current":280,"playlists_total":796,"playlists_editorial_current":216,"playlists_editorial_total":697,"charts_current":0,"charts_total":33,"charted_tracks_current":0,"charted_tracks_total":19}},{"source":"deezer","data":{"followers_total":371417,"popularity_current":62,"playlists_current":1141,"playlists_total":1651,"playlists_editorial_current":44,"playlists_editorial_total":134,"playlist_reach_current":3069291,"playlist_reach_total":37575229,"charts_current":3,"charts_total":134,"charted_tracks_current":3,"charted_tracks_total":113}},{"source":"instagram","data":{"views_total":401099130,"likes_total":12347399,"comments_total":408434,"followers_total":2124388,"videos_total":129458,"engagement_rate_total":3.2}},{"source":"tiktok","data":{"videos_total":1034970,"views_total":6917110332,"likes_total":224240978,"shares_total":16758476,"comments_total":2351783,"followers_total":1008726,"profile_likes_total":5298213,"profile_videos_total":600,"playlists_current":0,"playlists_total":0,"charts_current":0,"charts_total":10,"charted_tracks_current":0,"charted_tracks_total":5,"engagement_rate_total":3.5}},{"source":"youtube","data":{"videos_total":3971,"video_views_total":1311471867,"video_likes_total":12360603,"video_comments_total":262511,"shorts_total":32498,"subscribers_total":1409720,"channel_views_total":656735944,"monthly_audience_current":2200000,"short_views_total":245190895,"short_likes_total":14932820,"short_comments_total":291129,"playlists_current":88,"playlists_total":225,"playlists_editorial_current":32,"playlists_editorial_total":160,"charts_current":0,"charts_total":1,"charted_tracks_current":0,"charted_tracks_total":1,"video_engagement_rate_total":1.0,"short_engagement_rate_total":6.2}},{"source":"shazam","data":{"shazams_total":36965971,"charts_current":1,"charts_total":647,"charted_tracks_current":1,"charted_tracks_total":108,"charted_cities_total":583,"charted_countries_total":39}},{"source":"tracklist","data":{"total_support_total":29064,"unique_support_total":15804,"tracklist_views_total":22384735,"charts_current":0,"charts_total":300,"charted_tracks_current":0,"charted_tracks_total":125}},{"source":"beatport","data":{"dj_charts_total":3551,"charts_current":4,"charts_total":22,"charted_tracks_current":3,"charted_tracks_total":154,"overall_top_100_charted_tracks_total":61}},{"source":"traxsource","data":{"dj_charts_total":20,"charts_current":1,"charts_total":9,"charted_tracks_current":1,"charted_tracks_total":27,"overall_top_100_charted_tracks_total":0}},{"source":"itunes","data":{"charts_current":34,"charts_total":515,"charted_tracks_current":10,"charted_tracks_total":239,"charted_countries_total":111}},{"source":"tidal","data":{"followers_total":226418,"popularity_current":78,"playlists_current":23,"playlists_total":38,"playlists_editorial_current":10,"playlists_editorial_total":24,"charts_current":0,"charts_total":1,"charted_tracks_current":0,"charted_tracks_total":1}},{"source":"soundcloud","data":{"streams_total":219112287,"favorites_total":3956895,"comments_total":53028,"reposts_total":598473,"followers_total":516003,"charts_current":0,"charts_total":6,"charted_tracks_current":0,"charted_tracks_total":4,"engagement_rate_total":2.1}},{"source":"facebook","data":{"followers_total":2612517,"talking_about_current":2300}},{"source":"twitter","data":{"followers_total":301122}},{"source":"songkick","data":{"followers_total":378868}},{"source":"bandsintown","data":{"followers_total":313129}},{"source":"radio","data":{"radio_plays_total":2211245,"radio_stations_total":13531,"sxm_plays_total":22358,"sxm_royalties_total":442742}}],"artist_info":{"songstats_artist_id":"48ra1cnv","avatar":"https://i.scdn.co/image/ab67616100005174541e8c3da1f7315b02b89e2e","site_url":"https://songstats.com/artist/48ra1cnv/don-diablo","name":"Don Diablo"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Collaborator-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"monthly_listeners_current":{"type":"integer"},"followers_total":{"type":"integer"},"popularity_current":{"type":"integer"},"streams_total":{"type":"integer"},"playlists_current":{"type":"integer"},"playlists_total":{"type":"integer"},"playlists_editorial_current":{"type":"integer"},"playlists_editorial_total":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"playlist_reach_total":{"type":"integer"},"charts_current":{"type":"integer"},"charts_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"},"charted_cities_total":{"type":"integer"},"charted_countries_total":{"type":"integer"},"dj_charts_total":{"type":"integer"},"overall_top_100_charted_tracks_total":{"type":"integer"}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"monthly_listeners_current":0,"followers_total":0,"popularity_current":0,"streams_total":385236709,"playlists_current":2426,"playlists_total":4620,"playlists_editorial_current":63,"playlists_editorial_total":290,"playlist_reach_current":61891180,"playlist_reach_total":221993885,"charts_current":1,"charts_total":192,"charted_tracks_current":1,"charted_tracks_total":32,"charted_cities_total":63,"charted_countries_total":64}},{"source":"apple_music","data":{"playlists_current":123,"playlists_total":363,"playlists_editorial_current":67,"playlists_editorial_total":237,"charts_current":100,"charts_total":1154,"charted_tracks_current":12,"charted_tracks_total":119,"charted_countries_total":166}},{"source":"amazon","data":{"followers_total":0,"playlists_current":262,"playlists_total":591,"playlists_editorial_current":260,"playlists_editorial_total":578,"charts_current":0,"charts_total":42,"charted_tracks_current":0,"charted_tracks_total":15}},{"source":"deezer","data":{"followers_total":0,"popularity_current":0,"playlists_current":105,"playlists_total":296,"playlists_editorial_current":12,"playlists_editorial_total":49,"playlist_reach_current":770723,"playlist_reach_total":27767761,"charts_current":0,"charts_total":40,"charted_tracks_current":0,"charted_tracks_total":34}},{"source":"instagram","data":{"views_total":99115919,"likes_total":3725165,"comments_total":84150,"video_reach_total":213493151,"followers_total":1377602,"videos_total":46860,"engagement_rate_total":3.8}},{"source":"tiktok","data":{"videos_total":18232,"views_total":188703526,"likes_total":18053180,"shares_total":473958,"comments_total":256387,"followers_total":251385,"profile_likes_total":2867450,"profile_videos_total":92,"video_reach_total":445281834,"playlists_current":0,"playlists_total":0,"charts_current":0,"charts_total":1,"charted_tracks_current":0,"charted_tracks_total":1,"engagement_rate_total":10}},{"source":"youtube","data":{"videos_total":371,"video_views_total":53329087,"video_likes_total":1239186,"video_comments_total":47716,"shorts_total":8578,"video_reach_total":103949546,"subscribers_total":7894,"channel_views_total":56528348,"short_views_total":89136243,"short_likes_total":4498333,"short_comments_total":57894,"playlists_current":16,"playlists_total":42,"playlists_editorial_current":16,"playlists_editorial_total":42,"charts_current":0,"charts_total":4,"charted_tracks_current":0,"charted_tracks_total":1,"engagement_rate_total":2.4}},{"source":"shazam","data":{"shazams_total":1900682,"charts_current":37,"charts_total":451,"charted_tracks_current":1,"charted_tracks_total":17,"charted_cities_total":393,"charted_countries_total":31}},{"source":"tracklist","data":{"total_support_total":8,"unique_support_total":4,"tracklist_views_total":1491,"charted_tracks_current":0,"charted_tracks_total":0}},{"source":"beatport","data":{"dj_charts_total":1,"charted_tracks_total":0,"charted_tracks_current":0,"overall_top_100_charted_tracks_total":0}},{"source":"traxsource","data":{"dj_charts_total":0,"charted_tracks_total":0,"charted_tracks_current":0,"overall_top_100_charted_tracks_total":0}},{"source":"itunes","data":{"charts_current":2,"charts_total":337,"charted_tracks_current":7,"charted_tracks_total":102,"charted_countries_total":81}},{"source":"tidal","data":{"followers_total":4187,"popularity_current":0,"playlists_current":27,"playlists_total":62,"playlists_editorial_current":17,"playlists_editorial_total":50,"charts_current":0,"charts_total":5,"charted_tracks_current":0,"charted_tracks_total":9}},{"source":"soundcloud","data":{"streams_total":1800308,"favorites_total":44148,"reposts_total":1310,"followers_total":3119,"charts_current":2,"charts_total":10,"charted_tracks_current":1,"charted_tracks_total":3,"engagement_rate_total":2.5}},{"source":"facebook","data":{"followers_total":518272,"talking_about_current":4173}},{"source":"twitter","data":{"followers_total":176591}},{"source":"songkick","data":{"followers_total":0}},{"source":"bandsintown","data":{"followers_total":0}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"monthly_listeners_current":0,"followers_total":0,"popularity_current":0,"streams_total":906661686,"playlists_current":6265,"playlists_total":10447,"playlists_editorial_current":96,"playlists_editorial_total":405,"playlist_reach_current":95746718,"playlist_reach_total":361771081,"charts_current":1,"charts_total":201,"charted_tracks_current":1,"charted_tracks_total":48,"charted_cities_total":64,"charted_countries_total":65}},{"source":"apple_music","data":{"playlists_current":203,"playlists_total":518,"playlists_editorial_current":105,"playlists_editorial_total":313,"charts_current":170,"charts_total":1513,"charted_tracks_current":22,"charted_tracks_total":292,"charted_countries_total":166}},{"source":"amazon","data":{"followers_total":0,"playlists_current":450,"playlists_total":1015,"playlists_editorial_current":428,"playlists_editorial_total":972,"charts_current":6,"charts_total":55,"charted_tracks_current":3,"charted_tracks_total":23}},{"source":"deezer","data":{"followers_total":0,"popularity_current":0,"playlists_current":226,"playlists_total":535,"playlists_editorial_current":35,"playlists_editorial_total":96,"playlist_reach_current":7951414,"playlist_reach_total":41279564,"charts_current":1,"charts_total":72,"charted_tracks_current":1,"charted_tracks_total":59}},{"source":"instagram","data":{"views_total":292681410,"likes_total":10479704,"comments_total":262614,"followers_total":1918305,"videos_total":96896,"engagement_rate_total":3.7}},{"source":"tiktok","data":{"videos_total":128703,"views_total":557424588,"likes_total":50434595,"shares_total":2144237,"comments_total":1014016,"followers_total":702753,"profile_likes_total":6015025,"profile_videos_total":171,"playlists_current":0,"playlists_total":0,"charts_current":0,"charts_total":1,"charted_tracks_current":0,"charted_tracks_total":1,"engagement_rate_total":9.6}},{"source":"youtube","data":{"videos_total":588,"video_views_total":199719273,"video_likes_total":3545758,"video_comments_total":128708,"shorts_total":16459,"subscribers_total":8854,"channel_views_total":71145951,"monthly_audience_current":0,"short_views_total":57054346,"short_likes_total":2030591,"short_comments_total":29437,"playlists_current":57,"playlists_total":118,"playlists_editorial_current":48,"playlists_editorial_total":105,"charts_current":0,"charts_total":7,"charted_tracks_current":0,"charted_tracks_total":4,"video_engagement_rate_total":1.8,"short_engagement_rate_total":3.6}},{"source":"shazam","data":{"shazams_total":3813863,"charts_current":1,"charts_total":518,"charted_tracks_current":1,"charted_tracks_total":29,"charted_cities_total":446,"charted_countries_total":35}},{"source":"tracklist","data":{"total_support_total":135,"unique_support_total":60,"tracklist_views_total":20903,"charts_current":0,"charts_total":0,"charted_tracks_current":0,"charted_tracks_total":0}},{"source":"beatport","data":{"dj_charts_total":3,"charts_current":0,"charts_total":3,"charted_tracks_current":0,"charted_tracks_total":4,"overall_top_100_charted_tracks_total":0}},{"source":"traxsource","data":{"dj_charts_total":0,"charts_current":0,"charts_total":0,"charted_tracks_current":0,"charted_tracks_total":0,"overall_top_100_charted_tracks_total":0}},{"source":"itunes","data":{"charts_current":13,"charts_total":566,"charted_tracks_current":12,"charted_tracks_total":231,"charted_countries_total":93}},{"source":"tidal","data":{"followers_total":4187,"popularity_current":76,"playlists_current":34,"playlists_total":79,"playlists_editorial_current":21,"playlists_editorial_total":64,"charts_current":0,"charts_total":4,"charted_tracks_current":0,"charted_tracks_total":11}},{"source":"soundcloud","data":{"streams_total":4758248,"favorites_total":143114,"comments_total":1825,"reposts_total":1898,"followers_total":4145,"charts_current":0,"charts_total":10,"charted_tracks_current":0,"charted_tracks_total":3,"engagement_rate_total":3.1}},{"source":"facebook","data":{"followers_total":636644,"talking_about_current":31859}},{"source":"twitter","data":{"followers_total":158995}},{"source":"songkick","data":{"followers_total":151501}},{"source":"bandsintown","data":{"followers_total":0}},{"source":"radio","data":{"radio_plays_total":672764,"radio_stations_total":12224,"sxm_plays_total":12663,"sxm_royalties_total":236040}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"https://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Artist-Historic-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2021-06-23","popularity_current":75,"followers_total":1737771,"monthly_listeners_current":9284594,"streams_current":1058987,"playlists_current":15431,"playlist_reach_current":156644483},{"date":"2021-06-24","popularity_current":75,"followers_total":1737887,"monthly_listeners_current":9284594,"streams_current":1070363,"playlists_current":15426,"playlist_reach_current":154580583},{"date":"2021-06-25","popularity_current":75,"followers_total":1738002,"monthly_listeners_current":9286152,"streams_current":1088736,"playlists_current":15404,"playlist_reach_current":156994577}]}},{"source":"apple_music","data":{"history":[{"date":"2021-06-23","playlists_current":217,"charts_current":98},{"date":"2021-06-24","playlists_current":217,"charts_current":84},{"date":"2021-06-25","playlists_current":217,"charts_current":95}]}},{"source":"amazon","data":{"history":[{"date":"2021-06-23","playlists_current":167,"charts_current":13},{"date":"2021-06-24","playlists_current":167,"charts_current":13},{"date":"2021-06-25","playlists_current":168,"charts_current":13}]}},{"source":"deezer","data":{"history":[{"date":"2021-06-23","followers_total":318111,"playlists_current":567,"playlist_reach_current":3018407},{"date":"2021-06-24","followers_total":318184,"playlists_current":567,"playlist_reach_current":3027652},{"date":"2021-06-25","followers_total":318259,"playlists_current":568,"playlist_reach_current":3250780}]}},{"source":"instagram","data":{"history":[{"date":"2022-02-18","videos_total":8431,"views_total":45277233,"likes_total":2299224,"comments_total":65237,"followers_total":2056688},{"date":"2022-02-19","videos_total":8431,"views_total":45308600,"likes_total":2300561,"comments_total":65261,"followers_total":2057126},{"date":"2022-02-20","videos_total":8431,"views_total":45339965,"likes_total":2301896,"comments_total":65285,"followers_total":2057812}]}},{"source":"tiktok","data":{"history":[{"date":"2021-06-23","videos_total":255728,"views_total":72442083,"likes_total":10911138,"shares_total":72867,"comments_total":84970,"followers_total":122755,"profile_likes_total":1124310},{"date":"2021-06-24","videos_total":272157,"views_total":72653839,"likes_total":10933775,"shares_total":73249,"comments_total":85233,"followers_total":122768,"profile_likes_total":1124672},{"date":"2021-06-25","videos_total":272180,"views_total":72865834,"likes_total":10956441,"shares_total":73626,"comments_total":85491,"followers_total":122821,"profile_likes_total":1125742}]}},{"source":"youtube","data":{"history":[{"date":"2021-06-23","subscribers_total":1250000,"video_views_total":579724106,"video_likes_total":5649116,"video_comments_total":123432,"playlists_current":28},{"date":"2021-06-24","subscribers_total":1250000,"video_views_total":579724106,"video_likes_total":5649116,"video_comments_total":123432,"playlists_current":28},{"date":"2021-06-25","subscribers_total":1250000,"video_views_total":579724106,"video_likes_total":5649116,"video_comments_total":123432,"playlists_current":28}]}},{"source":"shazam","data":{"history":[{"date":"2021-06-23","shazams_total":26942065,"charted_tracks_current":5},{"date":"2021-06-24","shazams_total":26951790,"charted_tracks_current":5},{"date":"2021-06-25","shazams_total":26956995,"charted_tracks_current":5}]}},{"source":"tracklist","data":{"history":[{"date":"2021-06-23","total_support_total":2,"unique_support_total":2},{"date":"2021-06-24","total_support_total":4,"unique_support_total":4},{"date":"2021-06-25","total_support_total":8,"unique_support_total":8}]}},{"source":"beatport","data":{"history":[{"date":"2021-06-23","dj_charts_total":3081,"charted_tracks_current":6},{"date":"2021-06-24","dj_charts_total":3081,"charted_tracks_current":6},{"date":"2021-06-25","dj_charts_total":3081,"charted_tracks_current":6}]}},{"source":"traxsource","data":{"history":[{"date":"2021-06-23","dj_charts_total":0},{"date":"2021-06-24","dj_charts_total":0,"charted_tracks_current":1},{"date":"2021-06-25","dj_charts_total":0,"charted_tracks_current":1}]}},{"source":"itunes","data":{"history":[{"date":"2021-06-23","charted_tracks_current":21},{"date":"2021-06-24","charted_tracks_current":23},{"date":"2021-06-25","charted_tracks_current":23}]}},{"source":"tidal","data":{"history":[{"date":"2021-06-23","followers_total":225814,"playlists_current":20,"charts_current":0},{"date":"2021-06-24","followers_total":225887,"playlists_current":20,"charts_current":0},{"date":"2021-06-25","followers_total":225963,"playlists_current":20,"charts_current":0}]}},{"source":"soundcloud","data":{"history":[{"date":"2021-06-23","followers_total":501299,"streams_total":193466282,"favorites_total":3657313,"reposts_total":609260},{"date":"2021-06-24","followers_total":501311,"streams_total":193466282,"favorites_total":3657313,"reposts_total":609260},{"date":"2021-06-25","followers_total":501311,"streams_total":193466282,"favorites_total":3657313,"reposts_total":609260}]}}],"artist_info":{"songstats_artist_id":"48ra1cnv","avatar":"https://i.scdn.co/image/ab6761610000e5eb115e8953833485a0bbdca130","name":"Don Diablo","site_url":"https://songstats.com/artist/48ra1cnv/don-diablo"},"source_ids":"all"}},"properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"history":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"popularity_current":{"type":"integer"},"followers_total":{"type":"integer"},"monthly_listeners_current":{"type":"integer"},"streams_total":{"type":"integer"},"playlists_current":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"shazams_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"favorites_total":{"type":"integer"},"reposts_total":{"type":"integer"}}}}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"string"}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2021-06-23","popularity_current":75,"followers_total":1737771,"monthly_listeners_current":9284594,"streams_total":1058987,"playlists_current":15431,"playlist_reach_current":156644483},{"date":"2021-06-24","popularity_current":75,"followers_total":1737887,"monthly_listeners_current":9284594,"streams_total":1070363,"playlists_current":15426,"playlist_reach_current":154580583},{"date":"2021-06-25","popularity_current":75,"followers_total":1738002,"monthly_listeners_current":9286152,"streams_total":1088736,"playlists_current":15404,"playlist_reach_current":156994577}]}},{"source":"apple_music","data":{"history":[{"date":"2021-06-23","playlists_current":217,"charts_current":98},{"date":"2021-06-24","playlists_current":217,"charts_current":84},{"date":"2021-06-25","playlists_current":217,"charts_current":95}]}},{"source":"amazon","data":{"history":[{"date":"2021-06-23","followers_total":12630,"playlists_current":167,"charts_current":13},{"date":"2021-06-24","followers_total":12636,"playlists_current":167,"charts_current":13},{"date":"2021-06-25","followers_total":12644,"playlists_current":168,"charts_current":13}]}},{"source":"deezer","data":{"history":[{"date":"2021-06-23","followers_total":318111,"playlists_current":567,"playlist_reach_current":3018407},{"date":"2021-06-24","followers_total":318184,"playlists_current":567,"playlist_reach_current":3027652},{"date":"2021-06-25","followers_total":318259,"playlists_current":568,"playlist_reach_current":3250780}]}},{"source":"instagram","data":{"history":[{"date":"2022-02-18","videos_total":8431,"views_total":45277233,"likes_total":2299224,"comments_total":65237,"followers_total":2056688},{"date":"2022-02-19","videos_total":8431,"views_total":45308600,"likes_total":2300561,"comments_total":65261,"followers_total":2057126},{"date":"2022-02-20","videos_total":8431,"views_total":45339965,"likes_total":2301896,"comments_total":65285,"followers_total":2057812}]}},{"source":"tiktok","data":{"history":[{"date":"2021-06-23","videos_total":255728,"views_total":72442083,"likes_total":10911138,"shares_total":72867,"comments_total":84970,"followers_total":122755,"profile_likes_total":1124310},{"date":"2021-06-24","videos_total":272157,"views_total":72653839,"likes_total":10933775,"shares_total":73249,"comments_total":85233,"followers_total":122768,"profile_likes_total":1124672},{"date":"2021-06-25","videos_total":272180,"views_total":72865834,"likes_total":10956441,"shares_total":73626,"comments_total":85491,"followers_total":122821,"profile_likes_total":1125742}]}},{"source":"youtube","data":{"history":[{"date":"2021-06-23","subscribers_total":1250000,"video_views_total":579724106,"video_likes_total":5649116,"video_comments_total":123432,"playlists_current":28},{"date":"2021-06-24","subscribers_total":1250000,"video_views_total":579724106,"video_likes_total":5649116,"video_comments_total":123432,"playlists_current":28},{"date":"2021-06-25","subscribers_total":1250000,"video_views_total":579724106,"video_likes_total":5649116,"video_comments_total":123432,"playlists_current":28}]}},{"source":"shazam","data":{"history":[{"date":"2021-06-23","shazams_total":26942065,"charted_tracks_current":5},{"date":"2021-06-24","shazams_total":26951790,"charted_tracks_current":5},{"date":"2021-06-25","shazams_total":26956995,"charted_tracks_current":5}]}},{"source":"tracklist","data":{"history":[{"date":"2021-06-23","total_support_total":2,"unique_support_total":2},{"date":"2021-06-24","total_support_total":4,"unique_support_total":4},{"date":"2021-06-25","total_support_total":8,"unique_support_total":8}]}},{"source":"beatport","data":{"history":[{"date":"2021-06-23","dj_charts_total":3081,"charted_tracks_current":6},{"date":"2021-06-24","dj_charts_total":3081,"charted_tracks_current":6},{"date":"2021-06-25","dj_charts_total":3081,"charted_tracks_current":6}]}},{"source":"traxsource","data":{"history":[{"date":"2021-06-23","dj_charts_total":0},{"date":"2021-06-24","dj_charts_total":0,"charted_tracks_current":1},{"date":"2021-06-25","dj_charts_total":0,"charted_tracks_current":1}]}},{"source":"itunes","data":{"history":[{"date":"2021-06-23","charted_tracks_current":21},{"date":"2021-06-24","charted_tracks_current":23},{"date":"2021-06-25","charted_tracks_current":23}]}},{"source":"tidal","data":{"history":[{"date":"2021-06-23","followers_total":225814,"popularity_current":64,"playlists_current":20,"charts_current":0},{"date":"2021-06-24","followers_total":225887,"popularity_current":64,"playlists_current":20,"charts_current":0},{"date":"2021-06-25","followers_total":225963,"popularity_current":65,"playlists_current":20,"charts_current":0}]}},{"source":"soundcloud","data":{"history":[{"date":"2021-06-23","followers_total":501299,"streams_total":193466282,"favorites_total":3657313,"reposts_total":609260},{"date":"2021-06-24","followers_total":501311,"streams_total":193466282,"favorites_total":3657313,"reposts_total":609260},{"date":"2021-06-25","followers_total":501311,"streams_total":193466282,"favorites_total":3657313,"reposts_total":609260}]}},{"source":"facebook","data":{"history":[{"date":"2023-05-01","followers_total":2779802,"talking_about_total":778},{"date":"2023-05-02","followers_total":2779673,"talking_about_total":834},{"date":"2023-05-03","followers_total":2779566,"talking_about_total":823}]}},{"source":"twitter","data":{"history":[{"date":"2023-05-01","followers_total":327894},{"date":"2023-05-02","followers_total":327857},{"date":"2023-05-03","followers_total":327894}]}},{"source":"songkick","data":{"history":[{"date":"2023-05-01","followers_total":241920},{"date":"2023-05-02","followers_total":241970},{"date":"2023-05-03","followers_total":242073}]}},{"source":"bandsintown","data":{"history":[{"date":"2023-05-01","followers_total":242430},{"date":"2023-05-02","followers_total":242551},{"date":"2023-05-03","followers_total":242602}]}}],"artist_info":{"songstats_artist_id":"48ra1cnv","avatar":"https://i.scdn.co/image/ab6761610000e5eb115e8953833485a0bbdca130","name":"Don Diablo","site_url":"https://songstats.com/artist/48ra1cnv/don-diablo"},"source_ids":"all"}}}}}},"Collaborator-Historic-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"history":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"streams_total":{"type":"integer"},"playlists_current":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"dj_charts_total":{"type":"integer"}}}}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2024-09-01","streams_total":366954788,"playlists_current":2318,"playlist_reach_current":66092984},{"date":"2024-09-02","streams_total":367515550,"playlists_current":2315,"playlist_reach_current":66109688},{"date":"2024-09-03","streams_total":368173391,"playlists_current":2320,"playlist_reach_current":66218234}]}},{"source":"apple_music","data":{"history":[{"date":"2024-09-01","playlists_current":137,"charts_current":141},{"date":"2024-09-02","playlists_current":138,"charts_current":146},{"date":"2024-09-03","playlists_current":139,"charts_current":144}]}},{"source":"amazon","data":{"history":[{"date":"2024-09-01","playlists_current":275,"charts_current":1},{"date":"2024-09-02","playlists_current":276,"charts_current":0},{"date":"2024-09-03","playlists_current":277,"charts_current":0}]}},{"source":"deezer","data":{"history":[{"date":"2024-09-01","playlists_current":112,"playlist_reach_current":2162550},{"date":"2024-09-02","playlists_current":112,"playlist_reach_current":2162550},{"date":"2024-09-03","playlists_current":112,"playlist_reach_current":2162550}]}},{"source":"instagram","data":{"history":[{"date":"2024-09-01","followers_total":1374920,"videos_total":37471,"views_total":90499645,"likes_total":3292180,"comments_total":79633},{"date":"2024-09-02","followers_total":1375466,"videos_total":37645,"views_total":90692554,"likes_total":3304001,"comments_total":79776},{"date":"2024-09-03","followers_total":1375566,"videos_total":37645,"views_total":90894972,"likes_total":3316471,"comments_total":79924}]}},{"source":"tiktok","data":{"history":[{"date":"2024-09-01","videos_total":15642,"views_total":161694775,"likes_total":15047424,"shares_total":351388,"comments_total":211522,"followers_total":245876,"profile_likes_total":2860223},{"date":"2024-09-02","videos_total":15770,"views_total":162358667,"likes_total":15116192,"shares_total":353775,"comments_total":212613,"followers_total":245915,"profile_likes_total":2860319},{"date":"2024-09-03","videos_total":15863,"views_total":163104970,"likes_total":15199834,"shares_total":357356,"comments_total":213776,"followers_total":245962,"profile_likes_total":2860452}]}},{"source":"youtube","data":{"history":[{"date":"2024-09-01","subscribers_total":7874,"video_views_total":51690267,"video_likes_total":1217366,"video_comments_total":47324,"shorts_total":7105,"playlists_current":15},{"date":"2024-09-02","subscribers_total":7874,"video_views_total":51676900,"video_likes_total":1217384,"video_comments_total":47326,"shorts_total":7219,"playlists_current":15},{"date":"2024-09-03","subscribers_total":7874,"video_views_total":51744334,"video_likes_total":1218122,"video_comments_total":47352,"shorts_total":7234,"playlists_current":15}]}},{"source":"shazam","data":{"history":[{"date":"2024-09-01","shazams_total":1810896,"charted_tracks_current":1},{"date":"2024-09-02","shazams_total":1813458,"charted_tracks_current":1},{"date":"2024-09-03","shazams_total":1817709,"charted_tracks_current":1}]}},{"source":"tracklist","data":{"history":[{"date":"2024-09-01","total_support_total":8,"unique_support_total":4},{"date":"2024-09-02","total_support_total":8,"unique_support_total":4},{"date":"2024-09-03","total_support_total":8,"unique_support_total":4}]}},{"source":"beatport","data":{"history":[{"date":"2024-09-01","dj_charts_total":1},{"date":"2024-09-02","dj_charts_total":1},{"date":"2024-09-03","dj_charts_total":1}]}},{"source":"traxsource","data":{"history":[]}},{"source":"itunes","data":{"history":[{"date":"2024-09-01","charted_tracks_current":2},{"date":"2024-09-02","charted_tracks_current":3},{"date":"2024-09-03","charted_tracks_current":3}]}},{"source":"tidal","data":{"history":[{"date":"2024-09-01","followers_total":4122,"playlists_current":26,"charts_current":1},{"date":"2024-09-02","followers_total":4131,"playlists_current":26,"charts_current":1},{"date":"2024-09-03","followers_total":4145,"playlists_current":26,"charts_current":1}]}},{"source":"soundcloud","data":{"history":[{"date":"2024-09-01","followers_total":3090,"streams_total":1514257,"favorites_total":38730,"reposts_total":1208},{"date":"2024-09-02","followers_total":3090,"streams_total":1524149,"favorites_total":38996,"reposts_total":1212},{"date":"2024-09-03","followers_total":3091,"streams_total":1533649,"favorites_total":39266,"reposts_total":1214}]}},{"source":"facebook","data":{"history":[{"date":"2024-09-01","followers_total":518731,"talking_about_current":940},{"date":"2024-09-02","followers_total":518719,"talking_about_current":1162},{"date":"2024-09-03","followers_total":518691,"talking_about_current":1392}]}},{"source":"twitter","data":{"history":[{"date":"2024-09-01","followers_total":176774},{"date":"2024-09-02","followers_total":176782},{"date":"2024-09-03","followers_total":176758}]}},{"source":"songkick","data":{"history":[]}},{"source":"bandsintown","data":{"history":[]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2024-09-01","streams_total":366954788,"playlists_current":2318,"playlist_reach_current":66092984},{"date":"2024-09-02","streams_total":367515550,"playlists_current":2315,"playlist_reach_current":66109688},{"date":"2024-09-03","streams_total":368173391,"playlists_current":2320,"playlist_reach_current":66218234}]}},{"source":"apple_music","data":{"history":[{"date":"2024-09-01","playlists_current":137,"charts_current":141},{"date":"2024-09-02","playlists_current":138,"charts_current":146},{"date":"2024-09-03","playlists_current":139,"charts_current":144}]}},{"source":"amazon","data":{"history":[{"date":"2024-09-01","playlists_current":275,"charts_current":1},{"date":"2024-09-02","playlists_current":276,"charts_current":0},{"date":"2024-09-03","playlists_current":277,"charts_current":0}]}},{"source":"deezer","data":{"history":[{"date":"2024-09-01","playlists_current":112,"playlist_reach_current":2162550},{"date":"2024-09-02","playlists_current":112,"playlist_reach_current":2162550},{"date":"2024-09-03","playlists_current":112,"playlist_reach_current":2162550}]}},{"source":"instagram","data":{"history":[{"date":"2024-09-01","followers_total":1374920,"videos_total":37471,"views_total":90499645,"likes_total":3292180,"comments_total":79633},{"date":"2024-09-02","followers_total":1375466,"videos_total":37645,"views_total":90692554,"likes_total":3304001,"comments_total":79776},{"date":"2024-09-03","followers_total":1375566,"videos_total":37645,"views_total":90894972,"likes_total":3316471,"comments_total":79924}]}},{"source":"tiktok","data":{"history":[{"date":"2024-09-01","videos_total":15642,"views_total":161694775,"likes_total":15047424,"shares_total":351388,"comments_total":211522,"followers_total":245876,"profile_likes_total":2860223},{"date":"2024-09-02","videos_total":15770,"views_total":162358667,"likes_total":15116192,"shares_total":353775,"comments_total":212613,"followers_total":245915,"profile_likes_total":2860319},{"date":"2024-09-03","videos_total":15863,"views_total":163104970,"likes_total":15199834,"shares_total":357356,"comments_total":213776,"followers_total":245962,"profile_likes_total":2860452}]}},{"source":"youtube","data":{"history":[{"date":"2024-09-01","subscribers_total":7874,"video_views_total":51690267,"video_likes_total":1217366,"video_comments_total":47324,"shorts_total":7105,"playlists_current":15},{"date":"2024-09-02","subscribers_total":7874,"video_views_total":51676900,"video_likes_total":1217384,"video_comments_total":47326,"shorts_total":7219,"playlists_current":15},{"date":"2024-09-03","subscribers_total":7874,"video_views_total":51744334,"video_likes_total":1218122,"video_comments_total":47352,"shorts_total":7234,"playlists_current":15}]}},{"source":"shazam","data":{"history":[{"date":"2024-09-01","shazams_total":1810896,"charted_tracks_current":1},{"date":"2024-09-02","shazams_total":1813458,"charted_tracks_current":1},{"date":"2024-09-03","shazams_total":1817709,"charted_tracks_current":1}]}},{"source":"tracklist","data":{"history":[{"date":"2024-09-01","total_support_total":8,"unique_support_total":4},{"date":"2024-09-02","total_support_total":8,"unique_support_total":4},{"date":"2024-09-03","total_support_total":8,"unique_support_total":4}]}},{"source":"beatport","data":{"history":[{"date":"2024-09-01","dj_charts_total":1},{"date":"2024-09-02","dj_charts_total":1},{"date":"2024-09-03","dj_charts_total":1}]}},{"source":"traxsource","data":{"history":[]}},{"source":"itunes","data":{"history":[{"date":"2024-09-01","charted_tracks_current":2},{"date":"2024-09-02","charted_tracks_current":3},{"date":"2024-09-03","charted_tracks_current":3}]}},{"source":"tidal","data":{"history":[{"date":"2024-09-01","followers_total":4122,"playlists_current":26,"charts_current":1},{"date":"2024-09-02","followers_total":4131,"playlists_current":26,"charts_current":1},{"date":"2024-09-03","followers_total":4145,"playlists_current":26,"charts_current":1}]}},{"source":"soundcloud","data":{"history":[{"date":"2024-09-01","followers_total":3090,"streams_total":1514257,"favorites_total":38730,"reposts_total":1208},{"date":"2024-09-02","followers_total":3090,"streams_total":1524149,"favorites_total":38996,"reposts_total":1212},{"date":"2024-09-03","followers_total":3091,"streams_total":1533649,"favorites_total":39266,"reposts_total":1214}]}},{"source":"facebook","data":{"history":[{"date":"2024-09-01","followers_total":518731,"talking_about_current":940},{"date":"2024-09-02","followers_total":518719,"talking_about_current":1162},{"date":"2024-09-03","followers_total":518691,"talking_about_current":1392}]}},{"source":"twitter","data":{"history":[{"date":"2024-09-01","followers_total":176774},{"date":"2024-09-02","followers_total":176782},{"date":"2024-09-03","followers_total":176758}]}},{"source":"songkick","data":{"history":[]}},{"source":"bandsintown","data":{"history":[]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Label-Historic-Stats":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"stats":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"history":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"streams_total":{"type":"integer"},"playlists_current":{"type":"integer"},"playlist_reach_current":{"type":"integer"},"shazams_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"followers_total":{"type":"integer"},"favorites_total":{"type":"integer"},"reposts_total":{"type":"integer"}}}}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2022-10-01","streams_total":819806904,"playlists_current":55290,"playlist_reach_current":231042018},{"date":"2022-10-02","streams_total":819806904,"playlists_current":55290,"playlist_reach_current":231173344},{"date":"2022-10-03","streams_total":819806904,"playlists_current":55304,"playlist_reach_current":231245658}]}},{"source":"apple_music","data":{"history":[{"date":"2022-10-01","playlists_current":2261,"charts_current":459},{"date":"2022-10-02","playlists_current":2261,"charts_current":457},{"date":"2022-10-03","playlists_current":2261,"charts_current":445}]}},{"source":"amazon","data":{"history":[{"date":"2022-10-01","playlists_current":933,"charts_current":3},{"date":"2022-10-02","playlists_current":933,"charts_current":3},{"date":"2022-10-03","playlists_current":934,"charts_current":2}]}},{"source":"deezer","data":{"history":[{"date":"2022-10-01","playlists_current":2131,"playlist_reach_current":7535192},{"date":"2022-10-02","playlists_current":2131,"playlist_reach_current":7535192},{"date":"2022-10-03","playlists_current":2133,"playlist_reach_current":7753599}]}},{"source":"instagram","data":{"history":[{"date":"2022-10-01","videos_total":0,"views_total":203300749,"likes_total":6726973,"comments_total":162041,"followers_total":943787},{"date":"2022-10-02","videos_total":0,"views_total":204641806,"likes_total":6772001,"comments_total":162974,"followers_total":944554},{"date":"2022-10-03","videos_total":106,"views_total":205985683,"likes_total":6817136,"comments_total":163893,"followers_total":944757}]}},{"source":"tiktok","data":{"history":[{"date":"2022-10-01","videos_total":31928,"views_total":333546657,"likes_total":35813169,"shares_total":1526534,"comments_total":211288,"followers_total":250715,"profile_likes_total":2042570},{"date":"2022-10-02","videos_total":38449,"views_total":334923840,"likes_total":35913948,"shares_total":1533684,"comments_total":212168,"followers_total":250796,"profile_likes_total":2044692},{"date":"2022-10-03","videos_total":39076,"views_total":336302070,"likes_total":36014751,"shares_total":1540846,"comments_total":213053}]}},{"source":"youtube","data":{"history":[{"date":"2022-10-01","video_views_total":147865047,"video_likes_total":1766109,"video_comments_total":30807,"playlists_current":199},{"date":"2022-10-02","video_views_total":147865047,"video_likes_total":1766109,"video_comments_total":30807,"playlists_current":199},{"date":"2022-10-03","video_views_total":147865047,"video_likes_total":1766109,"video_comments_total":30807,"playlists_current":200}]}},{"source":"shazam","data":{"history":[{"date":"2022-10-01","shazams_total":11787411,"charted_tracks_current":28},{"date":"2022-10-02","shazams_total":11798437,"charted_tracks_current":28},{"date":"2022-10-03","shazams_total":11802917,"charted_tracks_current":28}]}},{"source":"tracklist","data":{"history":[{"date":"2022-10-01","total_support_total":26,"unique_support_total":25},{"date":"2022-10-02","total_support_total":32,"unique_support_total":31},{"date":"2022-10-03","total_support_total":45,"unique_support_total":44}]}},{"source":"beatport","data":{"history":[{"date":"2022-10-01","dj_charts_total":8719,"charted_tracks_current":65},{"date":"2022-10-02","dj_charts_total":8723,"charted_tracks_current":62},{"date":"2022-10-03","dj_charts_total":8734,"charted_tracks_current":62}]}},{"source":"traxsource","data":{"history":[{"date":"2022-10-01","dj_charts_total":9,"charted_tracks_current":96},{"date":"2022-10-02","dj_charts_total":21,"charted_tracks_current":98},{"date":"2022-10-03","dj_charts_total":44,"charted_tracks_current":96}]}},{"source":"itunes","data":{"history":[{"date":"2022-10-01","charted_tracks_current":99},{"date":"2022-10-02","charted_tracks_current":98},{"date":"2022-10-03","charted_tracks_current":99}]}},{"source":"tidal","data":{"history":[{"date":"2022-10-01","playlists_current":175,"charts_current":0},{"date":"2022-10-02","playlists_current":175,"charts_current":0},{"date":"2022-10-03","playlists_current":175,"charts_current":0}]}},{"source":"soundcloud","data":{"history":[{"date":"2022-10-01","followers_total":406493,"streams_total":19411589,"favorites_total":456112,"reposts_total":40482},{"date":"2022-10-02","followers_total":406530,"streams_total":19411589,"favorites_total":456112,"reposts_total":40482},{"date":"2022-10-03","followers_total":406571,"streams_total":19411589,"favorites_total":456112,"reposts_total":40482}]}}],"label_info":{"songstats_label_id":"wg3cadhj","avatar":"https://geo-media.beatport.com/image_size/300x300/dde2f63e-d9a2-4823-89c9-23a7e24cb280.jpg","name":"Defected","site_url":"https://songstats.com/label/wg3cadhj/defected"},"source_ids":"all"}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","stats":[{"source":"spotify","data":{"history":[{"date":"2022-10-01","streams_total":819806904,"playlists_current":55290,"playlist_reach_current":231042018},{"date":"2022-10-02","streams_total":819806904,"playlists_current":55290,"playlist_reach_current":231173344},{"date":"2022-10-03","streams_total":819806904,"playlists_current":55304,"playlist_reach_current":231245658}]}},{"source":"apple_music","data":{"history":[{"date":"2022-10-01","playlists_current":2261,"charts_current":459},{"date":"2022-10-02","playlists_current":2261,"charts_current":457},{"date":"2022-10-03","playlists_current":2261,"charts_current":445}]}},{"source":"amazon","data":{"history":[{"date":"2022-10-01","playlists_current":933,"charts_current":3},{"date":"2022-10-02","playlists_current":933,"charts_current":3},{"date":"2022-10-03","playlists_current":934,"charts_current":2}]}},{"source":"deezer","data":{"history":[{"date":"2022-10-01","playlists_current":2131,"playlist_reach_current":7535192},{"date":"2022-10-02","playlists_current":2131,"playlist_reach_current":7535192},{"date":"2022-10-03","playlists_current":2133,"playlist_reach_current":7753599}]}},{"source":"instagram","data":{"history":[{"date":"2022-10-01","videos_total":0,"views_total":203300749,"likes_total":6726973,"comments_total":162041,"followers_total":943787},{"date":"2022-10-02","videos_total":0,"views_total":204641806,"likes_total":6772001,"comments_total":162974,"followers_total":944554},{"date":"2022-10-03","videos_total":106,"views_total":205985683,"likes_total":6817136,"comments_total":163893,"followers_total":944757}]}},{"source":"tiktok","data":{"history":[{"date":"2022-10-01","videos_total":31928,"views_total":333546657,"likes_total":35813169,"shares_total":1526534,"comments_total":211288,"followers_total":250715,"profile_likes_total":2042570},{"date":"2022-10-02","videos_total":38449,"views_total":334923840,"likes_total":35913948,"shares_total":1533684,"comments_total":212168,"followers_total":250796,"profile_likes_total":2044692},{"date":"2022-10-03","videos_total":39076,"views_total":336302070,"likes_total":36014751,"shares_total":1540846,"comments_total":213053}]}},{"source":"youtube","data":{"history":[{"date":"2022-10-01","video_views_total":147865047,"video_likes_total":1766109,"video_comments_total":30807,"playlists_current":199},{"date":"2022-10-02","video_views_total":147865047,"video_likes_total":1766109,"video_comments_total":30807,"playlists_current":199},{"date":"2022-10-03","video_views_total":147865047,"video_likes_total":1766109,"video_comments_total":30807,"playlists_current":200}]}},{"source":"shazam","data":{"history":[{"date":"2022-10-01","shazams_total":11787411,"charted_tracks_current":28},{"date":"2022-10-02","shazams_total":11798437,"charted_tracks_current":28},{"date":"2022-10-03","shazams_total":11802917,"charted_tracks_current":28}]}},{"source":"tracklist","data":{"history":[{"date":"2022-10-01","total_support_total":26,"unique_support_total":25},{"date":"2022-10-02","total_support_total":32,"unique_support_total":31},{"date":"2022-10-03","total_support_total":45,"unique_support_total":44}]}},{"source":"beatport","data":{"history":[{"date":"2022-10-01","dj_charts_total":8719,"charted_tracks_current":65},{"date":"2022-10-02","dj_charts_total":8723,"charted_tracks_current":62},{"date":"2022-10-03","dj_charts_total":8734,"charted_tracks_current":62}]}},{"source":"traxsource","data":{"history":[{"date":"2022-10-01","dj_charts_total":9,"charted_tracks_current":96},{"date":"2022-10-02","dj_charts_total":21,"charted_tracks_current":98},{"date":"2022-10-03","dj_charts_total":44,"charted_tracks_current":96}]}},{"source":"itunes","data":{"history":[{"date":"2022-10-01","charted_tracks_current":99},{"date":"2022-10-02","charted_tracks_current":98},{"date":"2022-10-03","charted_tracks_current":99}]}},{"source":"tidal","data":{"history":[{"date":"2022-10-01","playlists_current":175,"charts_current":0},{"date":"2022-10-02","playlists_current":175,"charts_current":0},{"date":"2022-10-03","playlists_current":175,"charts_current":0}]}},{"source":"soundcloud","data":{"history":[{"date":"2022-10-01","followers_total":406493,"streams_total":19411589,"favorites_total":456112,"reposts_total":40482},{"date":"2022-10-02","followers_total":406530,"streams_total":19411589,"favorites_total":456112,"reposts_total":40482},{"date":"2022-10-03","followers_total":406571,"streams_total":19411589,"favorites_total":456112,"reposts_total":40482}]}},{"source":"facebook","data":{"history":[{"date":"2023-05-01","followers_total":2156387,"talking_about_total":43784},{"date":"2023-05-02","followers_total":2156345,"talking_about_total":44279},{"date":"2023-05-03","followers_total":2156332,"talking_about_total":41786}]}},{"source":"twitter","data":{"history":[{"date":"2023-05-01","followers_total":251313},{"date":"2023-05-02","followers_total":251425},{"date":"2023-05-03","followers_total":251511}]}}],"label_info":{"songstats_label_id":"wg3cadhj","avatar":"https://geo-media.beatport.com/image_size/300x300/dde2f63e-d9a2-4823-89c9-23a7e24cb280.jpg","name":"Defected","site_url":"https://songstats.com/label/wg3cadhj/defected"},"source_ids":"all"}}}}}},"Artist-Audience":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[{"city_name":"Atlanta","city_region":"GA","country_code":"US","city_lat":"33.7627","city_lng":"-84.4224","current_listeners":68014,"peak_listeners":99694},{"city_name":"Brooklyn","city_region":"NY","country_code":"US","city_lat":"40.6501","city_lng":"-73.9496","current_listeners":69213,"peak_listeners":80781},{"city_name":"Chicago","city_region":"IL","country_code":"US","city_lat":"41.8781136","city_lng":"-87.6297982","current_listeners":92806,"peak_listeners":145331}],"city_charts":[{"country_code":"US","city_name":"Philadelphia","city_region":null,"city_lat":32.7715227,"city_lng":-89.1167275,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"US","city_name":"Denver","city_region":null,"city_lat":35.5316576,"city_lng":-81.0295793,"charted_tracks_current":0,"charted_tracks_total":1}],"country_charts":[{"country_code":"SK","charted_tracks_current":0,"charted_tracks_total":26},{"country_code":"HU","charted_tracks_current":0,"charted_tracks_total":25}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"BO","charted_tracks_total":90,"charted_tracks_current":0,"charted_tracks_previous":90},{"country_code":"BZ","charted_tracks_total":80,"charted_tracks_current":1,"charted_tracks_previous":79}],"album_charts":[{"country_code":"GT","charted_albums_total":29,"charted_albums_current":2,"charted_albums_previous":29},{"country_code":"MX","charted_albums_total":28,"charted_albums_current":0,"charted_albums_previous":28}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"MX","charted_tracks_total":33,"charted_tracks_current":0,"charted_tracks_previous":33},{"country_code":"IN","charted_tracks_total":31,"charted_tracks_current":0,"charted_tracks_previous":31}],"album_charts":[{"country_code":"GB","charted_albums_total":13,"charted_albums_current":1,"charted_albums_previous":13},{"country_code":"IN","charted_albums_total":12,"charted_albums_current":1,"charted_albums_previous":12}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"BZ","charted_tracks_total":26,"charted_tracks_current":0,"charted_tracks_previous":26},{"country_code":"ER","charted_tracks_total":24,"charted_tracks_current":0,"charted_tracks_previous":24}],"album_charts":[{"country_code":"ER","charted_albums_total":20,"charted_albums_current":0,"charted_albums_previous":20},{"country_code":"UZ","charted_albums_total":16,"charted_albums_current":0,"charted_albums_previous":16}]}},{"source":"instagram","data":{"followers":[{"country_code":"US","followers_total":242,"follower_reach_total":175196},{"country_code":"CA","followers_total":146,"follower_reach_total":126983}],"creators":[{"country_code":"US","creators_total":229,"creator_reach_total":183632570},{"country_code":"BR","creators_total":215,"creator_reach_total":33117919}]}},{"source":"tiktok","data":{"followers":[{"country_code":"IT","followers_total":2421,"follower_reach_total":1755196},{"country_code":"DE","followers_total":1406,"follower_reach_total":1269843}],"creators":[{"country_code":"US","creators_total":2429,"creator_reach_total":1836325760},{"country_code":"BR","creators_total":2352,"creator_reach_total":331179196}]}},{"source":"youtube","data":{"views":[{"city_name":"Chicago","city_region":"IL","country_code":"US","city_lat":"41.8781136","city_lng":"-87.6297982","current_views":15497,"peak_views":18129},{"city_name":"Los Angeles","city_region":"CA","country_code":"US","city_lat":"34.0522342","city_lng":"-118.2436849","current_views":25736,"peak_views":28105}],"creators":[{"country_code":"US","creators_total":236,"creator_reach_total":53926458},{"country_code":"BR","creators_total":181,"creator_reach_total":11045898},{"country_code":"IN","creators_total":102,"creator_reach_total":4312216}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"AU","city_name":"Port Hedland","city_region":null,"city_lat":-20.3123929,"city_lng":118.6093685,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"AU","city_name":"Adelaide","city_region":"SA","city_lat":-34.9284989,"city_lng":138.6007456,"charted_tracks_current":0,"charted_tracks_total":2}],"country_charts":[{"country_code":"IT","charted_tracks_current":0,"charted_tracks_total":7},{"country_code":"RU","charted_tracks_current":0,"charted_tracks_total":5}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"NL","charted_tracks_total":58,"charted_tracks_current":0,"charted_tracks_previous":58},{"country_code":"FR","charted_tracks_total":58,"charted_tracks_current":0,"charted_tracks_previous":58}],"album_charts":[{"country_code":"US","charted_albums_total":10,"charted_albums_current":0,"charted_albums_previous":10},{"country_code":"CA","charted_albums_total":7,"charted_albums_current":0,"charted_albums_previous":7}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"US","followers_total":40,"follower_reach_total":5960},{"country_code":"GB","followers_total":14,"follower_reach_total":8706}],"reposts":[{"country_code":"US","reposts_total":3960,"repost_reach_total":2829744},{"country_code":"BR","reposts_total":2534,"repost_reach_total":1294787}]}}],"artist_info":{"songstats_artist_id":"vxk62ige","avatar":"https://i.scdn.co/image/ab6761610000e5ebb070a2d8660aefc5a517d382","name":"MEDUZA","site_url":"https://songstats.com/artist/vxk62ige/meduza"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}},"properties":{"result":{"type":"string"},"message":{"type":"string"},"audience":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"monthly_listeners":{"type":"array","items":{"type":"object","properties":{"city_name":{"type":"string"},"city_region":{"type":["string","null"]},"country_code":{"type":"string"},"city_lat":{"type":"string"},"city_lng":{"type":"string"},"current_listeners":{"type":"integer"},"peak_listeners":{"type":"integer"}}}},"city_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"city_name":{"type":"string"},"city_region":{"type":["string","null"]},"city_lat":{"type":"number"},"city_lng":{"type":"number"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"}}}},"country_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"}}}},"followers":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"followers_total":{"type":"integer"},"follower_reach_total":{"type":"integer"}}}},"creators":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"}}}},"reposts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"}}}}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[{"city_name":"Atlanta","city_region":"GA","country_code":"US","city_lat":"33.7627","city_lng":"-84.4224","current_listeners":68014,"peak_listeners":99694},{"city_name":"Brooklyn","city_region":"NY","country_code":"US","city_lat":"40.6501","city_lng":"-73.9496","current_listeners":69213,"peak_listeners":80781},{"city_name":"Chicago","city_region":"IL","country_code":"US","city_lat":"41.8781136","city_lng":"-87.6297982","current_listeners":92806,"peak_listeners":145331}],"city_charts":[{"country_code":"US","city_name":"Philadelphia","city_region":null,"city_lat":32.7715227,"city_lng":-89.1167275,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"US","city_name":"Denver","city_region":null,"city_lat":35.5316576,"city_lng":-81.0295793,"charted_tracks_current":0,"charted_tracks_total":1}],"country_charts":[{"country_code":"SK","charted_tracks_current":0,"charted_tracks_total":26},{"country_code":"HU","charted_tracks_current":0,"charted_tracks_total":25}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"BO","charted_tracks_total":90,"charted_tracks_current":0,"charted_tracks_previous":90},{"country_code":"BZ","charted_tracks_total":80,"charted_tracks_current":1,"charted_tracks_previous":79}],"album_charts":[{"country_code":"GT","charted_albums_total":29,"charted_albums_current":2,"charted_albums_previous":29},{"country_code":"MX","charted_albums_total":28,"charted_albums_current":0,"charted_albums_previous":28}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"MX","charted_tracks_total":33,"charted_tracks_current":0,"charted_tracks_previous":33},{"country_code":"IN","charted_tracks_total":31,"charted_tracks_current":0,"charted_tracks_previous":31}],"album_charts":[{"country_code":"GB","charted_albums_total":13,"charted_albums_current":1,"charted_albums_previous":13},{"country_code":"IN","charted_albums_total":12,"charted_albums_current":1,"charted_albums_previous":12}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"BZ","charted_tracks_total":26,"charted_tracks_current":0,"charted_tracks_previous":26},{"country_code":"ER","charted_tracks_total":24,"charted_tracks_current":0,"charted_tracks_previous":24}],"album_charts":[{"country_code":"ER","charted_albums_total":20,"charted_albums_current":0,"charted_albums_previous":20},{"country_code":"UZ","charted_albums_total":16,"charted_albums_current":0,"charted_albums_previous":16}]}},{"source":"instagram","data":{"followers":[{"country_code":"US","followers_total":242,"follower_reach_total":175196},{"country_code":"CA","followers_total":146,"follower_reach_total":126983}],"creators":[{"country_code":"US","creators_total":229,"creator_reach_total":183632570},{"country_code":"BR","creators_total":215,"creator_reach_total":33117919}]}},{"source":"tiktok","data":{"followers":[{"country_code":"IT","followers_total":2421,"follower_reach_total":1755196},{"country_code":"DE","followers_total":1406,"follower_reach_total":1269843}],"creators":[{"country_code":"US","creators_total":2429,"creator_reach_total":1836325760},{"country_code":"BR","creators_total":2352,"creator_reach_total":331179196}]}},{"source":"youtube","data":{"views":[{"city_name":"Chicago","city_region":"IL","country_code":"US","city_lat":"41.8781136","city_lng":"-87.6297982","current_views":15497,"peak_views":18129},{"city_name":"Los Angeles","city_region":"CA","country_code":"US","city_lat":"34.0522342","city_lng":"-118.2436849","current_views":25736,"peak_views":28105}],"creators":[{"country_code":"US","creators_total":236,"creator_reach_total":53926458},{"country_code":"BR","creators_total":181,"creator_reach_total":11045898},{"country_code":"IN","creators_total":102,"creator_reach_total":4312216}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"AU","city_name":"Port Hedland","city_region":null,"city_lat":-20.3123929,"city_lng":118.6093685,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"AU","city_name":"Adelaide","city_region":"SA","city_lat":-34.9284989,"city_lng":138.6007456,"charted_tracks_current":0,"charted_tracks_total":2}],"country_charts":[{"country_code":"IT","charted_tracks_current":0,"charted_tracks_total":7},{"country_code":"RU","charted_tracks_current":0,"charted_tracks_total":5}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"NL","charted_tracks_total":58,"charted_tracks_current":0,"charted_tracks_previous":58},{"country_code":"FR","charted_tracks_total":58,"charted_tracks_current":0,"charted_tracks_previous":58}],"album_charts":[{"country_code":"US","charted_albums_total":10,"charted_albums_current":0,"charted_albums_previous":10},{"country_code":"CA","charted_albums_total":7,"charted_albums_current":0,"charted_albums_previous":7}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"US","followers_total":40,"follower_reach_total":5960},{"country_code":"GB","followers_total":14,"follower_reach_total":8706}],"reposts":[{"country_code":"US","reposts_total":3960,"repost_reach_total":2829744},{"country_code":"BR","reposts_total":2534,"repost_reach_total":1294787}]}}],"artist_info":{"songstats_artist_id":"vxk62ige","avatar":"https://i.scdn.co/image/ab6761610000e5ebb070a2d8660aefc5a517d382","name":"MEDUZA","site_url":"https://songstats.com/artist/vxk62ige/meduza"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Artist-Info":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"socialstats_creator_id":{"type":"string","description":"The linked creator's public Socialstats ID. Omitted when the artist has no linked Socialstats creator."},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"},"country":{"type":"string"},"bio":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"links":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"external_id":{"type":"string"},"url":{"type":"string"}}}},"related_artists":{"type":"array","items":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","artist_info":{"songstats_artist_id":"pod5zlug","socialstats_creator_id":"0y6vlkgu","avatar":"https://i.scdn.co/image/ab67616100005174385c7f6795314a83bff48a73","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK","country":"DE","bio":"DONT BLINK, the dynamic DJ/Producer duo from Germany and Estonia, has cemented their status among the industry’s top talents through relentless drive and unparalleled consistency. Known for their pumping tech house sound, DONT BLINK’s tracks are infused with influences from techno, progressive, indie dance, and afro house, creating a unique and infectious groove that has captivated audiences worldwide.\n\nThe release of their debut album “THE STATEMENT” in 2023 marked a significant milestone in their career, showcasing their ability to blend genres and evolve their sound. The track “VIBRATION” soared to the #1 spot on Beatport, further proving their prominence in the scene. The duo’s prolific output sees them releasing new music every two weeks through their own record label, LOW CEILING, and on prestigious outlets such as Nervous Records, STEREOHYPE, Repopulate Mars, and The Myth Of NYX.\n\nDONT BLINK has garnered massive support from both DJ peers and fans alike. Their ever-growing touring schedule took them across Australia and North America in early 2024, and now they are gearing up for a thrilling summer tour across Europe, followed by dates in Southeast Asia and South America later this year. With their engaging performances and innovative sound, DONT BLINK consistently produce music dedicated to the dance floor.","genres":["dance","house","bass house","tech house","indie dance","new release"],"links":[{"source":"spotify","external_id":"1AD6JUzgEvTAI8TLGwlrba","url":"https://open.spotify.com/artist/1AD6JUzgEvTAI8TLGwlrba"},{"source":"beatport","external_id":"721277","url":"https://www.beatport.com/artist/dont-blink/721277"},{"source":"traxsource","external_id":"464332","url":"https://www.traxsource.com/artist/464332/dont-blink"},{"source":"apple_music","external_id":"555313496","url":"https://music.apple.com/us/artist/dont-blink/555313496"},{"source":"deezer","external_id":"13746735","url":"https://deezer.com/us/artist/13746735"},{"source":"amazon","external_id":"B07CTGRYVQ","url":"https://music.amazon.com/artists/B07CTGRYVQ?ref=dm_ff_tracklists"},{"source":"tidal","external_id":"10444201","url":"https://listen.tidal.com/artist/10444201/"},{"source":"tracklist","external_id":"119853","url":"https://1001.tl/28s4wqyd"},{"source":"soundcloud","external_id":"437311446","url":"https://soundcloud.com/dontblink"},{"source":"soundcloud","external_id":"dontblink","url":"https://soundcloud.com/dontblink"},{"source":"soundcloud","external_id":"1037854807","url":"https://soundcloud.com/dontblink-sc"},{"source":"soundcloud","external_id":"1314033750","url":"https://soundcloud.com/dontblink74215"},{"source":"youtube","external_id":"UCPlI9_18iZc0epqxGUyvWVQ","url":"https://youtube.com/channel/UCPlI9_18iZc0epqxGUyvWVQ/"},{"source":"tiktok","external_id":"7015674402047362054","url":"https://www.tiktok.com/@dontblinkmusic/"},{"source":"instagram","external_id":"5799150867","url":"https://www.instagram.com/dontblinkmusic"},{"source":"facebook","external_id":"438173599976898","url":"https://www.facebook.com/dontblinkmusic"},{"source":"twitter","external_id":"894282135665745920","url":"https://x.com/dontblinkmusic"},{"source":"bandsintown","external_id":"4394867","url":"https://www.bandsintown.com/a/4394867"},{"source":"songkick","external_id":"9199819","url":"https://www.songkick.com/artists/9199819"}],"related_artists":[{"songstats_artist_id":"jdtu1lh2","avatar":"https://i.scdn.co/image/ab67616100005174f6db0f2e4f597df1f38ea335","site_url":"https://songstats.com/artist/jdtu1lh2/deeper-purpose","name":"Deeper Purpose"},{"songstats_artist_id":"9nwh61mj","avatar":"https://i.scdn.co/image/ab676161000051745941d2cc3b9378dfad8da071","site_url":"https://songstats.com/artist/9nwh61mj/martin-ikin","name":"Martin Ikin"}]}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","artist_info":{"songstats_artist_id":"pod5zlug","socialstats_creator_id":"0y6vlkgu","avatar":"https://i.scdn.co/image/ab67616100005174b53a0a7848438a9bac2b4b8c","site_url":"https://songstats.com/artist/pod5zlug/dont-blink","name":"DONT BLINK","country":"DE","bio":"DONT BLINK, the German–Estonian DJ/Producer duo, are known for their unmatched consistency in crafting relentless tracks for their own sets. Never chasing trends, genres, algorithms, or playlists, they create music with one purpose: to drive the room on their own terms. Every show features 100% original DONT BLINK productions — never copying themselves, never copying others, always pushing the underground forward.\n\nTheir signature is a driving blend of Tech House, Indie Dance, Techno, and Progressive, shaped into a futuristic groove that evolves with every release. The duo has built a heavyweight back catalog, consistently exploring the next sound while giving rising talent a platform through their own label LOW CEILING.\n\nFollowing their debut album THE STATEMENT and their #1 Beatport single VIBRATION, DONT BLINK continued their forward march with releases on Truesoul, AETERNA, Stil vor Talent, Nervous Records, STEREOHYPE, Repopulate Mars, and The Myth Of NYX. Their touring schedule has expanded rapidly — from Australia to Southeast Asia to upcoming shows across South America and Europe — powered entirely by their own productions and fueled by an ever-growing global fanbase.\n\nAlways original. Always forward. Always relentless. That’s DONT BLINK!","genres":["House","Tech House","Techno","Club","Electro"],"links":[{"source":"spotify","external_id":"1AD6JUzgEvTAI8TLGwlrba","url":"https://open.spotify.com/artist/1AD6JUzgEvTAI8TLGwlrba"},{"source":"beatport","external_id":"721277","url":"https://www.beatport.com/artist/dont-blink/721277"},{"source":"traxsource","external_id":"464332","url":"https://www.traxsource.com/artist/464332/dont-blink"},{"source":"apple_music","external_id":"555313496","url":"https://music.apple.com/us/artist/dont-blink/555313496"},{"source":"deezer","external_id":"13746735","url":"https://deezer.com/us/artist/13746735"},{"source":"amazon","external_id":"B07CTGRYVQ","url":"https://music.amazon.com/artists/B07CTGRYVQ?ref=dm_ff_tracklists"},{"source":"tidal","external_id":"10444201","url":"https://listen.tidal.com/artist/10444201/"},{"source":"tracklist","external_id":"119853","url":"https://1001.tl/28s4wqyd"}],"related_artists":[{"songstats_artist_id":"s0uzniw3","avatar":"https://i.scdn.co/image/ab67616100005174d81c592f5fb2329bf02309ab","site_url":"https://songstats.com/artist/s0uzniw3/joshwa","name":"Joshwa"},{"songstats_artist_id":"ql28w074","avatar":"https://i.scdn.co/image/ab676161000051746cc6c852fe799d00983f2b8d","site_url":"https://songstats.com/artist/ql28w074/cloverdale","name":"Cloverdale"},{"songstats_artist_id":"anvtu4l9","avatar":"https://i.scdn.co/image/ab67616100005174bc781a35d287a09940ae6046","site_url":"https://songstats.com/artist/anvtu4l9/westend","name":"Westend"}]}}}}}}},"Collaborator-Info":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"socialstats_creator_id":{"type":"string","description":"The linked creator's public Socialstats ID. Omitted when the collaborator has no linked Socialstats creator."},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"},"country":{"type":"string"},"bio":{"type":"string"},"genres":{"type":"array","items":{"type":"string"}},"links":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"external_id":{"type":"string"},"url":{"type":"string"}}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","collaborator_info":{"songstats_collaborator_id":"vkwh40ql","socialstats_creator_id":"69b8ugdp","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste","country":"US","bio":"Jon Batiste is one of history’s most brilliant, prolific, and accomplished musicians.Batiste studied and received both a B.A. and M.F.A. at the world-renowned Juilliard School in New York City. From 2015 until 2022, Batiste served as the bandleader and musical director of The Late Show with Stephen Colbert on CBS. Most recently, Jon was awarded a Sports Emmy in the category of “Outstanding Open/Tease” for his 2022 NCAA March Madness piece. In 2018, he received a Grammy nomination for Best American Roots, and in 2020, he received two Grammy nods for the albums: CHRONOLOGY OF A DREAM: LIVE AT THE VILLAGE VANGUARD and MEDITATIONS (with Cory Wong).In 2020, he won an Academy Award for Best Original Score for the Disney/Pixar film SOUL, an honor he shared with fellow composers Trent Reznor and Atticus Ross. Jon’s work on SOUL also earned him a Golden Globe, a BAFTA, a NAACP Image Award and a Critic’s Choice Award. He is the second black composer in history, after legendary jazz musician Herbie Hancock, to win an Academy Award for composition.Batiste’s album, WE ARE, was released in March 2021 to overwhelming critical acclaim.Subsequently, he was nominated for eleven Grammys across seven different categories, a first in Grammy history. He went on to win five of those Grammys, including Album of the Year. Batiste’s latest studio album, World Music Radio, draws inspiration from his mission to create community and expand culture with the power of music.","genres":["classical crossover","classical","new release","soundtrack","jazz","instrumental jazz"],"links":[{"source":"tidal","external_id":"6241227","url":"https://listen.tidal.com/artist/6241227/"},{"source":"tidal","external_id":"49475872","url":"https://listen.tidal.com/artist/49475872/"},{"source":"soundcloud","external_id":"313144625","url":"https://soundcloud.com/jonbatisteofficial"},{"source":"youtube","external_id":"UC4qccxFlKlPdWzqJQ76QWqQ","url":"https://youtube.com/channel/UC4qccxFlKlPdWzqJQ76QWqQ/"},{"source":"youtube","external_id":"UCfmY3B6qo4H_kj-bnCCZzLg","url":"https://youtube.com/channel/UCfmY3B6qo4H_kj-bnCCZzLg/"},{"source":"youtube","external_id":"UCnp4Zb_0w5t66At_AgLDsTQ","url":"https://youtube.com/channel/UCnp4Zb_0w5t66At_AgLDsTQ/"},{"source":"tiktok","external_id":"6803863216855909382","url":"https://www.tiktok.com/@iamjonbatiste/"},{"source":"instagram","external_id":"21609352","url":"https://www.instagram.com/jonbatiste"},{"source":"facebook","external_id":"10053453590","url":"https://www.facebook.com/jonbatistemusic"},{"source":"twitter","external_id":"59839834","url":"https://x.com/jonbatiste"},{"source":"musicbrainz","external_id":"a2a72dba-3a08-43c4-859c-4c7f5fcc9599","url":"https://musicbrainz.org/artist/a2a72dba-3a08-43c4-859c-4c7f5fcc9599"},{"source":"songkick","external_id":"2824781","url":"https://www.songkick.com/artists/2824781"}]}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","collaborator_info":{"songstats_collaborator_id":"vkwh40ql","socialstats_creator_id":"69b8ugdp","avatar":"https://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste","country":"US","bio":"Jon Batiste is one of history’s most brilliant, prolific, and accomplished musicians.Batiste studied and received both a B.A. and M.F.A. at the world-renowned Juilliard School in New York City. From 2015 until 2022, Batiste served as the bandleader and musical director of The Late Show with Stephen Colbert on CBS. Most recently, Jon was awarded a Sports Emmy in the category of “Outstanding Open/Tease” for his 2022 NCAA March Madness piece. In 2018, he received a Grammy nomination for Best American Roots, and in 2020, he received two Grammy nods for the albums: CHRONOLOGY OF A DREAM: LIVE AT THE VILLAGE VANGUARD and MEDITATIONS (with Cory Wong).In 2020, he won an Academy Award for Best Original Score for the Disney/Pixar film SOUL, an honor he shared with fellow composers Trent Reznor and Atticus Ross. Jon’s work on SOUL also earned him a Golden Globe, a BAFTA, a NAACP Image Award and a Critic’s Choice Award. He is the second black composer in history, after legendary jazz musician Herbie Hancock, to win an Academy Award for composition.Batiste’s album, WE ARE, was released in March 2021 to overwhelming critical acclaim.Subsequently, he was nominated for eleven Grammys across seven different categories, a first in Grammy history. He went on to win five of those Grammys, including Album of the Year. Batiste’s latest studio album, World Music Radio, draws inspiration from his mission to create community and expand culture with the power of music.","genres":["R&B","R&B/Soul","Classical Crossover","Soul","Orchestral"],"links":[{"source":"tidal","external_id":"6241227","url":"https://listen.tidal.com/artist/6241227/"},{"source":"tidal","external_id":"49475872","url":"https://listen.tidal.com/artist/49475872/"},{"source":"instagram","external_id":"21609352","url":"https://www.instagram.com/jonbatiste"},{"source":"tiktok","external_id":"6803863216855909382","url":"https://www.tiktok.com/@iamjonbatiste/"},{"source":"facebook","external_id":"10053453590","url":"https://www.facebook.com/jonbatistemusic"},{"source":"twitter","external_id":"59839834","url":"https://x.com/jonbatiste"},{"source":"soundcloud","external_id":"313144625","url":"https://soundcloud.com/jonbatisteofficial"},{"source":"youtube","external_id":"UC4qccxFlKlPdWzqJQ76QWqQ","url":"https://youtube.com/channel/UC4qccxFlKlPdWzqJQ76QWqQ"}],"related_artists":[{"songstats_collaborator_id":"ivxh350p","avatar":"https://resources.tidal.com/images/4a1291c8/0a91/407d/b2bd/a0e8f9ae45d0/480x480.jpg","site_url":"https://songstats.com/artist/ivxh350p/trombone-shorty","name":"Trombone Shorty"},{"songstats_collaborator_id":"2c9ej6w3","avatar":"https://resources.tidal.com/images/8a82a139/6b20/4627/a257/af4f10c2ede6/480x480.jpg","site_url":"https://songstats.com/artist/2c9ej6w3/theo-croker","name":"Theo Croker"},{"songstats_collaborator_id":"kzd60c24","avatar":"https://resources.tidal.com/images/81ef646b/c9fb/458d/9630/da5e367162f5/480x480.jpg","site_url":"https://songstats.com/artist/kzd60c24/nate-smith","name":"Nate Smith"}]}}}}}}},"Label-Audience-Details":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"audience":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"city_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_previous":{"type":"integer"},"charts":{"type":"array","items":{"type":"object","properties":{"chart":{"type":"string"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"top_position":{"type":"integer"}}}}}}}}}},"country_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_previous":{"type":"integer"},"charts":{"type":"array","items":{"type":"object","properties":{"chart":{"type":"string"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"top_position":{"type":"integer"}}}}}}}}}},"followers":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"followers_total":{"type":"integer"},"follower_reach_total":{"type":"integer"}}}},"creators":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"}}}}}}},"reposts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"}}}}}}}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"city_charts":[{"country_code":"US","charted_tracks_total":119,"charted_tracks_current":14,"charted_tracks_previous":105,"charts":[{"chart":"Local Pulse: Austin","tracks":[{"title":"High Rise","songstats_track_id":"agdjktno","top_position":2},{"title":"Don't Forget My Love","songstats_track_id":"bjre79uw","top_position":25}]},{"chart":"Philadelphia","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":5},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":98}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":26,"charted_tracks_current":2,"charted_tracks_previous":24,"charts":[{"chart":"Daily Viral Songs: USA","tracks":[{"title":"Bel Mercy","songstats_track_id":"vjnwafmq","top_position":1},{"title":"50//50","songstats_track_id":"2y54orc0","top_position":1}]},{"chart":"Daily Top Songs: USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":8},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":23}]}]}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"US","charted_tracks_total":51,"charted_tracks_current":4,"charted_tracks_previous":47,"charts":[{"chart":"Dance: USA","tracks":[{"title":"Don't Forget My Love","songstats_track_id":"bjre79uw","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":2}]},{"chart":"House: United States","tracks":[{"title":"Bayside","songstats_track_id":"tp5z34a2","top_position":7},{"title":"Turn Back Time","songstats_track_id":"p05l6j74","top_position":16}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":87,"charted_albums_current":20,"charted_albums_previous":72,"charts":[{"chart":"Dance Albums: United States","albums":[{"title":"Wide Awake (Deluxe)","songstats_track_id":"urg1e8xo","top_position":1},{"title":"Diplo","songstats_track_id":"uq7kynx5","top_position":1}]},{"chart":"House Albums: United States","albums":[{"title":"Tomorrowland 31.12.2020: Diplo (DJ Mix)","songstats_track_id":"thy38vpn","top_position":1},{"title":"John Summit at EDC Las Vegas 2022: Circuit Grounds Stage (DJ Mix)","songstats_track_id":"yuirogwv","top_position":1}]}]}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"US","charted_tracks_total":83,"charted_tracks_current":4,"charted_tracks_previous":79,"charts":[{"chart":"United States Breakthrough Songs: Dance & Electronic","tracks":[{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":1},{"title":"Baby Don't Hurt Me","songstats_track_id":"wlug4c96","top_position":1}]},{"chart":"United States Top Songs: Dance & Electronic","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Baby Don't Hurt Me","songstats_track_id":"wlug4c96","top_position":2}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":123,"charted_albums_current":3,"charted_albums_previous":121,"charts":[{"chart":"United States Latest Albums: Dance & Electronic","albums":[{"title":"Diplo [Explicit]","songstats_track_id":"uq7kynx5","top_position":1},{"title":"party bangers [Explicit]","songstats_track_id":"p28c9ezy","top_position":1}]},{"chart":"United States Latest Albums: Broadway & Vocalists","albums":[{"title":"Pride Party by Bebe Rexha [Explicit]","songstats_track_id":"5eknoqb7","top_position":1}]}]}]}},{"source":"deezer","data":{"track_charts":[],"album_charts":[]}},{"source":"tiktok","data":{"followers":[],"creators":[{"country_code":"US","creators_total":27726,"creator_reach_total":3182078648,"tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","creators_total":2795,"creator_reach_total":552634435},{"title":"Don't Forget My Love","songstats_track_id":"bjre79uw","creators_total":1946,"creator_reach_total":104997542}]}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"US","creators_total":1063,"creator_reach_total":613657687,"tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","creators_total":241,"creator_reach_total":156187423},{"title":"Move Your Body","songstats_track_id":"z704s5cl","creators_total":99,"creator_reach_total":29476382}]}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"US","charted_tracks_total":704,"charted_tracks_current":181,"charted_tracks_previous":523,"charts":[{"chart":"Aberdeen, USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1}]},{"chart":"Akron, USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":18}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":23,"charted_tracks_current":5,"charted_tracks_previous":18,"charts":[{"chart":"United States","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":5}]},{"chart":"Dance: United States","tracks":[{"title":"Baby Don't Hurt Me","songstats_track_id":"wlug4c96","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":1}]}]}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":74,"charted_tracks_current":3,"charted_tracks_previous":71,"charts":[{"chart":"Dance: USA","tracks":[{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":1},{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1}]},{"chart":"Music: USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Crazy What Love Can Do","songstats_track_id":"fjuecl98","top_position":47}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":58,"charted_albums_current":1,"charted_albums_previous":57,"charts":[{"chart":"Electronic Albums: United States","albums":[{"title":"30 Something","songstats_track_id":"wce0uhqg","top_position":1},{"title":"Roseland, NYC Live","songstats_track_id":"xgmzvo9p","top_position":1}]},{"chart":"Dance Albums: United States","albums":[{"title":"Twilight Zone - EP","songstats_track_id":"vpilgj5r","top_position":1},{"title":"#Ibiza 2022","songstats_track_id":"jfqkz021","top_position":1}]}]}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"US","followers_total":2940,"follower_reach_total":6603079}],"reposts":[{"country_code":"US","reposts_total":33335,"repost_reach_total":64556510,"tracks":[{"title":"On My Mind","songstats_track_id":"ryvzhl6n","reposts_total":1190,"repost_reach_total":172213},{"title":"Gecko (Overdrive)","songstats_track_id":"myj7vghi","reposts_total":1091,"repost_reach_total":344023}]}]}}],"label_info":{"songstats_label_id":"52s8joqb","avatar":"https://geo-media.beatport.com/image_size/300x300/ec0a4008-d75e-470d-9726-265425233504.jpg","name":"FFRR","site_url":"https://songstats.com/label/52s8joqb/ffrr"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"city_charts":[{"country_code":"US","charted_tracks_total":119,"charted_tracks_current":14,"charted_tracks_previous":105,"charts":[{"chart":"Local Pulse: Austin","tracks":[{"title":"High Rise","songstats_track_id":"agdjktno","top_position":2},{"title":"Don't Forget My Love","songstats_track_id":"bjre79uw","top_position":25}]},{"chart":"Philadelphia","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":5},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":98}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":26,"charted_tracks_current":2,"charted_tracks_previous":24,"charts":[{"chart":"Daily Viral Songs: USA","tracks":[{"title":"Bel Mercy","songstats_track_id":"vjnwafmq","top_position":1},{"title":"50//50","songstats_track_id":"2y54orc0","top_position":1}]},{"chart":"Daily Top Songs: USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":8},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":23}]}]}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"US","charted_tracks_total":51,"charted_tracks_current":4,"charted_tracks_previous":47,"charts":[{"chart":"Dance: USA","tracks":[{"title":"Don't Forget My Love","songstats_track_id":"bjre79uw","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":2}]},{"chart":"House: United States","tracks":[{"title":"Bayside","songstats_track_id":"tp5z34a2","top_position":7},{"title":"Turn Back Time","songstats_track_id":"p05l6j74","top_position":16}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":87,"charted_albums_current":20,"charted_albums_previous":72,"charts":[{"chart":"Dance Albums: United States","albums":[{"title":"Wide Awake (Deluxe)","songstats_track_id":"urg1e8xo","top_position":1},{"title":"Diplo","songstats_track_id":"uq7kynx5","top_position":1}]},{"chart":"House Albums: United States","albums":[{"title":"Tomorrowland 31.12.2020: Diplo (DJ Mix)","songstats_track_id":"thy38vpn","top_position":1},{"title":"John Summit at EDC Las Vegas 2022: Circuit Grounds Stage (DJ Mix)","songstats_track_id":"yuirogwv","top_position":1}]}]}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"US","charted_tracks_total":83,"charted_tracks_current":4,"charted_tracks_previous":79,"charts":[{"chart":"United States Breakthrough Songs: Dance & Electronic","tracks":[{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":1},{"title":"Baby Don't Hurt Me","songstats_track_id":"wlug4c96","top_position":1}]},{"chart":"United States Top Songs: Dance & Electronic","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Baby Don't Hurt Me","songstats_track_id":"wlug4c96","top_position":2}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":123,"charted_albums_current":3,"charted_albums_previous":121,"charts":[{"chart":"United States Latest Albums: Dance & Electronic","albums":[{"title":"Diplo [Explicit]","songstats_track_id":"uq7kynx5","top_position":1},{"title":"party bangers [Explicit]","songstats_track_id":"p28c9ezy","top_position":1}]},{"chart":"United States Latest Albums: Broadway & Vocalists","albums":[{"title":"Pride Party by Bebe Rexha [Explicit]","songstats_track_id":"5eknoqb7","top_position":1}]}]}]}},{"source":"deezer","data":{"track_charts":[],"album_charts":[]}},{"source":"tiktok","data":{"followers":[],"creators":[{"country_code":"US","creators_total":27726,"creator_reach_total":3182078648,"tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","creators_total":2795,"creator_reach_total":552634435},{"title":"Don't Forget My Love","songstats_track_id":"bjre79uw","creators_total":1946,"creator_reach_total":104997542}]}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"US","creators_total":1063,"creator_reach_total":613657687,"tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","creators_total":241,"creator_reach_total":156187423},{"title":"Move Your Body","songstats_track_id":"z704s5cl","creators_total":99,"creator_reach_total":29476382}]}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"US","charted_tracks_total":704,"charted_tracks_current":181,"charted_tracks_previous":523,"charts":[{"chart":"Aberdeen, USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1}]},{"chart":"Akron, USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":18}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":23,"charted_tracks_current":5,"charted_tracks_previous":18,"charts":[{"chart":"United States","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":5}]},{"chart":"Dance: United States","tracks":[{"title":"Baby Don't Hurt Me","songstats_track_id":"wlug4c96","top_position":1},{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":1}]}]}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":74,"charted_tracks_current":3,"charted_tracks_previous":71,"charts":[{"chart":"Dance: USA","tracks":[{"title":"Strangers","songstats_track_id":"bmz5tc8a","top_position":1},{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1}]},{"chart":"Music: USA","tracks":[{"title":"I'm Good (Blue)","songstats_track_id":"5eknoqb7","top_position":1},{"title":"Crazy What Love Can Do","songstats_track_id":"fjuecl98","top_position":47}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":58,"charted_albums_current":1,"charted_albums_previous":57,"charts":[{"chart":"Electronic Albums: United States","albums":[{"title":"30 Something","songstats_track_id":"wce0uhqg","top_position":1},{"title":"Roseland, NYC Live","songstats_track_id":"xgmzvo9p","top_position":1}]},{"chart":"Dance Albums: United States","albums":[{"title":"Twilight Zone - EP","songstats_track_id":"vpilgj5r","top_position":1},{"title":"#Ibiza 2022","songstats_track_id":"jfqkz021","top_position":1}]}]}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"US","followers_total":2940,"follower_reach_total":6603079}],"reposts":[{"country_code":"US","reposts_total":33335,"repost_reach_total":64556510,"tracks":[{"title":"On My Mind","songstats_track_id":"ryvzhl6n","reposts_total":1190,"repost_reach_total":172213},{"title":"Gecko (Overdrive)","songstats_track_id":"myj7vghi","reposts_total":1091,"repost_reach_total":344023}]}]}}],"label_info":{"songstats_label_id":"52s8joqb","avatar":"https://geo-media.beatport.com/image_size/300x300/ec0a4008-d75e-470d-9726-265425233504.jpg","name":"FFRR","site_url":"https://songstats.com/label/52s8joqb/ffrr"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Artist-Audience-Details":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"audience":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"monthly_listeners":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"city_name":{"type":"string"},"current_listeners":{"type":"integer"},"peak_listeners":{"type":"integer"},"city_region":{"type":"string"},"city_lat":{"type":"string"},"city_lng":{"type":"string"}}}},"city_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_previous":{"type":"integer"},"charts":{"type":"array","items":{"type":"object","properties":{"chart":{"type":"string"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"top_position":{"type":"integer"}}}}}}}}}},"country_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_total":{"type":"integer"},"charted_tracks_current":{"type":"integer"},"charted_tracks_previous":{"type":"integer"},"charts":{"type":"array","items":{"type":"object","properties":{"chart":{"type":"string"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"top_position":{"type":"integer"}}}}}}}}}},"followers":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"followers_total":{"type":"integer"},"follower_reach_total":{"type":"integer"}}}},"creators":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"}}}}}}},"reposts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"},"tracks":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"songstats_track_id":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"}}}}}}}}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[{"country_code":"US","city_name":"Anaheim","current_listeners":20527,"peak_listeners":40347,"city_region":"CA","city_lat":"33.8365932","city_lng":"-117.9143012"},{"country_code":"US","city_name":"Atlanta","current_listeners":27131,"peak_listeners":55795,"city_region":"GA","city_lat":"33.7627","city_lng":"-84.4224"}],"city_charts":[{"country_code":"US","charted_tracks_total":59,"charted_tracks_current":1,"charted_tracks_previous":58,"charts":[{"chart":"Local Pulse: San Diego","tracks":[{"title":"Mannequins & Egos","songstats_track_id":"6ma7kly0","top_position":3},{"title":"Sky Is Crying (Kasbo Remix)","songstats_track_id":"03duasx1","top_position":8}]},{"chart":"Local Pulse: Denver","tracks":[{"title":"Mannequins & Egos","songstats_track_id":"6ma7kly0","top_position":11},{"title":"Wet","songstats_track_id":"s27cuo8t","top_position":12}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":15,"charted_tracks_current":0,"charted_tracks_previous":15,"charts":[{"chart":"Daily Viral Songs: USA","tracks":[{"title":"My Life","songstats_track_id":"4ztpcuh0","top_position":3},{"title":"Dreams","songstats_track_id":"6dcxqgi7","top_position":10}]},{"chart":"Daily Top Songs: USA","tracks":[{"title":"Dreams","songstats_track_id":"6dcxqgi7","top_position":185}]}]}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"US","charted_tracks_total":32,"charted_tracks_current":1,"charted_tracks_previous":31,"charts":[{"chart":"Techno: USA","tracks":[{"title":"Desire - Charlotte de Witte Remix","songstats_track_id":"w02qdsae","top_position":21}]},{"chart":"Electronic: USA","tracks":[{"title":"Desire","songstats_track_id":"5p7wfaxb","top_position":30},{"title":"Man's First Inhibition","songstats_track_id":"nfe3l8ds","top_position":30}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":41,"charted_albums_current":12,"charted_albums_previous":32,"charts":[{"chart":"House Albums: United States","albums":[{"title":"Vintage Culture at EDC Las Vegas 2021: Kinetic Field Stage (DJ Mix)","songstats_track_id":"a9tv0yib","top_position":1},{"title":"Le Youth at EDC Las Vegas 2021: Circuit Grounds Stage (DJ Mix)","songstats_track_id":"clht4qx9","top_position":1}]},{"chart":"Techno Albums: United States","albums":[{"title":"Tomorrowland 31.12.2020: Charlotte de Witte (DJ Mix)","songstats_track_id":"w02qdsae","top_position":1}]}]}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"US","charted_tracks_total":29,"charted_tracks_current":0,"charted_tracks_previous":29,"charts":[{"chart":"United States Breakthrough Songs","tracks":[{"title":"Sky Is Crying","songstats_track_id":"4iv5h380","top_position":7},{"title":"Not Like This (feat. ZHU)","songstats_track_id":"l03hqkx6","top_position":13}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":24,"charted_albums_current":1,"charted_albums_previous":23,"charts":[{"chart":"United States Latest Albums: Dance & Electronic","albums":[{"title":"DREAMLAND 2021 [Explicit]","songstats_track_id":"wrix9qtz","top_position":1}]},{"chart":"United States Latest Albums: R&B","albums":[{"title":"STILL EMO [Explicit]","songstats_track_id":"l03hqkx6","top_position":4}]}]}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"US","charted_tracks_total":1,"charted_tracks_current":0,"charted_tracks_previous":1,"charts":[{"chart":"Track Charts: United States","tracks":[{"title":"Carte Blanche","songstats_track_id":"bvfi9t34","top_position":33}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":1,"charted_albums_current":0,"charted_albums_previous":1,"charts":[{"chart":"Album Charts: United States","albums":[{"title":"Carte Blanche","songstats_track_id":"bvfi9t34","top_position":64}]}]}]}},{"source":"tiktok","data":{"followers":[{"country_code":"US","followers_total":8569,"follower_reach_total":15891865}],"creators":[{"country_code":"US","creators_total":15251,"creator_reach_total":661957394,"tracks":[{"title":"Faded","songstats_track_id":"8dkcj70x","creators_total":2248,"creator_reach_total":41297731},{"title":"Cocaine Model","songstats_track_id":"1evsqix9","creators_total":1578,"creator_reach_total":44512548}]}]}},{"source":"youtube","data":{"views":[{"country_code":"US","city_name":"Albuquerque","current_views":16024,"peak_views":16626,"city_region":"NM","city_lat":"35.0843859","city_lng":"-106.650422"},{"country_code":"US","city_name":"Atlanta","current_views":19597,"peak_views":34388,"city_region":null,"city_lat":"33.7489954","city_lng":"-84.3879824"}],"creators":[{"country_code":"US","creators_total":540,"creator_reach_total":107347733,"tracks":[{"title":"Hometown Girl","songstats_track_id":"fdutrq3e","creators_total":53,"creator_reach_total":9189228},{"title":"I Admit It (feat. 24kGoldn)","songstats_track_id":"rndqwiu4","creators_total":50,"creator_reach_total":815738}]}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"US","charted_tracks_total":83,"charted_tracks_current":0,"charted_tracks_previous":83,"charts":[{"chart":"Aurora, USA","tracks":[{"title":"West Coast","songstats_track_id":"6dshni4c","top_position":1},{"title":"Faded","songstats_track_id":"8dkcj70x","top_position":48}]},{"chart":"Oneonta, USA","tracks":[{"title":"West Coast","songstats_track_id":"6dshni4c","top_position":2}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":3,"charted_tracks_current":0,"charted_tracks_previous":3,"charts":[{"chart":"Dance: United States","tracks":[{"title":"Came For The Low","songstats_track_id":"ts3mp08w","top_position":1}]},{"chart":"Discovery: United States","tracks":[{"title":"Came For The Low","songstats_track_id":"ts3mp08w","top_position":2}]}]}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":41,"charted_tracks_current":0,"charted_tracks_previous":41,"charts":[{"chart":"Electronic: USA","tracks":[{"title":"Desire","songstats_track_id":"5p7wfaxb","top_position":1},{"title":"Man's First Inhibition","songstats_track_id":"nfe3l8ds","top_position":6}]},{"chart":"Dance: USA","tracks":[{"title":"ONLY","songstats_track_id":"flax9wbn","top_position":10},{"title":"Came For The Low","songstats_track_id":"ts3mp08w","top_position":11}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":26,"charted_albums_current":1,"charted_albums_previous":25,"charts":[{"chart":"Dance Albums: United States","albums":[{"title":"DREAMLAND 2021","songstats_track_id":"wrix9qtz","top_position":1},{"title":"THE NIGHTDAY - EP","songstats_track_id":"sefmdqtg","top_position":2}]},{"chart":"Electronic Albums: United States","albums":[{"title":"Desire","songstats_track_id":"5p7wfaxb","top_position":6},{"title":"stardustexhalemarrakechdreams - EP","songstats_track_id":"q7bti02j","top_position":10}]}]}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"US","followers_total":60911,"follower_reach_total":56144382}],"reposts":[{"country_code":"US","reposts_total":37158,"repost_reach_total":21619666,"tracks":[{"title":"Cocaine Model","songstats_track_id":"1evsqix9","reposts_total":4414,"repost_reach_total":748270},{"title":"My Life","songstats_track_id":"4ztpcuh0","reposts_total":1370,"repost_reach_total":4179688}]}]}}],"artist_info":{"songstats_artist_id":"lqgmrow9","avatar":"https://i.scdn.co/image/ab67616100005174dc9f3434f96e3d21a3aec6ae","name":"ZHU","site_url":"https://songstats.com/artist/lqgmrow9/zhu"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"monthly_listeners":[{"country_code":"US","city_name":"Anaheim","current_listeners":20527,"peak_listeners":40347,"city_region":"CA","city_lat":"33.8365932","city_lng":"-117.9143012"},{"country_code":"US","city_name":"Atlanta","current_listeners":27131,"peak_listeners":55795,"city_region":"GA","city_lat":"33.7627","city_lng":"-84.4224"}],"city_charts":[{"country_code":"US","charted_tracks_total":59,"charted_tracks_current":1,"charted_tracks_previous":58,"charts":[{"chart":"Local Pulse: San Diego","tracks":[{"title":"Mannequins & Egos","songstats_track_id":"6ma7kly0","top_position":3},{"title":"Sky Is Crying (Kasbo Remix)","songstats_track_id":"03duasx1","top_position":8}]},{"chart":"Local Pulse: Denver","tracks":[{"title":"Mannequins & Egos","songstats_track_id":"6ma7kly0","top_position":11},{"title":"Wet","songstats_track_id":"s27cuo8t","top_position":12}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":15,"charted_tracks_current":0,"charted_tracks_previous":15,"charts":[{"chart":"Daily Viral Songs: USA","tracks":[{"title":"My Life","songstats_track_id":"4ztpcuh0","top_position":3},{"title":"Dreams","songstats_track_id":"6dcxqgi7","top_position":10}]},{"chart":"Daily Top Songs: USA","tracks":[{"title":"Dreams","songstats_track_id":"6dcxqgi7","top_position":185}]}]}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"US","charted_tracks_total":32,"charted_tracks_current":1,"charted_tracks_previous":31,"charts":[{"chart":"Techno: USA","tracks":[{"title":"Desire - Charlotte de Witte Remix","songstats_track_id":"w02qdsae","top_position":21}]},{"chart":"Electronic: USA","tracks":[{"title":"Desire","songstats_track_id":"5p7wfaxb","top_position":30},{"title":"Man's First Inhibition","songstats_track_id":"nfe3l8ds","top_position":30}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":41,"charted_albums_current":12,"charted_albums_previous":32,"charts":[{"chart":"House Albums: United States","albums":[{"title":"Vintage Culture at EDC Las Vegas 2021: Kinetic Field Stage (DJ Mix)","songstats_track_id":"a9tv0yib","top_position":1},{"title":"Le Youth at EDC Las Vegas 2021: Circuit Grounds Stage (DJ Mix)","songstats_track_id":"clht4qx9","top_position":1}]},{"chart":"Techno Albums: United States","albums":[{"title":"Tomorrowland 31.12.2020: Charlotte de Witte (DJ Mix)","songstats_track_id":"w02qdsae","top_position":1}]}]}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"US","charted_tracks_total":29,"charted_tracks_current":0,"charted_tracks_previous":29,"charts":[{"chart":"United States Breakthrough Songs","tracks":[{"title":"Sky Is Crying","songstats_track_id":"4iv5h380","top_position":7},{"title":"Not Like This (feat. ZHU)","songstats_track_id":"l03hqkx6","top_position":13}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":24,"charted_albums_current":1,"charted_albums_previous":23,"charts":[{"chart":"United States Latest Albums: Dance & Electronic","albums":[{"title":"DREAMLAND 2021 [Explicit]","songstats_track_id":"wrix9qtz","top_position":1}]},{"chart":"United States Latest Albums: R&B","albums":[{"title":"STILL EMO [Explicit]","songstats_track_id":"l03hqkx6","top_position":4}]}]}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"US","charted_tracks_total":1,"charted_tracks_current":0,"charted_tracks_previous":1,"charts":[{"chart":"Track Charts: United States","tracks":[{"title":"Carte Blanche","songstats_track_id":"bvfi9t34","top_position":33}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":1,"charted_albums_current":0,"charted_albums_previous":1,"charts":[{"chart":"Album Charts: United States","albums":[{"title":"Carte Blanche","songstats_track_id":"bvfi9t34","top_position":64}]}]}]}},{"source":"tiktok","data":{"followers":[{"country_code":"US","followers_total":8569,"follower_reach_total":15891865}],"creators":[{"country_code":"US","creators_total":15251,"creator_reach_total":661957394,"tracks":[{"title":"Faded","songstats_track_id":"8dkcj70x","creators_total":2248,"creator_reach_total":41297731},{"title":"Cocaine Model","songstats_track_id":"1evsqix9","creators_total":1578,"creator_reach_total":44512548}]}]}},{"source":"youtube","data":{"views":[{"country_code":"US","city_name":"Albuquerque","current_views":16024,"peak_views":16626,"city_region":"NM","city_lat":"35.0843859","city_lng":"-106.650422"},{"country_code":"US","city_name":"Atlanta","current_views":19597,"peak_views":34388,"city_region":null,"city_lat":"33.7489954","city_lng":"-84.3879824"}],"creators":[{"country_code":"US","creators_total":540,"creator_reach_total":107347733,"tracks":[{"title":"Hometown Girl","songstats_track_id":"fdutrq3e","creators_total":53,"creator_reach_total":9189228},{"title":"I Admit It (feat. 24kGoldn)","songstats_track_id":"rndqwiu4","creators_total":50,"creator_reach_total":815738}]}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"US","charted_tracks_total":83,"charted_tracks_current":0,"charted_tracks_previous":83,"charts":[{"chart":"Aurora, USA","tracks":[{"title":"West Coast","songstats_track_id":"6dshni4c","top_position":1},{"title":"Faded","songstats_track_id":"8dkcj70x","top_position":48}]},{"chart":"Oneonta, USA","tracks":[{"title":"West Coast","songstats_track_id":"6dshni4c","top_position":2}]}]}],"country_charts":[{"country_code":"US","charted_tracks_total":3,"charted_tracks_current":0,"charted_tracks_previous":3,"charts":[{"chart":"Dance: United States","tracks":[{"title":"Came For The Low","songstats_track_id":"ts3mp08w","top_position":1}]},{"chart":"Discovery: United States","tracks":[{"title":"Came For The Low","songstats_track_id":"ts3mp08w","top_position":2}]}]}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"US","charted_tracks_total":41,"charted_tracks_current":0,"charted_tracks_previous":41,"charts":[{"chart":"Electronic: USA","tracks":[{"title":"Desire","songstats_track_id":"5p7wfaxb","top_position":1},{"title":"Man's First Inhibition","songstats_track_id":"nfe3l8ds","top_position":6}]},{"chart":"Dance: USA","tracks":[{"title":"ONLY","songstats_track_id":"flax9wbn","top_position":10},{"title":"Came For The Low","songstats_track_id":"ts3mp08w","top_position":11}]}]}],"album_charts":[{"country_code":"US","charted_albums_total":26,"charted_albums_current":1,"charted_albums_previous":25,"charts":[{"chart":"Dance Albums: United States","albums":[{"title":"DREAMLAND 2021","songstats_track_id":"wrix9qtz","top_position":1},{"title":"THE NIGHTDAY - EP","songstats_track_id":"sefmdqtg","top_position":2}]},{"chart":"Electronic Albums: United States","albums":[{"title":"Desire","songstats_track_id":"5p7wfaxb","top_position":6},{"title":"stardustexhalemarrakechdreams - EP","songstats_track_id":"q7bti02j","top_position":10}]}]}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"US","followers_total":60911,"follower_reach_total":56144382}],"reposts":[{"country_code":"US","reposts_total":37158,"repost_reach_total":21619666,"tracks":[{"title":"Cocaine Model","songstats_track_id":"1evsqix9","reposts_total":4414,"repost_reach_total":748270},{"title":"My Life","songstats_track_id":"4ztpcuh0","reposts_total":1370,"repost_reach_total":4179688}]}]}}],"artist_info":{"songstats_artist_id":"lqgmrow9","avatar":"https://i.scdn.co/image/ab67616100005174dc9f3434f96e3d21a3aec6ae","name":"ZHU","site_url":"https://songstats.com/artist/lqgmrow9/zhu"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Label-Info":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"socialstats_creator_id":{"type":"string","description":"The linked creator's public Socialstats ID. Omitted when the label has no linked Socialstats creator."},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"},"country":{"type":"string"},"bio":{"type":"string"},"distributor":{"type":"object","properties":{"name":{"type":"string"}}},"genres":{"type":"array","items":{"type":"string"}},"links":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"external_id":{"type":"string"},"url":{"type":"string"}}}},"related_artists":{"type":"array","items":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","label_info":{"songstats_label_id":"51dhxrtz","socialstats_creator_id":"lfrzutix","avatar":"https://geo-media.beatport.com/image_size/300x300/b55f75f4-1313-48b5-ae63-ed624bb1affa.jpg","site_url":"https://songstats.com/label/51dhxrtz/spinnin-records","name":"SPINNIN' RECORDS","country":"NL","bio":"Stay up to date with all the upcoming tracks that’ll be released on Spinnin' Records and its sub-labels!","distributor":{"name":"WMG"},"genres":["dance","dance / pop","electronic","inspirational","mainstage","house","latin"],"links":[{"source":"beatport","external_id":"1609","url":"https://www.beatport.com/label/spinnin-records/1609"},{"source":"traxsource","external_id":"51663","url":"https://www.traxsource.com/label/51663/spinnin-records"},{"source":"tracklist","external_id":"1008","url":"https://1001.tl/gbr6dh"},{"source":"soundcloud","external_id":"265466988","url":"https://soundcloud.com/outsoononspinninrecords"},{"source":"deezer","external_id":"Spinnin' Records","url":""},{"source":"spotify","external_id":"Spinnin' Records","url":""}],"related_artists":[{"songstats_artist_id":"ps6k3zle","avatar":"https://i.scdn.co/image/ab6761610000517490db664ba1bf6574239f859d","site_url":"https://songstats.com/artist/ps6k3zle/armin-van-buuren","name":"Armin van Buuren"},{"songstats_artist_id":"4axb20pe","avatar":"https://i.scdn.co/image/ab67616100005174ee23091a3a926f1bf4f43fdc","site_url":"https://songstats.com/artist/4axb20pe/sander-van-doorn","name":"Sander van Doorn"}]}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","label_info":{"songstats_label_id":"51dhxrtz","socialstats_creator_id":"lfrzutix","avatar":"https://i1.sndcdn.com/avatars-GN8EmUmy73Umcn7w-4aes7w-t300x300.jpg","site_url":"https://songstats.com/label/51dhxrtz/spinnin-records","name":"Spinnin' Records","country":"NL","bio":"Join our community: https://drop.cobrand.com/d/SpinninRecords/Official\n\nYou might know us through some of your favourite tracks in dance music.","distributor":{"name":"WMG"},"genres":["Dance / Pop","Electronica","House","Electro","Edm"],"links":[{"source":"soundcloud","external_id":"175766","url":"https://soundcloud.com/spinninrecords"},{"source":"facebook","external_id":"77677035678","url":"https://www.facebook.com/spinninrecords"},{"source":"beatport","external_id":"1609","url":"https://www.beatport.com/label/spinnin-records/1609"},{"source":"traxsource","external_id":"51663","url":"https://www.traxsource.com/label/51663/spinnin-records"},{"source":"tracklist","external_id":"1008","url":"https://1001.tl/gbr6dh"},{"source":"youtube","external_id":"UCpDJl2EmP7Oh90Vylx0dZtA","url":"https://youtube.com/channel/UCpDJl2EmP7Oh90Vylx0dZtA"},{"source":"soundcloud","external_id":"265466988","url":"https://soundcloud.com/outsoononspinninrecords"},{"source":"tiktok","external_id":"146401773186990080","url":"https://www.tiktok.com/@spinninrecords/"}],"related_artists":[{"songstats_artist_id":"inegjfuz","avatar":"https://i.scdn.co/image/ab676161000051740ae8704af0eec7e44170bfab","site_url":"https://songstats.com/artist/inegjfuz/thomas-gold","name":"Thomas Gold"},{"songstats_artist_id":"swl6meyf","avatar":"https://i.scdn.co/image/ab67616100005174a304236483fc37b15cfbaffd","site_url":"https://songstats.com/artist/swl6meyf/madison-mars","name":"Madison Mars"},{"songstats_artist_id":"kdu2bje1","avatar":"https://i.scdn.co/image/ab6761610000517416ee79ad2d026a6392211066","site_url":"https://songstats.com/artist/kdu2bje1/moti","name":"MOTi"}]}}}}}}},"Label-Audience":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"audience":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"city_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"city_name":{"type":"string"},"city_region":{"type":"string"},"city_lat":{"type":["integer","number"]},"city_lng":{"type":["integer","number"]},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"}}}},"country_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charted_tracks_current":{"type":"integer"},"charted_tracks_total":{"type":"integer"}}}},"followers":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"followers_total":{"type":"integer"},"follower_reach_total":{"type":"integer"}}}},"creators":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"}}}},"reposts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"}}}}}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"name":{"type":"string"},"site_url":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"city_charts":[{"country_code":"US","city_name":"Los Angeles","city_region":"CA","city_lat":34.0522342,"city_lng":-118.2436849,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"US","city_name":"New York City","city_region":"NY","city_lat":0,"city_lng":0,"charted_tracks_current":0,"charted_tracks_total":1}],"country_charts":[{"country_code":"IE","charted_tracks_current":0,"charted_tracks_total":57},{"country_code":"GB","charted_tracks_current":1,"charted_tracks_total":47}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"BG","charted_tracks_total":305,"charted_tracks_current":0,"charted_tracks_previous":305},{"country_code":"KY","charted_tracks_total":278,"charted_tracks_current":2,"charted_tracks_previous":277}],"album_charts":[{"country_code":"CH","charted_albums_total":325,"charted_albums_current":16,"charted_albums_previous":324},{"country_code":"IT","charted_albums_total":308,"charted_albums_current":18,"charted_albums_previous":306}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"AU","charted_tracks_total":41,"charted_tracks_current":2,"charted_tracks_previous":40},{"country_code":"GB","charted_tracks_total":37,"charted_tracks_current":2,"charted_tracks_previous":35}],"album_charts":[{"country_code":"GB","charted_albums_total":30,"charted_albums_current":0,"charted_albums_previous":30},{"country_code":"US","charted_albums_total":28,"charted_albums_current":0,"charted_albums_previous":28}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"AW","charted_tracks_total":46,"charted_tracks_current":0,"charted_tracks_previous":46},{"country_code":"BM","charted_tracks_total":31,"charted_tracks_current":0,"charted_tracks_previous":31}],"album_charts":[{"country_code":"AW","charted_albums_total":52,"charted_albums_current":0,"charted_albums_previous":52},{"country_code":"KY","charted_albums_total":45,"charted_albums_current":0,"charted_albums_previous":45}]}},{"source":"instagram","data":{"followers":[{"country_code":"US","followers_total":2885,"follower_reach_total":1835438},{"country_code":"JP","followers_total":1185,"follower_reach_total":3177208}],"creators":[{"country_code":"US","creators_total":2088,"creator_reach_total":162069135},{"country_code":"GB","creators_total":1569,"creator_reach_total":49830453}]}},{"source":"tiktok","data":{"followers":[{"country_code":"GB","followers_total":20885,"follower_reach_total":18354387},{"country_code":"US","followers_total":11852,"follower_reach_total":31772082}],"creators":[{"country_code":"US","creators_total":20588,"creator_reach_total":1620691355},{"country_code":"GB","creators_total":15697,"creator_reach_total":498030453}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"GB","creators_total":803,"creator_reach_total":322244585},{"country_code":"US","creators_total":772,"creator_reach_total":43094733}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"AU","city_name":"Traralgon","city_region":"VIC","city_lat":-38.2033531,"city_lng":146.519786,"charted_tracks_current":0,"charted_tracks_total":9},{"country_code":"AU","city_name":"Wagga Wagga","city_region":"NSW","city_lat":-35.1081689,"city_lng":147.3598323,"charted_tracks_current":0,"charted_tracks_total":6}],"country_charts":[{"country_code":"GB","charted_tracks_current":3,"charted_tracks_total":67},{"country_code":"IE","charted_tracks_current":1,"charted_tracks_total":39}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"IT","charted_tracks_total":371,"charted_tracks_current":1,"charted_tracks_previous":371},{"country_code":"GB","charted_tracks_total":350,"charted_tracks_current":1,"charted_tracks_previous":350}],"album_charts":[{"country_code":"GB","charted_albums_total":108,"charted_albums_current":4,"charted_albums_previous":107},{"country_code":"US","charted_albums_total":95,"charted_albums_current":2,"charted_albums_previous":94}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"GB","followers_total":32582,"follower_reach_total":10589925},{"country_code":"US","followers_total":28528,"follower_reach_total":16316854}],"reposts":[{"country_code":"US","reposts_total":20458,"repost_reach_total":14309515},{"country_code":"GB","reposts_total":20316,"repost_reach_total":30351330}]}}],"label_info":{"songstats_label_id":"wg3cadhj","avatar":"https://geo-media.beatport.com/image_size/300x300/dde2f63e-d9a2-4823-89c9-23a7e24cb280.jpg","name":"Defected","site_url":"https://songstats.com/label/wg3cadhj/defected"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","audience":[{"source":"spotify","data":{"city_charts":[{"country_code":"US","city_name":"Los Angeles","city_region":"CA","city_lat":34.0522342,"city_lng":-118.2436849,"charted_tracks_current":0,"charted_tracks_total":1},{"country_code":"US","city_name":"New York City","city_region":"NY","city_lat":0,"city_lng":0,"charted_tracks_current":0,"charted_tracks_total":1}],"country_charts":[{"country_code":"IE","charted_tracks_current":0,"charted_tracks_total":57},{"country_code":"GB","charted_tracks_current":1,"charted_tracks_total":47}]}},{"source":"apple_music","data":{"track_charts":[{"country_code":"BG","charted_tracks_total":305,"charted_tracks_current":0,"charted_tracks_previous":305},{"country_code":"KY","charted_tracks_total":278,"charted_tracks_current":2,"charted_tracks_previous":277}],"album_charts":[{"country_code":"CH","charted_albums_total":325,"charted_albums_current":16,"charted_albums_previous":324},{"country_code":"IT","charted_albums_total":308,"charted_albums_current":18,"charted_albums_previous":306}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"AU","charted_tracks_total":41,"charted_tracks_current":2,"charted_tracks_previous":40},{"country_code":"GB","charted_tracks_total":37,"charted_tracks_current":2,"charted_tracks_previous":35}],"album_charts":[{"country_code":"GB","charted_albums_total":30,"charted_albums_current":0,"charted_albums_previous":30},{"country_code":"US","charted_albums_total":28,"charted_albums_current":0,"charted_albums_previous":28}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"AW","charted_tracks_total":46,"charted_tracks_current":0,"charted_tracks_previous":46},{"country_code":"BM","charted_tracks_total":31,"charted_tracks_current":0,"charted_tracks_previous":31}],"album_charts":[{"country_code":"AW","charted_albums_total":52,"charted_albums_current":0,"charted_albums_previous":52},{"country_code":"KY","charted_albums_total":45,"charted_albums_current":0,"charted_albums_previous":45}]}},{"source":"instagram","data":{"followers":[{"country_code":"US","followers_total":2885,"follower_reach_total":1835438},{"country_code":"JP","followers_total":1185,"follower_reach_total":3177208}],"creators":[{"country_code":"US","creators_total":2088,"creator_reach_total":162069135},{"country_code":"GB","creators_total":1569,"creator_reach_total":49830453}]}},{"source":"tiktok","data":{"followers":[{"country_code":"GB","followers_total":20885,"follower_reach_total":18354387},{"country_code":"US","followers_total":11852,"follower_reach_total":31772082}],"creators":[{"country_code":"US","creators_total":20588,"creator_reach_total":1620691355},{"country_code":"GB","creators_total":15697,"creator_reach_total":498030453}]}},{"source":"youtube","data":{"views":[],"creators":[{"country_code":"GB","creators_total":803,"creator_reach_total":322244585},{"country_code":"US","creators_total":772,"creator_reach_total":43094733}]}},{"source":"shazam","data":{"city_charts":[{"country_code":"AU","city_name":"Traralgon","city_region":"VIC","city_lat":-38.2033531,"city_lng":146.519786,"charted_tracks_current":0,"charted_tracks_total":9},{"country_code":"AU","city_name":"Wagga Wagga","city_region":"NSW","city_lat":-35.1081689,"city_lng":147.3598323,"charted_tracks_current":0,"charted_tracks_total":6}],"country_charts":[{"country_code":"GB","charted_tracks_current":3,"charted_tracks_total":67},{"country_code":"IE","charted_tracks_current":1,"charted_tracks_total":39}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"IT","charted_tracks_total":371,"charted_tracks_current":1,"charted_tracks_previous":371},{"country_code":"GB","charted_tracks_total":350,"charted_tracks_current":1,"charted_tracks_previous":350}],"album_charts":[{"country_code":"GB","charted_albums_total":108,"charted_albums_current":4,"charted_albums_previous":107},{"country_code":"US","charted_albums_total":95,"charted_albums_current":2,"charted_albums_previous":94}]}},{"source":"soundcloud","data":{"followers":[{"country_code":"GB","followers_total":32582,"follower_reach_total":10589925},{"country_code":"US","followers_total":28528,"follower_reach_total":16316854}],"reposts":[{"country_code":"US","reposts_total":20458,"repost_reach_total":14309515},{"country_code":"GB","reposts_total":20316,"repost_reach_total":30351330}]}}],"label_info":{"songstats_label_id":"wg3cadhj","avatar":"https://geo-media.beatport.com/image_size/300x300/dde2f63e-d9a2-4823-89c9-23a7e24cb280.jpg","name":"Defected","site_url":"https://songstats.com/label/wg3cadhj/defected"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Artist-Search":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"description":"","type":"object","x-examples":{"example-1":{"result":"success","message":"Data Retrieved.","results":[{"id_unique":"7aot8uey","avatar":"https://i.scdn.co/image/ab6761610000e5ebcdce7620dc940db079bf4952","name":"Ariana Grande","site_url":"https://songstats.com/artist/7aot8uey/ariana-grande"}]}},"properties":{"result":{"type":"string","minLength":1},"message":{"type":"string","minLength":1},"results":{"type":"array","uniqueItems":true,"minItems":1,"items":{"type":"object","properties":{"songstats_artist_id":{"type":"string","minLength":1},"avatar":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"site_url":{"type":"string","minLength":1}},"required":["songstats_artist_id","avatar","name","site_url"]}}},"required":["result","message","results"]},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","results":[{"songstats_artist_id":"7aot8uey","avatar":"https://i.scdn.co/image/ab6761610000e5ebcdce7620dc940db079bf4952","name":"Ariana Grande","site_url":"https://songstats.com/artist/7aot8uey/ariana-grande"}]}}}}}},"Collaborator-Search":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"results":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"songstats_collaborator_id":{"type":"string"}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","results":[{"name":"Jon Batiste","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","songstats_collaborator_id":"vkwh40ql"},{"name":"Jonathan M. Batiste","avatar":"https://data.songstats.com/images/default-track.svg","site_url":"https://songstats.com/artist/cb2lna5r/jonathan-m-batiste","songstats_collaborator_id":"cb2lna5r"}]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","results":[{"name":"Jon Batiste","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","songstats_collaborator_id":"vkwh40ql"},{"name":"Jonathan M. Batiste","avatar":"https://data.songstats.com/images/default-track.svg","site_url":"https://songstats.com/artist/cb2lna5r/jonathan-m-batiste","songstats_collaborator_id":"cb2lna5r"}]}}}}}},"Label-Top-Tracks":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":["null","string"]},"scope":{"type":"string"},"top_tracks":{"type":"array","items":{"type":"object","properties":{"track_name":{"type":"string"},"artist_name":{"type":"string"},"image_url":{"type":"string"},"songstats_url":{"type":"string"},"rank_value":{"type":"integer"},"songstats_track_id":{"type":"string"}}}},"metric_options":{"type":"array","items":{"type":"string"}}}}},"label_info":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"playlists","scope":"total","top_tracks":[{"track_name":"MY MAN","artist_name":"Fab Massimo","image_url":"https://i.scdn.co/image/ab67616d00001e02ce3746a7e89b377fbc88e0c6","songstats_url":"https://songstats.com/track/ustl2bzd/my-man","rank_value":187,"songstats_track_id":"ustl2bzd"},{"track_name":"SOMETIMES","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02f1dfe886ce6b975c66f48992","songstats_url":"https://songstats.com/track/vpqdxocw/sometimes","rank_value":122,"songstats_track_id":"vpqdxocw"}]},{"source":"apple_music","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Glad I Found You (feat. George FitzGerald) - Dusky Remix","artist_name":"George FitzGerald, Elderbrook, Dusky","image_url":"https://i.scdn.co/image/ab67616d00001e028fe95d318432e135723e2ea1","songstats_url":"https://songstats.com/track/armq03tx/glad-i-found-you-feat-george-fitzgerald-dusky-remix","rank_value":7,"songstats_track_id":"armq03tx"},{"track_name":"SHOULD I","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02ec0096e6747c1a4a760a98f5","songstats_url":"https://songstats.com/track/xc4hnd0j/should-i","rank_value":2,"songstats_track_id":"xc4hnd0j"}]},{"source":"amazon","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Glad I Found You (feat. George FitzGerald) - Dusky Remix","artist_name":"George FitzGerald, Elderbrook, Dusky","image_url":"https://i.scdn.co/image/ab67616d00001e028fe95d318432e135723e2ea1","songstats_url":"https://songstats.com/track/armq03tx/glad-i-found-you-feat-george-fitzgerald-dusky-remix","rank_value":8,"songstats_track_id":"armq03tx"}]},{"source":"deezer","metric":"playlists","scope":"total","top_tracks":[{"track_name":"MY MAN","artist_name":"Fab Massimo","image_url":"https://i.scdn.co/image/ab67616d00001e02ce3746a7e89b377fbc88e0c6","songstats_url":"https://songstats.com/track/ustl2bzd/my-man","rank_value":7,"songstats_track_id":"ustl2bzd"},{"track_name":"STRONGER","artist_name":"Yokai, Faucon, Sink","image_url":"https://i.scdn.co/image/ab67616d00001e02ef7a736dacde2ca06ff4b1df","songstats_url":"https://songstats.com/track/th3gk9i7/stronger","rank_value":2,"songstats_track_id":"th3gk9i7"}]},{"source":"instagram","metric":null,"metric_options":["videos","views","engagement_rate"]},{"source":"tiktok","metric":null,"metric_options":["videos","views","engagement_rate","charts"]},{"source":"youtube","metric":"playlists","scope":"total","top_tracks":[{"track_name":"CAME TO MOVE","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02f386d947bd6747f07ead2b32","songstats_url":"https://songstats.com/track/jgexqwi5/came-to-move","rank_value":2,"songstats_track_id":"jgexqwi5"},{"track_name":"THE STATEMENT","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02f386d947bd6747f07ead2b32","songstats_url":"https://songstats.com/track/kutsroq8/the-statement","rank_value":2,"songstats_track_id":"kutsroq8"}]},{"source":"shazam","metric":null,"metric_options":["shazams","charts"]},{"source":"tracklist","metric":null,"metric_options":["total_support","unique_support","tracklist_views"]},{"source":"beatport","metric":null,"metric_options":["dj_charts"]},{"source":"traxsource","metric":null,"metric_options":["dj_charts"]},{"source":"itunes","metric":null,"metric_options":["charts"]},{"source":"tidal","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Glad I Found You (feat. George FitzGerald) - Dusky Remix","artist_name":"George FitzGerald, Elderbrook, Dusky","image_url":"https://i.scdn.co/image/ab67616d00001e028fe95d318432e135723e2ea1","songstats_url":"https://songstats.com/track/armq03tx/glad-i-found-you-feat-george-fitzgerald-dusky-remix","rank_value":1,"songstats_track_id":"armq03tx"}]},{"source":"soundcloud","metric":null,"metric_options":["streams","reposts","favorites","engagement_rate"]},{"source":"radio","metric":null,"metric_options":["all_radio_plays","radio_plays","digital_plays","sxm_plays","tv_plays"]}],"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://scontent-yyz1-1.xx.fbcdn.net/v/t51.2885-15/95566041_348572752785151_3148032005141168128_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=7d201b&_nc_ohc=dNba3T2mT_0Q7kNvgEvaCqu&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&edm=AL-3X8kEAAAA&oh=00_AYA_0PclCzrxagOBSlnH6GHUTvu0MOxx9q-PBX4saIRUVw&oe=67551578","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"playlists","scope":"total","top_tracks":[{"track_name":"MY MAN","artist_name":"Fab Massimo","image_url":"https://i.scdn.co/image/ab67616d00001e02ce3746a7e89b377fbc88e0c6","songstats_url":"https://songstats.com/track/ustl2bzd/my-man","rank_value":187,"songstats_track_id":"ustl2bzd"},{"track_name":"SOMETIMES","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02f1dfe886ce6b975c66f48992","songstats_url":"https://songstats.com/track/vpqdxocw/sometimes","rank_value":122,"songstats_track_id":"vpqdxocw"}]},{"source":"apple_music","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Glad I Found You (feat. George FitzGerald) - Dusky Remix","artist_name":"George FitzGerald, Elderbrook, Dusky","image_url":"https://i.scdn.co/image/ab67616d00001e028fe95d318432e135723e2ea1","songstats_url":"https://songstats.com/track/armq03tx/glad-i-found-you-feat-george-fitzgerald-dusky-remix","rank_value":7,"songstats_track_id":"armq03tx"},{"track_name":"SHOULD I","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02ec0096e6747c1a4a760a98f5","songstats_url":"https://songstats.com/track/xc4hnd0j/should-i","rank_value":2,"songstats_track_id":"xc4hnd0j"}]},{"source":"amazon","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Glad I Found You (feat. George FitzGerald) - Dusky Remix","artist_name":"George FitzGerald, Elderbrook, Dusky","image_url":"https://i.scdn.co/image/ab67616d00001e028fe95d318432e135723e2ea1","songstats_url":"https://songstats.com/track/armq03tx/glad-i-found-you-feat-george-fitzgerald-dusky-remix","rank_value":8,"songstats_track_id":"armq03tx"}]},{"source":"deezer","metric":"playlists","scope":"total","top_tracks":[{"track_name":"MY MAN","artist_name":"Fab Massimo","image_url":"https://i.scdn.co/image/ab67616d00001e02ce3746a7e89b377fbc88e0c6","songstats_url":"https://songstats.com/track/ustl2bzd/my-man","rank_value":7,"songstats_track_id":"ustl2bzd"},{"track_name":"STRONGER","artist_name":"Yokai, Faucon, Sink","image_url":"https://i.scdn.co/image/ab67616d00001e02ef7a736dacde2ca06ff4b1df","songstats_url":"https://songstats.com/track/th3gk9i7/stronger","rank_value":2,"songstats_track_id":"th3gk9i7"}]},{"source":"instagram","metric":null,"metric_options":["videos","views","engagement_rate"]},{"source":"tiktok","metric":null,"metric_options":["videos","views","engagement_rate","charts"]},{"source":"youtube","metric":"playlists","scope":"total","top_tracks":[{"track_name":"CAME TO MOVE","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02f386d947bd6747f07ead2b32","songstats_url":"https://songstats.com/track/jgexqwi5/came-to-move","rank_value":2,"songstats_track_id":"jgexqwi5"},{"track_name":"THE STATEMENT","artist_name":"DONT BLINK","image_url":"https://i.scdn.co/image/ab67616d00001e02f386d947bd6747f07ead2b32","songstats_url":"https://songstats.com/track/kutsroq8/the-statement","rank_value":2,"songstats_track_id":"kutsroq8"}]},{"source":"shazam","metric":null,"metric_options":["shazams","charts"]},{"source":"tracklist","metric":null,"metric_options":["total_support","unique_support","tracklist_views"]},{"source":"beatport","metric":null,"metric_options":["dj_charts"]},{"source":"traxsource","metric":null,"metric_options":["dj_charts"]},{"source":"itunes","metric":null,"metric_options":["charts"]},{"source":"tidal","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Glad I Found You (feat. George FitzGerald) - Dusky Remix","artist_name":"George FitzGerald, Elderbrook, Dusky","image_url":"https://i.scdn.co/image/ab67616d00001e028fe95d318432e135723e2ea1","songstats_url":"https://songstats.com/track/armq03tx/glad-i-found-you-feat-george-fitzgerald-dusky-remix","rank_value":1,"songstats_track_id":"armq03tx"}]},{"source":"soundcloud","metric":null,"metric_options":["streams","reposts","favorites","engagement_rate"]},{"source":"radio","metric":null,"metric_options":["all_radio_plays","radio_plays","digital_plays","sxm_plays","tv_plays"]}],"label_info":{"songstats_label_id":"7gk4yfc9","avatar":"https://scontent-yyz1-1.xx.fbcdn.net/v/t51.2885-15/95566041_348572752785151_3148032005141168128_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=7d201b&_nc_ohc=dNba3T2mT_0Q7kNvgEvaCqu&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&edm=AL-3X8kEAAAA&oh=00_AYA_0PclCzrxagOBSlnH6GHUTvu0MOxx9q-PBX4saIRUVw&oe=67551578","site_url":"https://songstats.com/label/7gk4yfc9/low-ceiling","name":"LOW CEILING"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Artist-Top-Tracks":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"metric":{"type":["null","string"]},"scope":{"type":"string"},"top_tracks":{"type":"array","items":{"type":"object","properties":{"track_name":{"type":"string"},"artist_name":{"type":"string"},"image_url":{"type":"string"},"songstats_url":{"type":"string"},"rank_value":{"type":"integer"},"songstats_track_id":{"type":"string"}}}},"metric_options":{"type":"array","items":{"type":"string"}}}}},"artist_info":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":11924,"songstats_track_id":"eafmg2qr"},{"track_name":"Bad","artist_name":"Don Diablo, Zak Abel","image_url":"https://i.scdn.co/image/ab67616d00001e0295897643725039a68263734c","songstats_url":"https://songstats.com/track/8cuikvr1/bad","rank_value":2520,"songstats_track_id":"8cuikvr1"}]},{"source":"apple_music","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Bad","artist_name":"Don Diablo, Zak Abel","image_url":"https://i.scdn.co/image/ab67616d00001e0295897643725039a68263734c","songstats_url":"https://songstats.com/track/8cuikvr1/bad","rank_value":63,"songstats_track_id":"8cuikvr1"},{"track_name":"Brave","artist_name":"Don Diablo, Jessie J","image_url":"https://i.scdn.co/image/ab67616d00001e0290ead7d79875f98cd30fdc72","songstats_url":"https://songstats.com/track/5e94sqjr/brave","rank_value":49,"songstats_track_id":"5e94sqjr"}]},{"source":"amazon","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":381,"songstats_track_id":"eafmg2qr"},{"track_name":"Smalltown Boy","artist_name":"Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e022f06c0ad5bee50b84fc75b48","songstats_url":"https://songstats.com/track/sv1aqxtp/smalltown-boy","rank_value":86,"songstats_track_id":"sv1aqxtp"}]},{"source":"deezer","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":470,"songstats_track_id":"eafmg2qr"},{"track_name":"Chemicals (feat. Thomas Troelsen)","artist_name":"Don Diablo, Tiësto, Zaxx","image_url":"https://i.scdn.co/image/ab67616d00001e029f10cfa4bd80ca4603240916","songstats_url":"https://songstats.com/track/hafqdgpl/chemicals-feat-thomas-troelsen","rank_value":93,"songstats_track_id":"hafqdgpl"}]},{"source":"instagram","metric":null,"metric_options":["videos","views","engagement_rate"]},{"source":"tiktok","metric":null,"metric_options":["videos","views","engagement_rate","charts"]},{"source":"youtube","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":48,"songstats_track_id":"eafmg2qr"},{"track_name":"Kill Me Better","artist_name":"Don Diablo, Imanbek, Trevor Daniel","image_url":"https://i.scdn.co/image/ab67616d00001e02028033d42eb227efdfc67565","songstats_url":"https://songstats.com/track/e27b08v4/kill-me-better","rank_value":12,"songstats_track_id":"e27b08v4"}]},{"source":"shazam","metric":null,"metric_options":["shazams","charts"]},{"source":"tracklist","metric":null,"metric_options":["total_support","unique_support","tracklist_views"]},{"source":"beatport","metric":null,"metric_options":["dj_charts"]},{"source":"traxsource","metric":null,"metric_options":["dj_charts"]},{"source":"itunes","metric":null,"metric_options":["charts"]},{"source":"tidal","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":9,"songstats_track_id":"eafmg2qr"},{"track_name":"My Feelings For You - Don Diablo Remix","artist_name":"Avicii, Sebastien Drums, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02208a803030ea4449adbbc45c","songstats_url":"https://songstats.com/track/1vulscg3/my-feelings-for-you-don-diablo-remix","rank_value":9,"songstats_track_id":"1vulscg3"}]},{"source":"soundcloud","metric":null,"metric_options":["streams","reposts","favorites","engagement_rate"]}],"artist_info":{"songstats_artist_id":"48ra1cnv","avatar":"https://i.scdn.co/image/ab67616100005174f0f2a0a6e0df42417a20bb8e","site_url":"https://songstats.com/artist/48ra1cnv/don-diablo","name":"Don Diablo"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":11924,"songstats_track_id":"eafmg2qr"},{"track_name":"Bad","artist_name":"Don Diablo, Zak Abel","image_url":"https://i.scdn.co/image/ab67616d00001e0295897643725039a68263734c","songstats_url":"https://songstats.com/track/8cuikvr1/bad","rank_value":2520,"songstats_track_id":"8cuikvr1"}]},{"source":"apple_music","metric":"playlists","scope":"total","top_tracks":[{"track_name":"Bad","artist_name":"Don Diablo, Zak Abel","image_url":"https://i.scdn.co/image/ab67616d00001e0295897643725039a68263734c","songstats_url":"https://songstats.com/track/8cuikvr1/bad","rank_value":63,"songstats_track_id":"8cuikvr1"},{"track_name":"Brave","artist_name":"Don Diablo, Jessie J","image_url":"https://i.scdn.co/image/ab67616d00001e0290ead7d79875f98cd30fdc72","songstats_url":"https://songstats.com/track/5e94sqjr/brave","rank_value":49,"songstats_track_id":"5e94sqjr"}]},{"source":"amazon","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":381,"songstats_track_id":"eafmg2qr"},{"track_name":"Smalltown Boy","artist_name":"Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e022f06c0ad5bee50b84fc75b48","songstats_url":"https://songstats.com/track/sv1aqxtp/smalltown-boy","rank_value":86,"songstats_track_id":"sv1aqxtp"}]},{"source":"deezer","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":470,"songstats_track_id":"eafmg2qr"},{"track_name":"Chemicals (feat. Thomas Troelsen)","artist_name":"Don Diablo, Tiësto, Zaxx","image_url":"https://i.scdn.co/image/ab67616d00001e029f10cfa4bd80ca4603240916","songstats_url":"https://songstats.com/track/hafqdgpl/chemicals-feat-thomas-troelsen","rank_value":93,"songstats_track_id":"hafqdgpl"}]},{"source":"instagram","metric":null,"metric_options":["videos","views","engagement_rate"]},{"source":"tiktok","metric":null,"metric_options":["videos","views","engagement_rate","charts"]},{"source":"youtube","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":48,"songstats_track_id":"eafmg2qr"},{"track_name":"Kill Me Better","artist_name":"Don Diablo, Imanbek, Trevor Daniel","image_url":"https://i.scdn.co/image/ab67616d00001e02028033d42eb227efdfc67565","songstats_url":"https://songstats.com/track/e27b08v4/kill-me-better","rank_value":12,"songstats_track_id":"e27b08v4"}]},{"source":"shazam","metric":null,"metric_options":["shazams","charts"]},{"source":"tracklist","metric":null,"metric_options":["total_support","unique_support","tracklist_views"]},{"source":"beatport","metric":null,"metric_options":["dj_charts"]},{"source":"traxsource","metric":null,"metric_options":["dj_charts"]},{"source":"itunes","metric":null,"metric_options":["charts"]},{"source":"tidal","metric":"playlists","scope":"total","top_tracks":[{"track_name":"High Hopes","artist_name":"Panic! At The Disco, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","songstats_url":"https://songstats.com/track/eafmg2qr/high-hopes","rank_value":9,"songstats_track_id":"eafmg2qr"},{"track_name":"My Feelings For You - Don Diablo Remix","artist_name":"Avicii, Sebastien Drums, Don Diablo","image_url":"https://i.scdn.co/image/ab67616d00001e02208a803030ea4449adbbc45c","songstats_url":"https://songstats.com/track/1vulscg3/my-feelings-for-you-don-diablo-remix","rank_value":9,"songstats_track_id":"1vulscg3"}]},{"source":"soundcloud","metric":null,"metric_options":["streams","reposts","favorites","engagement_rate"]}],"artist_info":{"songstats_artist_id":"48ra1cnv","avatar":"https://i.scdn.co/image/ab67616100005174f0f2a0a6e0df42417a20bb8e","site_url":"https://songstats.com/artist/48ra1cnv/don-diablo","name":"Don Diablo"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}}}}},"Label-Search":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"description":"","type":"object","x-examples":{"example-1":{"result":"success","message":"Data Retrieved.","results":[{"id_unique":"maws59zi","avatar":"https://geo-media.beatport.com/image_size/300x300/41217a0b-92e4-4fbd-9223-d513c62dd411.jpg","name":"Toolroom","site_url":"https://songstats.com/label/maws59zi/toolroom"},{"id_unique":"z1h9r32d","avatar":"https://geo-static.traxsource.com/files/labels/34437.jpg","name":"Toolroom Academy","site_url":"https://songstats.com/label/z1h9r32d/toolroom-academy"},{"id_unique":"nof4a2t9","avatar":"https://geo-media.beatport.com/image_size/300x300/f53c989a-429f-4fb2-b27e-89f93cd7843c.jpg","name":"Toolroom Longplayer","site_url":"https://songstats.com/label/nof4a2t9/toolroom-longplayer"}]}},"properties":{"result":{"type":"string","minLength":1},"message":{"type":"string","minLength":1},"results":{"type":"array","uniqueItems":true,"minItems":1,"items":{"type":"object","properties":{"songstats_label_id":{"type":"string","minLength":1},"avatar":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"site_url":{"type":"string","minLength":1}},"required":["songstats_label_id","avatar","name","site_url"]}}},"required":["result","message","results"]},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","results":[{"songstats_label_id":"maws59zi","avatar":"https://geo-media.beatport.com/image_size/300x300/41217a0b-92e4-4fbd-9223-d513c62dd411.jpg","name":"Toolroom","site_url":"https://songstats.com/label/maws59zi/toolroom"},{"songstats_label_id":"z1h9r32d","avatar":"https://geo-static.traxsource.com/files/labels/34437.jpg","name":"Toolroom Academy","site_url":"https://songstats.com/label/z1h9r32d/toolroom-academy"},{"songstats_label_id":"nof4a2t9","avatar":"https://geo-media.beatport.com/image_size/300x300/f53c989a-429f-4fb2-b27e-89f93cd7843c.jpg","name":"Toolroom Longplayer","site_url":"https://songstats.com/label/nof4a2t9/toolroom-longplayer"}]}}}}}},"Track-Search":{"description":"Example response","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"results":{"type":"array","items":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_label_id":{"type":"string"}}}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","results":[{"songstats_track_id":"m31r89qw","avatar":"https://i.scdn.co/image/ab67616d0000b273779e7c2c676bfdaa5a462922","title":"Purple Noise - Boris Brejcha Re-Noise Edit 2021","release_date":"2021-01-22","site_url":"https://songstats.com/track/m31r89qw/purple-noise-boris-brejcha-re-noise-edit-2021","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},{"songstats_track_id":"u4lwy0ta","avatar":"https://i.scdn.co/image/ab67616d0000b273133f8bfd875a97631b9bee97","title":"Purple Noise - Worakls Remix","release_date":"2021-01-22","site_url":"https://songstats.com/track/u4lwy0ta/purple-noise-worakls-remix","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"},{"name":"Worakls","songstats_artist_id":"okqm9pge"}],"labels":[]},{"songstats_track_id":"kbd9feva","avatar":"https://i.scdn.co/image/ab67616d0000b273779e7c2c676bfdaa5a462922","title":"Purple Noise - Ann Clue Remix","release_date":"2021-01-22","site_url":"https://songstats.com/track/kbd9feva/purple-noise-ann-clue-remix","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"},{"name":"Ann Clue","songstats_artist_id":"nuoedfik"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},{"songstats_track_id":"adq6yxpr","avatar":"https://i.scdn.co/image/ab67616d0000b273116421e7a1b1aac3c717852c","title":"Purple Noise","release_date":"2013-12-13","site_url":"https://songstats.com/track/adq6yxpr/purple-noise","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]}]}}},"examples":{"Example 1":{"value":{"result":"success","message":"Data Retrieved.","results":[{"songstats_track_id":"m31r89qw","avatar":"https://i.scdn.co/image/ab67616d0000b273779e7c2c676bfdaa5a462922","title":"Purple Noise - Boris Brejcha Re-Noise Edit 2021","release_date":"2021-01-22","site_url":"https://songstats.com/track/m31r89qw/purple-noise-boris-brejcha-re-noise-edit-2021","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},{"songstats_track_id":"u4lwy0ta","avatar":"https://i.scdn.co/image/ab67616d0000b273133f8bfd875a97631b9bee97","title":"Purple Noise - Worakls Remix","release_date":"2021-01-22","site_url":"https://songstats.com/track/u4lwy0ta/purple-noise-worakls-remix","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"},{"name":"Worakls","songstats_artist_id":"okqm9pge"}],"labels":[]},{"songstats_track_id":"kbd9feva","avatar":"https://i.scdn.co/image/ab67616d0000b273779e7c2c676bfdaa5a462922","title":"Purple Noise - Ann Clue Remix","release_date":"2021-01-22","site_url":"https://songstats.com/track/kbd9feva/purple-noise-ann-clue-remix","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"},{"name":"Ann Clue","songstats_artist_id":"nuoedfik"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},{"songstats_track_id":"adq6yxpr","avatar":"https://i.scdn.co/image/ab67616d0000b273116421e7a1b1aac3c717852c","title":"Purple Noise","release_date":"2013-12-13","site_url":"https://songstats.com/track/adq6yxpr/purple-noise","artists":[{"name":"Boris Brejcha","songstats_artist_id":"i6skp59u"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]}]}}}}}},"Track-Activities":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"activities":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"activity_text":{"type":"string"},"activity_type":{"type":"string"},"activity_date":{"type":"string"},"activity_url":{"type":["null","string"]},"activity_avatar":{"type":"string"},"activity_tier":{"type":"integer"}}}},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_label_id":{"type":"string"}}}}}},"source_ids":{"type":"string"}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","activities":[{"source":"tracklist","activity_text":"Played by DONT BLINK on Freshtival Lipton x The Myth of NYX Stage, Netherlands","activity_type":"tracklist","activity_date":"2023-12-06","activity_url":null,"activity_avatar":"https://i1.sndcdn.com/avatars-7qB8XVV1iz1uRKpW-anA0qA-t500x500.jpg","activity_tier":1},{"source":"spotify","activity_text":"Playlisted by Glasgow Underground on Tech House 2023 (229K Followers)","activity_type":"playlist","activity_date":"2021-07-03","activity_url":"http://open.spotify.com/playlist/1fq5XaZsTSggkQZVClZjaG","activity_avatar":"https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84e428067912245e52da57bf74","activity_tier":1}],"track_info":{"songstats_track_id":"nxvabt42","avatar":"https://i.scdn.co/image/ab67616d0000b27384d413b195aac8a69cc6e5c6","title":"Do It To It","release_date":"2021-08-20","site_url":"https://songstats.com/track/nxvabt42/do-it-to-it","artists":[{"name":"ACRAZE","songstats_artist_id":"kjpgnzai"},{"name":"Cherish","songstats_artist_id":"cgzdtxk1"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},"source_ids":"all"}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","activities":[{"source":"tracklist","activity_text":"Played by DONT BLINK on Freshtival Lipton x The Myth of NYX Stage, Netherlands","activity_type":"tracklist","activity_date":"2023-12-06","activity_url":null,"activity_avatar":"https://i1.sndcdn.com/avatars-7qB8XVV1iz1uRKpW-anA0qA-t500x500.jpg","activity_tier":1},{"source":"spotify","activity_text":"Playlisted by Glasgow Underground on Tech House 2023 (229K Followers)","activity_type":"playlist","activity_date":"2021-07-03","activity_url":"http://open.spotify.com/playlist/1fq5XaZsTSggkQZVClZjaG","activity_avatar":"https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da84e428067912245e52da57bf74","activity_tier":1}],"track_info":{"songstats_track_id":"nxvabt42","avatar":"https://i.scdn.co/image/ab67616d0000b27384d413b195aac8a69cc6e5c6","title":"Do It To It","release_date":"2021-08-20","site_url":"https://songstats.com/track/nxvabt42/do-it-to-it","artists":[{"name":"ACRAZE","songstats_artist_id":"kjpgnzai"},{"name":"Cherish","songstats_artist_id":"cgzdtxk1"}],"labels":[{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},"source_ids":"all"}}}}}},"Track-Comments":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"comments":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"sentiments":{"type":"object","properties":{"overall_sentiment_score":{"type":"number"},"sentiment_category":{"type":"string"}}},"keywords":{"type":"array","items":{"type":"string"}},"comments":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"image_url":{"type":"string"},"external_url":{"type":"string"},"record_date":{"type":"string"},"comment":{"type":"string"},"likes":{"type":["integer","null"]},"replies":{"type":["integer","null"]},"followers":{"type":"integer"},"category":{"type":"string"},"sentiment":{"type":["integer","number"]}}}}}}},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"release_date":{"type":"string"},"title":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_label_id":{"type":"string"}}}}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","comments":[{"source":"youtube","sentiments":{"overall_sentiment_score":27.89,"sentiment_category":"Positive"},"keywords":["love","fish","bass","nice","song","tune","like","awesome","groovy","amazing"],"comments":[{"name":"Jackath","image_url":"https://yt3.ggpht.com/RdDcyWeQIXkETP0pkNIfWadC11KVuhaUgRjV4vq0LmD-DVKfid4mIun2SjLuHOuGnBncsP_3iXQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCmpk5dh8NNsXnwRk58Mi5Kw","record_date":"2025-04-22","comment":"Coachella 2025","likes":1,"replies":0,"followers":31,"category":"neutral","sentiment":0},{"name":"DrumyBear_ Bassement_Crew","image_url":"https://yt3.ggpht.com/ytc/AIdro_n72YYfaXAvk1eMppUfhdgqEZ-cYHazAdjQ3ksSSXTFWA=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCq4bzK4zgCZX9TF-D_BZA6g","record_date":"2025-04-22","comment":"Fu..k it!!❤🎉 i love this tune","likes":0,"replies":0,"followers":15,"category":"neutral","sentiment":-0.5999999999999981},{"name":"J.C Sams","image_url":"https://yt3.ggpht.com/ytc/AIdro_kEWHydiSu456N7vuGwhpCYX1zjSOYZuXCxGjERprQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCj51ISP-TDAe5ATMb4dKOig","record_date":"2024-12-20","comment":"\"I said empty your miiind. Be formless. Be shapeless...\"😂","likes":0,"replies":0,"followers":1,"category":"negative","sentiment":-8.207}]},{"source":"soundcloud","sentiments":{"overall_sentiment_score":28.41,"sentiment_category":"Positive"},"keywords":["great","fisher","label","know","bruv","swim","pickle","insane","curious","sick"],"comments":[{"name":"pcex","image_url":"https://i1.sndcdn.com/avatars-CQ8Ox0XArzBzcdKj-RKtUlw-t300x300.jpg","external_url":"https://soundcloud.com/pcex_pro","record_date":"2025-06-17","comment":"this slaps","likes":null,"replies":null,"followers":436,"category":"positive","sentiment":45},{"name":"Adrian Diaz","image_url":"https://a1.sndcdn.com/images/default_avatar_large.png","external_url":"https://soundcloud.com/adrian-diaz-84605535","record_date":"2025-03-08","comment":"top","likes":null,"replies":null,"followers":0,"category":"positive","sentiment":20.23},{"name":"uWILL","image_url":"https://i1.sndcdn.com/avatars-6rDQ3EC49A2J6vSz-Unn4Tw-t300x300.jpg","external_url":"https://soundcloud.com/uwilldj","record_date":"2022-01-23","comment":"basszzlinee","likes":null,"replies":null,"followers":479,"category":"neutral","sentiment":0}]}],"track_info":{"songstats_track_id":"hcxt4i32","avatar":"https://i.scdn.co/image/ab67616d00001e02cdb16b0ea4f1bc574d1b1c0f","site_url":"https://songstats.com/track/hcxt4i32/vibration","release_date":"2020-10-30","title":"VIBRATION","artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}],"labels":[{"name":"Sink or Swim","songstats_label_id":"kutp1l0d"},{"name":"Foreign Family Collective","songstats_label_id":"3cbjewz6"}]},"source_ids":["youtube","soundcloud"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","comments":[{"source":"youtube","sentiments":{"overall_sentiment_score":27.89,"sentiment_category":"positive"},"keywords":["love","fish","bass","nice","song","tune","like","awesome","groovy","amazing"],"comments":[{"name":"Jackath","image_url":"https://yt3.ggpht.com/RdDcyWeQIXkETP0pkNIfWadC11KVuhaUgRjV4vq0LmD-DVKfid4mIun2SjLuHOuGnBncsP_3iXQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCmpk5dh8NNsXnwRk58Mi5Kw","record_date":"2025-04-22","comment":"Coachella 2025","likes":1,"replies":0,"followers":31,"category":"neutral","sentiment":0},{"name":"DrumyBear_ Bassement_Crew","image_url":"https://yt3.ggpht.com/ytc/AIdro_n72YYfaXAvk1eMppUfhdgqEZ-cYHazAdjQ3ksSSXTFWA=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCq4bzK4zgCZX9TF-D_BZA6g","record_date":"2025-04-22","comment":"Fu..k it!!❤🎉 i love this tune","likes":0,"replies":0,"followers":15,"category":"neutral","sentiment":-0.5999999999999981},{"name":"J.C Sams","image_url":"https://yt3.ggpht.com/ytc/AIdro_kEWHydiSu456N7vuGwhpCYX1zjSOYZuXCxGjERprQ=s240-c-k-c0x00ffffff-no-rj","external_url":"https://youtube.com/channel/UCj51ISP-TDAe5ATMb4dKOig","record_date":"2024-12-20","comment":"\"I said empty your miiind. Be formless. Be shapeless...\"😂","likes":0,"replies":0,"followers":1,"category":"negative","sentiment":-8.207}]},{"source":"soundcloud","sentiments":{"overall_sentiment_score":28.41,"sentiment_category":"positive"},"keywords":["great","fisher","label","know","bruv","swim","pickle","insane","curious","sick"],"comments":[{"name":"pcex","image_url":"https://i1.sndcdn.com/avatars-CQ8Ox0XArzBzcdKj-RKtUlw-t300x300.jpg","external_url":"https://soundcloud.com/pcex_pro","record_date":"2025-06-17","comment":"this slaps","likes":null,"replies":null,"followers":436,"category":"positive","sentiment":45},{"name":"Adrian Diaz","image_url":"https://a1.sndcdn.com/images/default_avatar_large.png","external_url":"https://soundcloud.com/adrian-diaz-84605535","record_date":"2025-03-08","comment":"top","likes":null,"replies":null,"followers":0,"category":"positive","sentiment":20.23},{"name":"uWILL","image_url":"https://i1.sndcdn.com/avatars-6rDQ3EC49A2J6vSz-Unn4Tw-t300x300.jpg","external_url":"https://soundcloud.com/uwilldj","record_date":"2022-01-23","comment":"basszzlinee","likes":null,"replies":null,"followers":479,"category":"neutral","sentiment":0}]}],"track_info":{"songstats_track_id":"hcxt4i32","avatar":"https://i.scdn.co/image/ab67616d00001e02cdb16b0ea4f1bc574d1b1c0f","site_url":"https://songstats.com/track/hcxt4i32/vibration","release_date":"2020-10-30","title":"VIBRATION","artists":[{"name":"DONT BLINK","songstats_artist_id":"pod5zlug"}],"labels":[{"name":"Sink or Swim","songstats_label_id":"kutp1l0d"},{"name":"Foreign Family Collective","songstats_label_id":"3cbjewz6"}]},"source_ids":["youtube","soundcloud"]}}}}}},"Track-Locations":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"locations":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"data":{"type":"object","properties":{"track_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charts_total":{"type":"integer"},"charts_current":{"type":"integer"},"charts_previous":{"type":"integer"}}}},"album_charts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"charts_total":{"type":"integer"},"charts_current":{"type":"integer"},"charts_previous":{"type":"integer"}}}},"creators":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"creators_total":{"type":"integer"},"creator_reach_total":{"type":"integer"}}}},"reposts":{"type":"array","items":{"type":"object","properties":{"country_code":{"type":"string"},"reposts_total":{"type":"integer"},"repost_reach_total":{"type":"integer"}}}}}}}}},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"release_date":{"type":"string"},"title":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}},"labels":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_label_id":{"type":"string"}}}}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","locations":[{"source":"apple_music","data":{"track_charts":[{"country_code":"BT","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"DM","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"VU","charts_total":2,"charts_current":0,"charts_previous":2}],"album_charts":[{"country_code":"LU","charts_total":3,"charts_current":0,"charts_previous":3},{"country_code":"KY","charts_total":3,"charts_current":0,"charts_previous":3},{"country_code":"MN","charts_total":3,"charts_current":0,"charts_previous":3}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"BR","charts_total":9,"charts_current":0,"charts_previous":9},{"country_code":"US","charts_total":9,"charts_current":0,"charts_previous":9},{"country_code":"CA","charts_total":8,"charts_current":0,"charts_previous":8}],"album_charts":[{"country_code":"DE","charts_total":15,"charts_current":1,"charts_previous":14},{"country_code":"AU","charts_total":14,"charts_current":0,"charts_previous":14},{"country_code":"ES","charts_total":14,"charts_current":1,"charts_previous":13}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"GB","charts_total":160,"charts_current":8,"charts_previous":152}],"album_charts":[{"country_code":"GB","charts_total":155,"charts_current":3,"charts_previous":152}]}},{"source":"instagram","data":{"creators":[{"country_code":"US","creators_total":35,"creator_reach_total":2150189},{"country_code":"BR","creators_total":28,"creator_reach_total":931469},{"country_code":"JP","creators_total":8,"creator_reach_total":710873}]}},{"source":"tiktok","data":{"creators":[{"country_code":"DE","creators_total":368,"creator_reach_total":9767524},{"country_code":"IT","creators_total":210,"creator_reach_total":7703475},{"country_code":"FR","creators_total":149,"creator_reach_total":2977661}]}},{"source":"youtube","data":{"creators":[{"country_code":"US","creators_total":64,"creator_reach_total":5120000},{"country_code":"JP","creators_total":46,"creator_reach_total":462000},{"country_code":"KR","creators_total":33,"creator_reach_total":1150000}]}},{"source":"shazam","data":{"track_charts":[{"country_code":"GB","charts_total":27,"charts_current":0,"charts_previous":27},{"country_code":"CN","charts_total":5,"charts_current":0,"charts_previous":5},{"country_code":"HU","charts_total":1,"charts_current":0,"charts_previous":1}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"SA","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"TW","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"BE","charts_total":1,"charts_current":0,"charts_previous":1}]}},{"source":"soundcloud","data":{"reposts":[{"country_code":"US","reposts_total":244,"repost_reach_total":32239},{"country_code":"GB","reposts_total":23,"repost_reach_total":3106},{"country_code":"CA","reposts_total":19,"repost_reach_total":953}]}}],"track_info":{"songstats_track_id":"eafmg2qr","avatar":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","site_url":"https://songstats.com/track/eafmg2qr/high-hopes","release_date":"2016-04-29","title":"High Hopes","artists":[{"name":"Panic! At The Disco","songstats_artist_id":"b0d7qy3l"},{"name":"Don Diablo","songstats_artist_id":"48ra1cnv"}],"labels":[{"name":"DCD2 / Equal Vision Records","songstats_label_id":"zrw84jbe"},{"name":"Fueled By Ramen","songstats_label_id":"d5z48t39"},{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},"source_ids":["apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","itunes","soundcloud","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","locations":[{"source":"apple_music","data":{"track_charts":[{"country_code":"BT","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"DM","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"VU","charts_total":2,"charts_current":0,"charts_previous":2}],"album_charts":[{"country_code":"LU","charts_total":3,"charts_current":0,"charts_previous":3},{"country_code":"KY","charts_total":3,"charts_current":0,"charts_previous":3},{"country_code":"MN","charts_total":3,"charts_current":0,"charts_previous":3}]}},{"source":"amazon","data":{"track_charts":[{"country_code":"BR","charts_total":9,"charts_current":0,"charts_previous":9},{"country_code":"US","charts_total":9,"charts_current":0,"charts_previous":9},{"country_code":"CA","charts_total":8,"charts_current":0,"charts_previous":8}],"album_charts":[{"country_code":"DE","charts_total":15,"charts_current":1,"charts_previous":14},{"country_code":"AU","charts_total":14,"charts_current":0,"charts_previous":14},{"country_code":"ES","charts_total":14,"charts_current":1,"charts_previous":13}]}},{"source":"deezer","data":{"track_charts":[{"country_code":"GB","charts_total":160,"charts_current":8,"charts_previous":152}],"album_charts":[{"country_code":"GB","charts_total":155,"charts_current":3,"charts_previous":152}]}},{"source":"instagram","data":{"creators":[{"country_code":"US","creators_total":35,"creator_reach_total":2150189},{"country_code":"BR","creators_total":28,"creator_reach_total":931469},{"country_code":"JP","creators_total":8,"creator_reach_total":710873}]}},{"source":"tiktok","data":{"creators":[{"country_code":"DE","creators_total":368,"creator_reach_total":9767524},{"country_code":"IT","creators_total":210,"creator_reach_total":7703475},{"country_code":"FR","creators_total":149,"creator_reach_total":2977661}]}},{"source":"youtube","data":{"creators":[{"country_code":"US","creators_total":64,"creator_reach_total":5120000},{"country_code":"JP","creators_total":46,"creator_reach_total":462000},{"country_code":"KR","creators_total":33,"creator_reach_total":1150000}]}},{"source":"shazam","data":{"track_charts":[{"country_code":"GB","charts_total":27,"charts_current":0,"charts_previous":27},{"country_code":"CN","charts_total":5,"charts_current":0,"charts_previous":5},{"country_code":"HU","charts_total":1,"charts_current":0,"charts_previous":1}]}},{"source":"itunes","data":{"track_charts":[{"country_code":"SA","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"TW","charts_total":2,"charts_current":0,"charts_previous":2},{"country_code":"BE","charts_total":1,"charts_current":0,"charts_previous":1}]}},{"source":"soundcloud","data":{"reposts":[{"country_code":"US","reposts_total":244,"repost_reach_total":32239},{"country_code":"GB","reposts_total":23,"repost_reach_total":3106},{"country_code":"CA","reposts_total":19,"repost_reach_total":953}]}}],"track_info":{"songstats_track_id":"eafmg2qr","avatar":"https://i.scdn.co/image/ab67616d00001e02c5148520a59be191eea16989","site_url":"https://songstats.com/track/eafmg2qr/high-hopes","release_date":"2016-04-29","title":"High Hopes","artists":[{"name":"Panic! At The Disco","songstats_artist_id":"b0d7qy3l"},{"name":"Don Diablo","songstats_artist_id":"48ra1cnv"}],"labels":[{"name":"DCD2 / Equal Vision Records","songstats_label_id":"zrw84jbe"},{"name":"Fueled By Ramen","songstats_label_id":"d5z48t39"},{"name":"HEXAGON Records","songstats_label_id":"mw3piobf"}]},"source_ids":["apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","itunes","soundcloud","radio"]}}}}}},"Artist-Activities":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"activity_text":{"type":"string"},"activity_type":{"type":"string"},"activity_date":{"type":"string"},"activity_url":{"type":["null","string"]},"activity_avatar":{"type":["null","string"]},"activity_tier":{"type":"integer"},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}}}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","activity_text":"Playlisted by Cat Dealers on CAT HOUSE SESSIONS BY CAT DEALERS  (44.7K Followers)","activity_type":"playlist","activity_date":"2023-03-22","activity_url":"http://open.spotify.com/playlist/3tfDXPUb7F0YaUpO26RxNx","activity_avatar":"https://i.scdn.co/image/ab67706c0000bebbe0219f233169fe6b9f8f99d0","activity_tier":1,"track_info":{"songstats_track_id":"w0bihq16","avatar":"https://i.scdn.co/image/ab67616d00001e0204b8f7d4b70ec722a2960a81","title":"Everything You Have Done - Meduza Edit","release_date":"2023-03-10","site_url":"https://songstats.com/track/w0bihq16/everything-you-have-done-meduza-edit","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"}]}},{"source":"apple_music","activity_text":"Charted #81 on Trance: Mauritius","activity_type":"track_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":"","activity_tier":2,"track_info":{"songstats_track_id":"0ivkmtyr","avatar":"https://i.scdn.co/image/ab67616d00001e02ff823360e31297f5108eb93f","title":"Sparks (Big Bang) [WYM455]","release_date":"2023-01-02","site_url":"https://songstats.com/track/0ivkmtyr/sparks-big-bang-wym455","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"DEL-30","songstats_artist_id":"5qi19oku"},{"name":"DEL30","songstats_artist_id":"z3tepw84"}]}},{"source":"beatport","activity_text":"Charted #56 on Dance / Electro Pop","activity_type":"track_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":null,"activity_tier":2,"track_info":{"songstats_track_id":"u32v76lc","avatar":"https://i.scdn.co/image/ab67616d00001e0220abd13bf81d8ee406827c38","title":"Bad Memories (feat. Elley Duhé & FAST BOY)","release_date":"2022-07-22","site_url":"https://songstats.com/track/u32v76lc/bad-memories-feat-elley-duhe-fast-boy","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"James Carter","songstats_artist_id":"6hkc93ft"},{"name":"James Carter","songstats_artist_id":"wie1yql2"},{"name":"Elley Duhé","songstats_artist_id":"pih9f3ms"},{"name":"FAST BOY","songstats_artist_id":"09d4m1xj"}]}},{"source":"tracklist","activity_text":"Played by Imanbek on DJ Mag Italy Radioshow","activity_type":"tracklist","activity_date":"2023-03-22","activity_url":null,"activity_avatar":"https://data.songstats.com/images/default-track.svg","activity_tier":2,"track_info":{"songstats_track_id":"wp126qfi","avatar":"https://i.scdn.co/image/ab67616d00001e029b09882ab8a5c822d0948c48","title":"Bad Memories ft Elley Duhe and FAST BOY - David Guetta Remix","release_date":"2022-12-02","site_url":"https://songstats.com/track/wp126qfi/bad-memories-ft-elley-duhe-and-fast-boy-david-guetta-remix","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"James Carter","songstats_artist_id":"6hkc93ft"},{"name":"David Guetta","songstats_artist_id":"ycvawfo5"},{"name":"Elley Duhé","songstats_artist_id":"pih9f3ms"},{"name":"FAST BOY","songstats_artist_id":"09d4m1xj"}]}},{"source":"traxsource","activity_text":"Charted #54 on Progressive House","activity_type":"track_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":null,"activity_tier":2,"track_info":{"songstats_track_id":"dranbgq0","avatar":"https://i.scdn.co/image/ab67616d00001e02133df10c89c82bfd1178fc46","title":"Pegasus","release_date":"2023-02-07","site_url":"https://songstats.com/track/dranbgq0/pegasus","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"Eli & Fur","songstats_artist_id":"52mgdk3s"}]}},{"source":"tracklist","activity_text":"Reached #6 on Top Overall Tracks","activity_type":"tracklist_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":null,"activity_tier":1,"track_info":{"songstats_track_id":"wayxfqhj","avatar":"https://geo-media.beatport.com/image_size/300x300/003f992d-207c-4cab-9f13-a13aad6ff961.jpg","title":"Everything You Have Done - Meduza Edit Extended","release_date":"2023-03-10","site_url":"https://songstats.com/track/wayxfqhj/everything-you-have-done-meduza-edit-extended","artists":[{"name":"Genesi","songstats_artist_id":"xohv5w4p"},{"name":"GENESI (ITA)","songstats_artist_id":"sqwzhtu4"},{"name":"MEDUZA","songstats_artist_id":"vxk62ige"}]}},{"source":"itunes","activity_text":"Charted #70 on Dance: Australia","activity_type":"track_chart","activity_date":"2023-03-21","activity_url":null,"activity_avatar":"","activity_tier":2,"track_info":{"songstats_track_id":"q0mzd5wn","avatar":"https://i.scdn.co/image/ab67616d00001e0202096ba0635b1e3a917d41d8","title":"Bad Memories - Acoustic","release_date":"2023-01-06","site_url":"https://songstats.com/track/q0mzd5wn/bad-memories-acoustic","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"James Carter","songstats_artist_id":"6hkc93ft"},{"name":"Elley Duhé","songstats_artist_id":"pih9f3ms"},{"name":"FAST BOY","songstats_artist_id":"09d4m1xj"}]}},{"source":"tiktok","activity_text":"New video by Diamante 2020 (1.13M Followers)","activity_type":"video","activity_date":"2023-03-21","activity_url":"https://www.tiktok.com/@tiktok/video/7208571193153178906?lang=en","activity_avatar":"https://p16-va.tiktokcdn.com/tos-maliva-avt-0068/2cfa46448404d72579b2794a08cb8841~c5_300x300.webp","activity_tier":1,"track_info":{"songstats_track_id":"q9voxihw","avatar":"https://i.scdn.co/image/ab67616d00001e02ead13021d0f2957958081f28","title":"Piece Of Your Heart","release_date":"2019-02-01","site_url":"https://songstats.com/track/q9voxihw/piece-of-your-heart","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"Meduza","songstats_artist_id":"7ds4e0lf"},{"name":"Goodboys","songstats_artist_id":"pwg20tvb"},{"name":"Goodboys","songstats_artist_id":"mpz02u1h"}]}}]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","activity_text":"Playlisted by Cat Dealers on CAT HOUSE SESSIONS BY CAT DEALERS  (44.7K Followers)","activity_type":"playlist","activity_date":"2023-03-22","activity_url":"http://open.spotify.com/playlist/3tfDXPUb7F0YaUpO26RxNx","activity_avatar":"https://i.scdn.co/image/ab67706c0000bebbe0219f233169fe6b9f8f99d0","activity_tier":1,"track_info":{"songstats_track_id":"w0bihq16","avatar":"https://i.scdn.co/image/ab67616d00001e0204b8f7d4b70ec722a2960a81","title":"Everything You Have Done - Meduza Edit","release_date":"2023-03-10","site_url":"https://songstats.com/track/w0bihq16/everything-you-have-done-meduza-edit","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"}]}},{"source":"apple_music","activity_text":"Charted #81 on Trance: Mauritius","activity_type":"track_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":"","activity_tier":2,"track_info":{"songstats_track_id":"0ivkmtyr","avatar":"https://i.scdn.co/image/ab67616d00001e02ff823360e31297f5108eb93f","title":"Sparks (Big Bang) [WYM455]","release_date":"2023-01-02","site_url":"https://songstats.com/track/0ivkmtyr/sparks-big-bang-wym455","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"DEL-30","songstats_artist_id":"5qi19oku"},{"name":"DEL30","songstats_artist_id":"z3tepw84"}]}},{"source":"beatport","activity_text":"Charted #56 on Dance / Electro Pop","activity_type":"track_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":null,"activity_tier":2,"track_info":{"songstats_track_id":"u32v76lc","avatar":"https://i.scdn.co/image/ab67616d00001e0220abd13bf81d8ee406827c38","title":"Bad Memories (feat. Elley Duhé & FAST BOY)","release_date":"2022-07-22","site_url":"https://songstats.com/track/u32v76lc/bad-memories-feat-elley-duhe-fast-boy","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"James Carter","songstats_artist_id":"6hkc93ft"},{"name":"James Carter","songstats_artist_id":"wie1yql2"},{"name":"Elley Duhé","songstats_artist_id":"pih9f3ms"},{"name":"FAST BOY","songstats_artist_id":"09d4m1xj"}]}},{"source":"tracklist","activity_text":"Played by Imanbek on DJ Mag Italy Radioshow","activity_type":"tracklist","activity_date":"2023-03-22","activity_url":null,"activity_avatar":"https://data.songstats.com/images/default-track.svg","activity_tier":2,"track_info":{"songstats_track_id":"wp126qfi","avatar":"https://i.scdn.co/image/ab67616d00001e029b09882ab8a5c822d0948c48","title":"Bad Memories ft Elley Duhe and FAST BOY - David Guetta Remix","release_date":"2022-12-02","site_url":"https://songstats.com/track/wp126qfi/bad-memories-ft-elley-duhe-and-fast-boy-david-guetta-remix","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"James Carter","songstats_artist_id":"6hkc93ft"},{"name":"David Guetta","songstats_artist_id":"ycvawfo5"},{"name":"Elley Duhé","songstats_artist_id":"pih9f3ms"},{"name":"FAST BOY","songstats_artist_id":"09d4m1xj"}]}},{"source":"traxsource","activity_text":"Charted #54 on Progressive House","activity_type":"track_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":null,"activity_tier":2,"track_info":{"songstats_track_id":"dranbgq0","avatar":"https://i.scdn.co/image/ab67616d00001e02133df10c89c82bfd1178fc46","title":"Pegasus","release_date":"2023-02-07","site_url":"https://songstats.com/track/dranbgq0/pegasus","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"Eli & Fur","songstats_artist_id":"52mgdk3s"}]}},{"source":"tracklist","activity_text":"Reached #6 on Top Overall Tracks","activity_type":"tracklist_chart","activity_date":"2023-03-22","activity_url":null,"activity_avatar":null,"activity_tier":1,"track_info":{"songstats_track_id":"wayxfqhj","avatar":"https://geo-media.beatport.com/image_size/300x300/003f992d-207c-4cab-9f13-a13aad6ff961.jpg","title":"Everything You Have Done - Meduza Edit Extended","release_date":"2023-03-10","site_url":"https://songstats.com/track/wayxfqhj/everything-you-have-done-meduza-edit-extended","artists":[{"name":"Genesi","songstats_artist_id":"xohv5w4p"},{"name":"GENESI (ITA)","songstats_artist_id":"sqwzhtu4"},{"name":"MEDUZA","songstats_artist_id":"vxk62ige"}]}},{"source":"itunes","activity_text":"Charted #70 on Dance: Australia","activity_type":"track_chart","activity_date":"2023-03-21","activity_url":null,"activity_avatar":"","activity_tier":2,"track_info":{"songstats_track_id":"q0mzd5wn","avatar":"https://i.scdn.co/image/ab67616d00001e0202096ba0635b1e3a917d41d8","title":"Bad Memories - Acoustic","release_date":"2023-01-06","site_url":"https://songstats.com/track/q0mzd5wn/bad-memories-acoustic","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"James Carter","songstats_artist_id":"6hkc93ft"},{"name":"Elley Duhé","songstats_artist_id":"pih9f3ms"},{"name":"FAST BOY","songstats_artist_id":"09d4m1xj"}]}},{"source":"tiktok","activity_text":"New video by Diamante 2020 (1.13M Followers)","activity_type":"video","activity_date":"2023-03-21","activity_url":"https://www.tiktok.com/@tiktok/video/7208571193153178906?lang=en","activity_avatar":"https://p16-va.tiktokcdn.com/tos-maliva-avt-0068/2cfa46448404d72579b2794a08cb8841~c5_300x300.webp","activity_tier":1,"track_info":{"songstats_track_id":"q9voxihw","avatar":"https://i.scdn.co/image/ab67616d00001e02ead13021d0f2957958081f28","title":"Piece Of Your Heart","release_date":"2019-02-01","site_url":"https://songstats.com/track/q9voxihw/piece-of-your-heart","artists":[{"name":"MEDUZA","songstats_artist_id":"vxk62ige"},{"name":"Meduza","songstats_artist_id":"7ds4e0lf"},{"name":"Goodboys","songstats_artist_id":"pwg20tvb"},{"name":"Goodboys","songstats_artist_id":"mpz02u1h"}]}}]}}}}}},"Collaborator-Activities":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"activity_text":{"type":"string"},"activity_type":{"type":"string"},"activity_date":{"type":"string"},"activity_url":{"type":["null","string"]},"activity_avatar":{"type":["null","string"]},"activity_tier":{"type":"integer"},"track_info":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"avatar":{"type":"string"},"title":{"type":"string"},"release_date":{"type":"string"},"site_url":{"type":"string"},"artists":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"songstats_artist_id":{"type":"string"}}}}}}}}},"collaborator_info":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"avatar":{"type":"string"},"site_url":{"type":"string"},"name":{"type":"string"}}},"source_ids":{"type":"array","items":{"type":"string"}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","activity_text":"Playlisted by Spotify on Raw Silk  (95.4K Followers)","activity_type":"editorial_playlist","activity_date":"2024-10-04","activity_url":"http://open.spotify.com/playlist/37i9dQZF1DXdF2fNg82Z7l","activity_avatar":"https://i.scdn.co/image/ab67706f000000023fe4590003c1a5e6f415fc97","activity_tier":1,"track_info":{"songstats_track_id":"6eyr5asj","avatar":"https://i.scdn.co/image/ab67616d00001e02b1c42af52ff03037bbe5956a","title":"HIGHJACK","release_date":"2024-07-25","site_url":"https://songstats.com/track/6eyr5asj/highjack","artists":[{"name":"A$AP Rocky","songstats_artist_id":"m8kidyxh"},{"name":"Jessica Pratt","songstats_artist_id":"s5x672vu"}]}},{"source":"tiktok","activity_text":"New video by Nika | Artist (744K Followers)","activity_type":"video","activity_date":"2024-09-28","activity_url":"https://www.tiktok.com/@tiktok/video/7416947608977018154?lang=en","activity_avatar":"https://cdn.songstats.com/tiktok_users/images/000/266/009/original/data?1688136619","activity_tier":1,"track_info":{"songstats_track_id":"o78wb34x","avatar":"https://i.scdn.co/image/ab67616d00001e02d9e3a369022053e02b4db2a2","title":"AMERIICAN REQUIEM","release_date":"2024-03-27","site_url":"https://songstats.com/track/o78wb34x/ameriican-requiem","artists":[{"name":"Beyoncé","songstats_artist_id":"y9pz8ghq"}]}},{"source":"youtube","activity_text":"Just reached 20 Million Views","activity_type":"milestone","activity_date":"2024-10-02","activity_url":null,"activity_avatar":null,"activity_tier":1,"track_info":{"songstats_track_id":"yj9wk3oc","avatar":"https://i.scdn.co/image/ab67616d00001e02185c1d65f3b51465282c1a68","title":"FREEDOM","release_date":"2021-03-19","site_url":"https://songstats.com/track/yj9wk3oc/freedom","artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown","radio"]}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":[{"source":"spotify","activity_text":"Playlisted by Spotify on Raw Silk  (95.4K Followers)","activity_type":"editorial_playlist","activity_date":"2024-10-04","activity_url":"http://open.spotify.com/playlist/37i9dQZF1DXdF2fNg82Z7l","activity_avatar":"https://i.scdn.co/image/ab67706f000000023fe4590003c1a5e6f415fc97","activity_tier":1,"track_info":{"songstats_track_id":"6eyr5asj","avatar":"https://i.scdn.co/image/ab67616d00001e02b1c42af52ff03037bbe5956a","title":"HIGHJACK","release_date":"2024-07-25","site_url":"https://songstats.com/track/6eyr5asj/highjack","artists":[{"name":"A$AP Rocky","songstats_artist_id":"m8kidyxh"},{"name":"Jessica Pratt","songstats_artist_id":"s5x672vu"}]}},{"source":"tiktok","activity_text":"New video by Nika | Artist (744K Followers)","activity_type":"video","activity_date":"2024-09-28","activity_url":"https://www.tiktok.com/@tiktok/video/7416947608977018154?lang=en","activity_avatar":"https://cdn.songstats.com/tiktok_users/images/000/266/009/original/data?1688136619","activity_tier":1,"track_info":{"songstats_track_id":"o78wb34x","avatar":"https://i.scdn.co/image/ab67616d00001e02d9e3a369022053e02b4db2a2","title":"AMERIICAN REQUIEM","release_date":"2024-03-27","site_url":"https://songstats.com/track/o78wb34x/ameriican-requiem","artists":[{"name":"Beyoncé","songstats_artist_id":"y9pz8ghq"}]}},{"source":"youtube","activity_text":"Just reached 20 Million Views","activity_type":"milestone","activity_date":"2024-10-02","activity_url":null,"activity_avatar":null,"activity_tier":1,"track_info":{"songstats_track_id":"yj9wk3oc","avatar":"https://i.scdn.co/image/ab67616d00001e02185c1d65f3b51465282c1a68","title":"FREEDOM","release_date":"2021-03-19","site_url":"https://songstats.com/track/yj9wk3oc/freedom","artists":[{"name":"Jon Batiste","songstats_artist_id":"sdcz4gbm"}]}}],"collaborator_info":{"songstats_collaborator_id":"vkwh40ql","avatar":"http://resources.tidal.com/images/7b497d13/3700/4305/947b/3572d40cc75a/480x480.jpg","site_url":"https://songstats.com/artist/vkwh40ql/jon-batiste","name":"Jon Batiste"},"source_ids":["spotify","apple_music","amazon","deezer","instagram","tiktok","youtube","shazam","tracklist","beatport","traxsource","itunes","tidal","soundcloud","facebook","twitter","songkick","bandsintown"]}}}}}},"Artist-Songshare":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"object","properties":{"songstats_artist_id":{"type":"string"},"name":{"type":"string"},"total_track_visits":{"type":"integer"},"total_track_clicks":{"type":"integer"},"total_track_click_through_rate":{"type":"number"},"artist_visits":{"type":"integer"},"artist_clicks":{"type":"integer"},"artist_click_through_rate":{"type":"number"},"artist_clicks_by_source":{"type":"object","properties":{"spotify":{"type":"integer"},"instagram":{"type":"integer"},"facebook":{"type":"integer"},"amazon":{"type":"integer"},"bandsintown":{"type":"integer"},"songkick":{"type":"integer"},"twitter":{"type":"integer"},"soundcloud":{"type":"integer"},"tidal":{"type":"integer"},"apple_music":{"type":"integer"},"deezer":{"type":"integer"},"shazam":{"type":"integer"},"youtube":{"type":"integer"},"tracklist":{"type":"integer"},"traxsource":{"type":"integer"},"beatport":{"type":"integer"}}},"total_track_clicks_by_source":{"type":"object","properties":{"beatport":{"type":"integer"},"spotify":{"type":"integer"},"youtube":{"type":"integer"},"apple_music":{"type":"integer"},"traxsource":{"type":"integer"},"soundcloud":{"type":"integer"},"deezer":{"type":"integer"},"tidal":{"type":"integer"},"amazon":{"type":"integer"},"tiktok":{"type":"integer"},"tracklist":{"type":"integer"},"instagram":{"type":"integer"}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":{"songstats_artist_id":"pod5zlug","name":"DONT BLINK","total_track_visits":4293,"total_track_clicks":930,"total_track_click_through_rate":0.22,"artist_visits":450,"artist_clicks":140,"artist_click_through_rate":0.31,"artist_clicks_by_source":{"spotify":22,"instagram":17,"facebook":11,"amazon":10,"bandsintown":10,"songkick":10,"twitter":10,"soundcloud":8,"tidal":7,"apple_music":6,"deezer":6,"shazam":6,"youtube":6,"tracklist":5,"traxsource":4,"beatport":2},"total_track_clicks_by_source":{"beatport":299,"spotify":206,"youtube":81,"apple_music":70,"traxsource":68,"soundcloud":67,"deezer":29,"tidal":28,"amazon":28,"tiktok":27,"tracklist":15,"instagram":12}}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":{"songstats_artist_id":"pod5zlug","name":"DONT BLINK","total_track_visits":4293,"total_track_clicks":930,"total_track_click_through_rate":0.22,"artist_visits":450,"artist_clicks":140,"artist_click_through_rate":0.31,"artist_clicks_by_source":{"spotify":22,"instagram":17,"facebook":11,"amazon":10,"bandsintown":10,"songkick":10,"twitter":10,"soundcloud":8,"tidal":7,"apple_music":6,"deezer":6,"shazam":6,"youtube":6,"tracklist":5,"traxsource":4,"beatport":2},"total_track_clicks_by_source":{"beatport":299,"spotify":206,"youtube":81,"apple_music":70,"traxsource":68,"soundcloud":67,"deezer":29,"tidal":28,"amazon":28,"tiktok":27,"tracklist":15,"instagram":12}}}}}}}},"Track-Songshare":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"object","properties":{"songstats_track_id":{"type":"string"},"title":{"type":"string"},"track_visits":{"type":"integer"},"track_clicks":{"type":"integer"},"track_click_through_rate":{"type":"number"},"track_clicks_by_source":{"type":"object","properties":{"beatport":{"type":"integer"},"spotify":{"type":"integer"},"traxsource":{"type":"integer"},"soundcloud":{"type":"integer"},"youtube":{"type":"integer"},"tiktok":{"type":"integer"},"apple_music":{"type":"integer"},"tidal":{"type":"integer"},"tracklist":{"type":"integer"}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":{"songstats_track_id":"cu3ih8ov","title":"It Started In Chicago - DONT BLINK Remix","track_visits":198,"track_clicks":76,"track_click_through_rate":0.38,"track_clicks_by_source":{"beatport":32,"spotify":15,"traxsource":11,"soundcloud":6,"youtube":5,"tiktok":3,"apple_music":2,"tidal":1,"tracklist":1}}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":{"songstats_track_id":"cu3ih8ov","title":"It Started In Chicago - DONT BLINK Remix","track_visits":198,"track_clicks":76,"track_click_through_rate":0.38,"track_clicks_by_source":{"beatport":32,"spotify":15,"traxsource":11,"soundcloud":6,"youtube":5,"tiktok":3,"apple_music":2,"tidal":1,"tracklist":1}}}}}}}},"Collaborator-Songshare":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"object","properties":{"songstats_collaborator_id":{"type":"string"},"name":{"type":"string"},"total_track_visits":{"type":"integer"},"total_track_clicks":{"type":"integer"},"total_track_click_through_rate":{"type":"integer"},"collaborator_visits":{"type":"integer"},"collaborator_clicks":{"type":"integer"},"collaborator_click_through_rate":{"type":"integer"},"collaborator_clicks_by_source":{"type":"object","properties":{"soundcloud":{"type":"integer"},"tidal":{"type":"integer"},"youtube":{"type":"integer"}}},"total_track_clicks_by_source":{"type":"object","properties":{"spotify":{"type":"integer"},"apple_music":{"type":"integer"},"deezer":{"type":"integer"}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":{"songstats_collaborator_id":"vkwh40ql","name":"Jon Batiste","total_track_visits":120,"total_track_clicks":40,"total_track_click_through_rate":3,"collaborator_visits":3,"collaborator_clicks":6,"collaborator_click_through_rate":2,"collaborator_clicks_by_source":{"soundcloud":2,"tidal":2,"youtube":2},"total_track_clicks_by_source":{"spotify":20,"apple_music":16,"deezer":12}}}}},"examples":{"Example 1":{"value":{"result":"success","message":"Data Retrieved.","data":{"songstats_collaborator_id":"vkwh40ql","name":"Jon Batiste","total_track_visits":120,"total_track_clicks":40,"total_track_click_through_rate":3,"collaborator_visits":3,"collaborator_clicks":6,"collaborator_click_through_rate":2,"collaborator_clicks_by_source":{"soundcloud":2,"tidal":2,"youtube":2},"total_track_clicks_by_source":{"spotify":20,"apple_music":16,"deezer":12}}}}}}}},"Label-Songshare":{"description":"OK: The request has succeeded. The client can read the result of the response.","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"string"},"message":{"type":"string"},"data":{"type":"object","properties":{"songstats_label_id":{"type":"string"},"name":{"type":"string"},"total_track_visits":{"type":"integer"},"total_track_clicks":{"type":"integer"},"total_track_click_through_rate":{"type":"number"},"label_visits":{"type":"integer"},"label_clicks":{"type":"integer"},"label_click_through_rate":{"type":"number"},"label_clicks_by_source":{"type":"object","properties":{"soundcloud":{"type":"integer"},"beatport":{"type":"integer"},"traxsource":{"type":"integer"}}},"total_track_clicks_by_source":{"type":"object","properties":{"beatport":{"type":"integer"},"spotify":{"type":"integer"},"youtube":{"type":"integer"}}}}}},"x-examples":{"Example 1":{"result":"success","message":"Data Retrieved.","data":{"songstats_label_id":"7gk4yfc9","name":"LOW CEILING","total_track_visits":7256,"total_track_clicks":1139,"total_track_click_through_rate":0.16,"label_visits":10,"label_clicks":4,"label_click_through_rate":0.4,"label_clicks_by_source":{"soundcloud":2,"beatport":1,"traxsource":1},"total_track_clicks_by_source":{"beatport":382,"spotify":299,"youtube":101}}}}},"examples":{"Example":{"value":{"result":"success","message":"Data Retrieved.","data":{"songstats_label_id":"7gk4yfc9","name":"LOW CEILING","total_track_visits":7256,"total_track_clicks":1139,"total_track_click_through_rate":0.16,"label_visits":10,"label_clicks":4,"label_click_through_rate":0.4,"label_clicks_by_source":{"soundcloud":2,"beatport":1,"traxsource":1},"total_track_clicks_by_source":{"beatport":382,"spotify":299,"youtube":101}}}}}}}}},"parameters":{"add-link":{"name":"link","in":"query","required":true,"schema":{"type":"string","example":"https://soundcloud.com/dontblink/vibration"},"description":"Link to be added."},"tier":{"name":"tier","in":"query","schema":{"type":"integer","default":4,"example":4,"maximum":4,"minimum":1},"description":"Filter Activities by importance. Tier 4 is the lowest tier that returns all activities. Tier 1 is the highest tier that returns only the most significant activities."},"milestones":{"name":"milestones","in":"query","schema":{"type":"boolean","example":true,"default":true},"description":"Include Milestone Activities."},"comments":{"name":"comments","in":"query","schema":{"type":"boolean","example":true,"default":true},"description":"Include Comment Activities."},"editorial":{"name":"editorial","in":"query","schema":{"type":"boolean","example":false,"default":false},"description":"Only include Editorial Activities."},"only_editorial":{"name":"only_editorial","in":"query","schema":{"type":"boolean","example":false,"default":false},"description":"Only include editorial playlists."},"metric":{"name":"metric","in":"query","schema":{"type":"string","example":"playlists"},"description":"The metric to sort the top results by.","required":true},"scope":{"name":"scope","in":"query","schema":{"type":"string","example":"total"},"description":"The time scope for the returned top results.","required":true},"recent":{"name":"recent","in":"query","schema":{"type":"boolean","example":false,"default":false},"description":"Only include Activities for recent tracks (released in past 3 months)."},"albums":{"name":"albums","in":"query","schema":{"type":"boolean","example":true,"default":true},"description":"Include Album Activities."},"delete-link":{"name":"link","in":"query","schema":{"type":"string","example":"https://soundcloud.com/dontblink/vibration"},"description":"Link to be deleted.","required":true},"isrc":{"name":"isrc","in":"query","required":false,"schema":{"type":"string","example":"GBAYE2100626"},"description":"The ISRC of the track being requested *"},"songstats_track_id":{"name":"songstats_track_id","in":"query","schema":{"type":"string","example":"k4bp9etx"},"description":"The Songstats ID of the track being requested *"},"country_code":{"name":"country_code","in":"query","schema":{"type":"string","example":"US"},"description":"A two-letter country code","required":true},"apple_music_track_id":{"name":"apple_music_track_id","in":"query","required":false,"schema":{"type":"integer","example":1567644047},"description":"The Apple Music ID of the track being requested *"},"spotify_track_id":{"name":"spotify_track_id","in":"query","required":false,"schema":{"type":"string","example":"1YLGtZjDKyY0Qkv4QlX31b"},"description":"The Spotify ID of the track being requested *"},"source":{"name":"source","in":"query","schema":{"type":"string","example":"spotify,apple_music,deezer"},"description":"Specifies the sources that data is being requested for. Can be a comma separated list of individual sources or be set to 'all'.","required":true},"limit":{"name":"limit","in":"query","required":false,"schema":{"type":"integer","example":20},"description":"Specifies the limit of results being returned."},"offset":{"name":"offset","in":"query","schema":{"type":"integer","example":20},"description":"Specifies the offset of the limited results being returned."},"only_current":{"name":"only_current","in":"query","schema":{"type":"boolean","example":true},"description":"Only return the playlists and charts the track is currently positioned in."},"with_links":{"name":"with_links","in":"query","schema":{"type":"boolean","example":true},"description":"Includes an array of all of the source links associated with the requested objected."},"with_playlists":{"name":"with_playlists","in":"query","schema":{"type":"boolean","example":true},"description":"Includes an array of all of the playlists associated to the track."},"with_aggregates":{"name":"with_aggregates","in":"query","schema":{"type":"boolean","example":true},"description":"Includes data points aggregated by Songstats like playlists_current, playlists_reach_current, charts_current, etc."},"with_charts":{"name":"with_charts","in":"query","schema":{"type":"boolean","example":true},"description":"Includes an array of all of the charts associated to the track."},"with_videos":{"name":"with_videos","in":"query","schema":{"type":"boolean","example":true},"description":"Includes an array of all of the videos currently associated to the track."},"with_stations":{"name":"with_stations","in":"query","schema":{"type":"boolean","example":true},"description":"Includes an array of all of the radio stations currently associated to the track."},"sort":{"name":"sort","in":"query","required":false,"schema":{"type":"string","enum":["greatest","latest"],"default":"greatest","example":"latest"},"description":"Controls ordering of expanded track-stat lists. greatest (default) preserves each source's existing ranking. latest sorts newest-first by added_at for playlists/charts, release_date for DJ charts, upload date for videos/Shorts/Reels, reposted_at for SoundCloud reposters, record_date for tracklists, and last_played_at for radio stations. Playlist/chart added_at is the earliest recorded addition in the returned aggregate, not the last position update. Missing dates sort last with stable ID tie-breakers. Sorting precedes existing pagination; expansion flags, only_current, response fields, and the maximum limit of 100 are unchanged. Does not reorder source or metadata arrays, or nested radio_plays timestamps."},"with_radio_plays":{"name":"with_radio_plays","in":"query","schema":{"type":"boolean","example":true},"description":"Includes the individual radio play timestamps for each returned station. Requires `source=radio` and `with_stations=true`. Use only when raw play occurrences are needed; aggregate radio totals and station summaries do not require it."},"start_date":{"name":"start_date","in":"query","schema":{"type":"string","format":"date","example":"2021-12-31"},"description":"Specifies the start_date of the historic data that is being requested."},"end_date":{"name":"end_date","in":"query","schema":{"type":"string","example":"2022-01-16","format":"date"},"description":"Specifies the end_date of the historic data that is being requested."},"songstats_artist_id":{"name":"songstats_artist_id","in":"query","required":false,"schema":{"type":"string","example":"pod5zlug"},"description":"The Songstats ID of the artist being requested *"},"songstats_label_id":{"name":"songstats_label_id","in":"query","required":false,"schema":{"type":"string","example":"7gk4yfc9"},"description":"The Songstats ID of the label being requested *"},"spotify_artist_id":{"name":"spotify_artist_id","in":"query","required":false,"schema":{"type":"string","example":"28j8lBWDdDSHSSt5oPlsX2"},"description":"The Spotify ID of the artist being requested *"},"apple_music_artist_id":{"name":"apple_music_artist_id","in":"query","required":false,"schema":{"type":"integer","example":261545033},"description":"The Apple Music ID of the artist being requested *"},"beatport_label_id":{"name":"beatport_label_id","in":"query","schema":{"type":"string","example":"74932"},"description":"The Beatport ID of the label being requested *"},"search":{"name":"q","in":"query","schema":{"type":"string"},"description":"Search Query","required":true},"accept-encoding":{"name":"Accept-Encoding","in":"header","schema":{"type":"string","example":"gzip, deflate, br"},"description":"gzip, deflate, br"},"tidal_artist_id":{"name":"tidal_artist_id","in":"query","required":false,"schema":{"type":"string","example":"49475872"},"description":"The TIDAL ID of the collaborator being requested *"},"songstats_collaborator_id":{"name":"songstats_collaborator_id","in":"query","required":false,"schema":{"type":"string","example":"vkwh40ql"},"description":"The Songstats ID of the collaborator being requested *"}}},"security":[{"apikey":[]}]}
