### Uptime Status Source: https://songstats.stoplight.io/docs/api/e80265bb8b01b-songstats-api How to check the current uptime status and service updates. ```APIDOC ## Uptime Status You can check the current uptime status and service updates at: https://status.songstats.com/ ``` -------------------------------- ### Authentication Source: https://songstats.stoplight.io/docs/api/e80265bb8b01b-songstats-api Information on how to authenticate your API requests using an API Key. ```APIDOC ## Authentication ### API Key An API key is a token that you provide when making API calls. Include the token in a header parameter called `apikey`. **Example:** `apikey: 123` To request an API Key, please contact api@songstats.com. ``` -------------------------------- ### General Principles Source: https://songstats.stoplight.io/docs/api/e80265bb8b01b-songstats-api General principles and behaviors of the Songstats API. ```APIDOC ## General Principles - **New Song Handling**: 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. Aggregated data will be available on subsequent requests. - **Historic Data**: Historic Playlist & Chart information is available for every track. For resource-specific statistics (follower numbers, stream counts, popularity), historic data is collected from the date the resource was first added to the database. - **Relevance Flagging**: If a resource was requested once within the last 30 days, it will be flagged as "relevant" and updated more frequently. ``` -------------------------------- ### API Base URL Source: https://songstats.stoplight.io/docs/api/e80265bb8b01b-songstats-api The base URL for accessing the Songstats API. ```APIDOC ## API Base URL ### Live Server https://api.songstats.com/enterprise/v1 ### Mock Server https://stoplight.io/mocks/songstats/api/12173793 ``` -------------------------------- ### Rate Limiting Source: https://songstats.stoplight.io/docs/api/e80265bb8b01b-songstats-api Information about rate limiting policies for the Songstats API. ```APIDOC ## Rate Limiting Rate limiting is applied per application based on its API Key. - **General Limit**: 10 requests per second, with a maximum of 10 concurrent requests. - **Resource Limit**: Each exact resource can be requested 1000 times during a 30-day period. If the API returns status code `429`, it means you have sent too many requests to the same resource. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.