id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
8e076119-5ea6-413d-addb-d5a412497ed5/99d70d92-e77f-46a1-b366-67f082a38059/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Users Details
Get Details of the logged in User In order to use this Endpoint, you will need sp_dc cookie value from your logged in spotify account Visit here to know more
200
New Example
{"birthdate": "2003-00-00", "country": "IN", "display_name": "NAME", "email": "00@gmail.com", "explicit_content": {"filter_enabled": false, "filter_locked": false}, "external_urls": {"spotify": "https://open.spotify.com/user/00"}, "followers": {"href": null, "total": 0}, "href": "https://api.spotify.com/v1/users/00", "...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/7a80836a-ff3b-4dcd-a0e6-b45df1226f78/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Remove Artist From Library (Unfollow Artist)
Remove Artist to Library which means you can use this endpoint to Remove a Follow for a Artist on Spotify To use this endpoint you either need url of the Artist on Spotify or the artistID of the Artist on Spotify To get artistID of a Spotify Playlist Simply go the url of the Artist Example : Gym Class Heroes URL : http...
200
New Example
{"data": {"addLibraryItems": {"__typename": "AddLibraryItemsResponse"}}, "extensions": {}}
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/ca47380f-1fc4-474b-8e48-fce9f7d20443/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Artist Visuals
Get Artist Visuals To use this endpoint you either need url of the artist on Spotify or the artistID of the artist on Spotify To get artistID of a Spotify Artist Simply go the url of the Artist Example : Gym Class Heroes URL : https://open.spotify.com/artist/4IJczjB0fJ04gs4uvP0Fli 4IJczjB0fJ04gs4uvP0Fli is the artistID...
200
New Example
{"avatarImage": {"extractedColors": {"colorRaw": {"hex": "#1878A0"}}, "sources": [{"height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb571bd5587850d252e8fc892d", "width": 640}, {"height": 160, "url": "https://i.scdn.co/image/ab6761610000f178571bd5587850d252e8fc892d", "width": 160}, {"height": 320, "url": "ht...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/b6bb9856-af62-47b8-ae7d-e8cbb4cbe5fa/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Recently Played Songs
Get Recently Played Songs Of the Logged in Spotify User In order to use this Endpoint, you will need sp_dc cookie value from your logged in spotify account Visit here to know more
200
New Example
{"playContexts": [{"lastPlayedTime": 1689077484184, "lastPlayedTrackUri": "spotify:track:0000", "uri": "spotify:user:0000:collection"}]}
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/7c1360e8-ed5d-4319-83d8-5ce93b5e7312/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Artist Discography
Get Artist Discography To use this endpoint you either need url of the artist on Spotify or the artistID of the artist on Spotify To get artistID of a Spotify Artist Simply go the url of the Artist Example : Gym Class Heroes URL : https://open.spotify.com/artist/4IJczjB0fJ04gs4uvP0Fli 4IJczjB0fJ04gs4uvP0Fli is the arti...
200
New Example
{"albums": {"items": [{"releases": {"items": [{"copyright": {"items": [{"text": "2022 Global Records", "type": "C"}, {"text": "2022 Global Records", "type": "P"}]}, "coverArt": {"sources": [{"height": 300, "url": "https://i.scdn.co/image/ab67616d00001e02fec9341c25339773dfe59cb5", "width": 300}, {"height": 64, "url": "h...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/7a08cb25-b681-48ab-acd3-fdc4982cd362/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Top Artists
Get Top Artists Details of a Spotify User In order to use this Endpoint, you will need sp_dc cookie value from your logged in spotify account Visit here to know more
200
New Example
{"href": "https://api.spotify.com/v1/me/top/artists?limit=5&offset=0&time_range=short_term", "items": [{"external_urls": {"spotify": "https://open.spotify.com/artist/2W6WP4pHQTFlbr2z9S4n54"}, "followers": {"href": null, "total": 0}, "genres": ["drift phonk"], "href": "https://api.spotify.com/v1/artists/2W6WP4pHQTFlbr2z...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/bae0e36c-7349-4800-9c1e-8da18f5d3730/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Liked Songs
Get Liked Songs Details of a Spotify User In order to use this Endpoint, you will need sp_dc cookie value from your logged in spotify account Visit here to know more
200
New Example
{"__typename": "UserLibraryTrackPage", "items": [{"__typename": "UserLibraryTrackResponse", "addedAt": {"isoString": "2023-07-08T02:52:13Z"}, "track": {"_uri": "spotify:track:1EjxJHY9A6LMOlvyZdwDly", "data": {"__typename": "Track", "albumOfTrack": {"artists": {"items": [{"profile": {"name": "Pritam"}, "uri": "spotify:a...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/ba687405-a64e-482f-90e8-dd0fe3a6aa18/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Search Results
Get Search Results from a Query Available Filters are listed below which can be added in the body: albums artists audiobooks episodes genres playlists podcasts users
200
New Example
{"artists": {"items": [{"data": {"__typename": "Artist", "profile": {"name": "Ed Sheeran", "verified": true}, "uri": "spotify:artist:6eUKZXaKkcviH0Ku9w2n3V", "visuals": {"avatarImage": {"extractedColors": {"colorDark": {"hex": "#083048", "isFallback": false}}, "sources": [{"height": 640, "url": "https://i.scdn.co/image...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/bad4c1a7-1b64-4284-9389-2e4a54e791ac/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Credits
Get Detailed Credits for the song on Spotify To use this endpoint you either need url of the Song on Spotify or the trackID of the song on Spotify To get trackID of a Spotify Song Simply go the url of the Song Example : Stereo Hearts (feat. Adam Levine) URL : https://open.spotify.com/track/0qOnSQQF0yzuPWsXrQ9paz 0qOnSQ...
200
New Example
{"extendedCredits": [], "roleCredits": [{"artists": [{"imageUri": "https://i.scdn.co/image/ab677762000078e645c984e8c82f9ce15ebf1f51", "name": "Adam Levine", "subroles": ["featured artist"], "uri": "spotify:artist:4bYPcJP5jwMhSivRcqie2n", "weight": 0.7998999953269958}, {"imageUri": "https://i.scdn.co/image/ab67776200007...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/979fbe77-4797-4eda-b0cc-26d005058ee9/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Artist Related Contents
Get Artist Related Contents To use this endpoint you either need url of the artist on Spotify or the artistID of the artist on Spotify To get artistID of a Spotify Artist Simply go the url of the Artist Example : Gym Class Heroes URL : https://open.spotify.com/artist/4IJczjB0fJ04gs4uvP0Fli 4IJczjB0fJ04gs4uvP0Fli is the...
200
New Example
{"appearsOn": {"items": [{"releases": {"items": [{"artists": {"items": [{"profile": {"name": "Dhurata Dora"}, "uri": "spotify:artist:6t7U7sYlVCtlMWzbecJcHd"}]}, "coverArt": {"sources": [{"height": 300, "url": "https://i.scdn.co/image/ab67616d00001e0265a83e777210f3e44ce5f3e1", "width": 300}, {"height": 64, "url": "https...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/b59b6dde-6717-4187-88dc-36e6991315d7/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Artist Stats
Get Artist Stats Info To use this endpoint you either need url of the artist on Spotify or the artistID of the artist on Spotify To get artistID of a Spotify Artist Simply go the url of the Artist Example : Gym Class Heroes URL : https://open.spotify.com/artist/4IJczjB0fJ04gs4uvP0Fli 4IJczjB0fJ04gs4uvP0Fli is the artis...
200
New Example
{"followers": 1248497, "monthlyListeners": 11137659, "topCities": {"items": [{"city": "Paris", "country": "FR", "numberOfListeners": 297239, "region": "75"}, {"city": "Amsterdam", "country": "NL", "numberOfListeners": 273943, "region": "NH"}, {"city": "Rotterdam", "country": "NL", "numberOfListeners": 242888, "region":...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/9316098d-7880-4ea5-8a7d-3c3f53342606/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Artist Sharing Info
Get Artist Sharing Info To use this endpoint you either need url of the artist on Spotify or the artistID of the artist on Spotify To get artistID of a Spotify Artist Simply go the url of the Artist Example : Gym Class Heroes URL : https://open.spotify.com/artist/4IJczjB0fJ04gs4uvP0Fli 4IJczjB0fJ04gs4uvP0Fli is the art...
200
New Example
{"shareId": "x66bt4g3RXm60QsqAvfglQ", "shareUrl": "https://open.spotify.com/artist/2w9zwq3AktTeYYMuhMjju8?si=x66bt4g3RXm60QsqAvfglQ"}
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/b24f5051-d8c1-4002-b996-176a15a034e5/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Artist Profile
Get Artist Profile To use this endpoint you either need url of the artist on Spotify or the artistID of the artist on Spotify To get artistID of a Spotify Artist Simply go the url of the Artist Example : Gym Class Heroes URL : https://open.spotify.com/artist/4IJczjB0fJ04gs4uvP0Fli 4IJczjB0fJ04gs4uvP0Fli is the artistID...
200
New Example
{"biography": {"text": "With an impressive string of hits, numerous awards under her trendy belt and concerts throughout Europe, Asia, Latin America, USA, Canada and the Middle East, INNA is truly a fierce musical phenomenon, one of those larger-than-life stars of the moment.\n\nOne of the most exciting voices in the d...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/314ef84f-40dd-4ab5-b559-e6d8156324bf/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Artist Merchandise
Get Artist Merchandise To use this endpoint you either need url of the artist on Spotify or the artistID of the artist on Spotify To get artistID of a Spotify Artist Simply go the url of the Artist Example : Gym Class Heroes URL : https://open.spotify.com/artist/4IJczjB0fJ04gs4uvP0Fli 4IJczjB0fJ04gs4uvP0Fli is the arti...
200
New Example
{"events": {"concerts": {"items": [], "pagingInfo": {"limit": 0}, "totalCount": 0}, "userLocation": {"name": "Ashburn"}}, "merch": {"items": [{"description": "This is a new, unopened CD in its original packaging.", "image": {"sources": [{"url": "https://merch-img.scdn.co/https%3A%2F%2Fmerchbar.imgix.net%2Fproduct%2F4%2...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/10852a07-2776-4c74-be62-c2166a4b965b/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Playlist Info
Get Detailed Playlist Info To use this endpoint you either need url of the Playlist or the playlistID of the Playlist To get playlistID of a Spotify Playlist Simply go the url of the Playlist Example : Favv Playlist URL : https://open.spotify.com/playlist/6fG5pFkuw76KDnZuyAT9gK 6fG5pFkuw76KDnZuyAT9gK is the playlistID ...
200
New Example
{"__typename": "Playlist", "attributes": [], "collaborative": false, "content": {"__typename": "PlaylistItemsPage", "items": [{"addedAt": {"isoString": "2022-01-29T06:25:01Z"}, "addedBy": {"data": {"__typename": "User", "avatar": null, "name": "Aryan", "uri": "spotify:user:31m4en72cpcracygwoxaiitbr2ba", "username": "31...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
8e076119-5ea6-413d-addb-d5a412497ed5/31d113fd-c1d3-40cf-8b3e-42b9a1bab859/0/0
SpotiScrape
Unlock Spotify Music Database and seamlessly access and extract music data from Spotify's vast catalog with SpotiScrape, the ultimate API for developers and music enthusiasts.
7.9
Get Lyrics
Get Time Synced Lyrics of a Song on Spotify To use this endpoint you either need url of the song or the trackID of the song To get trackID of a Spotify Song Simply go the url of the Playlist Example : Stereo Hearts (feat. Adam Levine) URL : https://open.spotify.com/track/0qOnSQQF0yzuPWsXrQ9paz 0qOnSQQF0yzuPWsXrQ9paz is...
200
New Example
{"colors": {"background": -10983436, "highlightText": -1, "text": -16777216}, "hasVocalRemoval": false, "lyrics": {"alternatives": [], "fullscreenAction": "FULLSCREEN_LYRICS", "isDenseTypeface": false, "isRtlLanguage": false, "language": "en", "lines": [{"syllables": [], "timeTag": "00:00:00", "words": "My heart's a st...
{"type": "object", "properties": {"birthdate": {"type": "string"}, "country": {"type": "string"}, "display_name": {"type": "string"}, "email": {"type": "string"}, "explicit_content": {"type": "object", "properties": {"filter_enabled": {"type": "boolean"}, "filter_locked": {"type": "boolean"}}}, "external_urls": {"type"...
14541e9d-bd50-4813-8ae5-d2fcad1c91ca/057ff78a-6add-432a-8356-916cca5058e9/0/0
Genius Lyrics API
This api is used to fetch Lyrics from genius.com.
null
Get Lyrics
Get lyrics of a song from genius.com by using path as parameter.
200
Response
{"lyric": "[\ube14\ub799\ud551\ud06c \"\ub69c\ub450\ub69c\ub450\" \uac00\uc0ac]<br><br>[Intro: All, <i>Ros\u00e9</i>]<br>BLACKPINK!<br><i>(Ah yeah, ah yeah!)</i><br>BLACKPINK!<br><i>(Ah yeah, ah yeah!)</i><br><br>[Verse 1: Jennie, <i>Lisa</i>, <b>All</b>]<br>Ayy, \ucc29\ud55c \uc5bc\uad74\uc5d0 \uadf8\ub807\uc9c0 \ubab...
{"type": "object", "properties": {"lyric": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1eb99189-bd32-4e17-a681-9ef5c7eef354/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Download Lyrics on Spotify (2 Quotas)
This endpoint provides a solution to download a track's lyrics on Spotify. (Powered by Spotify Scraper)
200
JSON
[{"startMs": 1000, "durMs": 1000, "text": "Line 1"}, {"startMs": 2000, "durMs": 1000, "text": "Line 2"}, {"startMs": 3000, "durMs": 1000, "text": "Line 3"}]
{"type": "array", "items": {"type": "object", "properties": {"startMs": {"type": "integer"}, "durMs": {"type": "integer"}, "text": {"type": "string"}}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1eb99189-bd32-4e17-a681-9ef5c7eef354/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Download Lyrics on Spotify (2 Quotas)
This endpoint provides a solution to download a track's lyrics on Spotify. (Powered by Spotify Scraper)
404
SoundCloud Track Not Found
{"status": false, "reason": "Track not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1eb99189-bd32-4e17-a681-9ef5c7eef354/1/1
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Download Lyrics on Spotify (2 Quotas)
This endpoint provides a solution to download a track's lyrics on Spotify. (Powered by Spotify Scraper)
404
Spotify Track Not Found
{"status": false, "reason": "Failed to find this track on Spotify."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1eb99189-bd32-4e17-a681-9ef5c7eef354/1/2
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Download Lyrics on Spotify (2 Quotas)
This endpoint provides a solution to download a track's lyrics on Spotify. (Powered by Spotify Scraper)
404
Spotify Lyrics Not Found
{"status": false, "reason": "Failed to find lyrics of this track on Spotify."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/bcc40480-ce39-45d9-bd2a-9cf71ff3dac0/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get Track Metadata (1-3 Quotas)
This endpoint fetches full details of a track on SoundCloud and helps you download uncut tracks of high and standard quality. (Tutorial: How to Use Audio URLs)
200
Success
{"status": true, "audio": [{"quality": "hq", "url": "https://...", "durationMs": 342792, "durationText": "05:42", "mimeType": "audio/mp4; codecs=\"mp4a.40.2\"", "extension": "m4a"}, {"quality": "sq", "url": "https://...", "durationMs": 342862, "durationText": "05:42", "mimeType": "audio/mpeg", "extension": "mp3"}, {"qu...
{"type": "object", "properties": {"status": {"type": "boolean"}, "audio": {"type": "array", "items": {"type": "object", "properties": {"quality": {"type": "string"}, "url": {"type": "string"}, "durationMs": {"type": "integer"}, "durationText": {"type": "string"}, "mimeType": {"type": "string"}, "extension": {"type": "s...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/bcc40480-ce39-45d9-bd2a-9cf71ff3dac0/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get Track Metadata (1-3 Quotas)
This endpoint fetches full details of a track on SoundCloud and helps you download uncut tracks of high and standard quality. (Tutorial: How to Use Audio URLs)
404
Not Found
{"status": false, "reason": "Track not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/958f27b3-195a-4807-bc86-a1d1138e7121/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Search for Albums
This endpoint searches for SoundCloud albums with optional filters. Pagination scraping is supported.
200
Success
{"status": true, "totalCount": 238, "albums": {"nextOffset": 50, "items": [{"type": "playlist", "id": 0, "permalinkUrl": "https://...", "createdAt": "2013-07-19T09:36:59Z", "lastModified": "2013-07-19T09:51:19Z", "isAlbum": true, "setType": "...", "title": "...", "description": "...", "durationMs": 4480196, "durationTe...
{"type": "object", "properties": {"status": {"type": "boolean"}, "totalCount": {"type": "integer"}, "albums": {"type": "object", "properties": {"nextOffset": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "permalinkUrl": ...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/64f89657-0e66-4cbc-b7ab-33dbc7b41e28/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Search for Users
This endpoint searches for SoundCloud users with optional filters. Pagination scraping is supported.
200
Success
{"status": true, "totalCount": 3016, "users": {"nextOffset": 50, "items": [{"type": "user", "id": 0, "permalink": "https://...", "createdAt": "2011-05-25T15:52:05Z", "lastModified": "2022-01-18T13:42:44Z", "name": "...", "description": "...", "avatarUrl": "https://...", "visuals": [{"url": "https://...", "entryTime": 0...
{"type": "object", "properties": {"status": {"type": "boolean"}, "totalCount": {"type": "integer"}, "users": {"type": "object", "properties": {"nextOffset": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "permalink": {"ty...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/5eb4b427-aa72-4dc8-be8c-b3333ea6075b/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Search for Playlists
This endpoint searches for SoundCloud playlists with optional filters. Pagination scraping is supported.
200
Success
{"status": true, "totalCount": 4338, "playlists": {"nextOffset": 50, "items": [{"type": "playlist", "id": 0, "permalinkUrl": "https://...", "createdAt": "2021-09-05T11:04:36Z", "lastModified": "2021-09-05T11:04:39Z", "isAlbum": false, "setType": "...", "title": "...", "description": "...", "durationMs": 88749244, "dura...
{"type": "object", "properties": {"status": {"type": "boolean"}, "totalCount": {"type": "integer"}, "playlists": {"type": "object", "properties": {"nextOffset": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "permalinkUrl...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/c5c8ec58-6a9a-45a9-bdd8-d25e769bcdb6/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Followers
This endpoint lists a user's followers.
200
Success
{"status": true, "type": "user", "id": 0, "followers": {"nextOffsetToken": "user-followers...", "items": [{"type": "user", "id": 0, "permalink": "https://...", "createdAt": "2013-02-03T15:30:05Z", "lastModified": "2014-11-07T18:03:44Z", "name": "...", "description": "...", "avatarUrl": "https://...", "visuals": [{"url"...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "followers": {"type": "object", "properties": {"nextOffsetToken": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/c5c8ec58-6a9a-45a9-bdd8-d25e769bcdb6/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Followers
This endpoint lists a user's followers.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/75e0a3ae-152e-4e5a-9a4b-857d2c9f27a4/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Reposts (Tracks, Playlists)
This endpoint lists reposts of a user. Pagination scraping is supported.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/75e0a3ae-152e-4e5a-9a4b-857d2c9f27a4/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Reposts (Tracks, Playlists)
This endpoint lists reposts of a user. Pagination scraping is supported.
200
Success
{"status": true, "type": "user", "id": 0, "reposts": {"nextOffsetToken": "user-reposts...", "items": [{"type": "track-repost", "uuid": "...", "createdAt": "2022-01-28T10:04:23Z", "caption": "...", "track": {"type": "track", "id": 0, "permalink": "https://...", "createdAt": "2022-01-06T20:18:08Z", "lastModified": "2022-...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "reposts": {"type": "object", "properties": {"nextOffsetToken": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "uuid": {"type": "...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/3624f326-1af7-4fb3-af33-13f4f8dd3968/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Playlists
This endpoint lists the playlists of a user. Pagination scraping is supported.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/3624f326-1af7-4fb3-af33-13f4f8dd3968/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Playlists
This endpoint lists the playlists of a user. Pagination scraping is supported.
200
Success
{"status": true, "type": "user", "id": 0, "playlists": {"nextOffset": 50, "items": [{"type": "playlist", "id": 0, "permalinkUrl": "https://...", "createdAt": "2017-03-20T17:48:30Z", "lastModified": "2017-03-20T17:49:09Z", "isAlbum": false, "setType": "...", "title": "...", "description": "...", "durationMs": 212506, "d...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "playlists": {"type": "object", "properties": {"nextOffset": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "inte...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/2521078f-1bad-4d35-af0f-b12d9c986356/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Popular Tracks
This endpoint lists all popular tracks of a user.
200
Success
{"status": true, "type": "user", "id": 0, "tracks": {"nextOffsetToken": null, "items": [{"type": "track", "id": 0, "permalink": "https://...", "createdAt": "2021-11-24T18:40:38Z", "lastModified": "2021-12-06T02:42:40Z", "title": "...", "caption": "...", "description": "...", "goPlus": false, "durationMs": 212140, "dura...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "tracks": {"type": "object", "properties": {"nextOffsetToken": {"type": "null"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integ...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/2521078f-1bad-4d35-af0f-b12d9c986356/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Popular Tracks
This endpoint lists all popular tracks of a user.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/3d46cb29-5d9f-427f-916d-5726493e8784/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Likes (Tracks, Playlists)
This endpoint lists tracks, playlists and albums liked by the specified user.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/3d46cb29-5d9f-427f-916d-5726493e8784/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Likes (Tracks, Playlists)
This endpoint lists tracks, playlists and albums liked by the specified user.
200
Success
{"status": true, "type": "user", "id": 0, "likes": {"nextOffsetToken": "user-likes...", "items": [{"type": "like", "createdAt": "2020-07-03T09:01:48Z", "item": {"type": "track", "id": 0, "permalink": "https://...", "createdAt": "2020-01-08T16:33:01Z", "lastModified": "2020-08-11T13:05:44Z", "title": "...", "caption": "...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "likes": {"type": "object", "properties": {"nextOffsetToken": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "createdAt": {"type"...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/473800e2-8070-4f3f-83fa-c0725300ab37/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Comments
This endpoint lists a user's comments.
200
Success
{"status": true, "type": "user", "id": 0, "comments": {"nextOffsetToken": "user-comments...", "items": [{"type": "comment", "id": 0, "createdAt": "2022-05-09T01:36:36Z", "body": "...", "timestamp": 307183, "track": {"type": "track", "id": 0, "permalink": "https://...", "lastModified": "2022-05-09T01:03:06Z", "title": "...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "comments": {"type": "object", "properties": {"nextOffsetToken": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "i...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/473800e2-8070-4f3f-83fa-c0725300ab37/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Comments
This endpoint lists a user's comments.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1fa28011-e5c0-409d-a220-99b348ab55f6/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List Track Comments
This endpoint lists comments of a track. Pagination scraping is supported.
404
Not Found
{"status": false, "reason": "Track not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1fa28011-e5c0-409d-a220-99b348ab55f6/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List Track Comments
This endpoint lists comments of a track. Pagination scraping is supported.
200
Success
{"status": true, "type": "track", "id": 0, "comments": {"nextOffset": 0, "items": [{"type": "comment", "id": 0, "createdAt": "2013-08-01T07:18:54Z", "body": "...", "timestamp": 164851, "user": {"type": "user", "id": 0, "permalink": "https://...", "lastModified": "2022-04-09T17:12:46Z", "name": "...", "avatarUrl": "http...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "comments": {"type": "object", "properties": {"nextOffset": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "intege...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/959396c6-03c2-44e1-804f-eb757dc54ff9/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Search for (Go+) Tracks
This endpoint searches for SoundCloud (Go+) tracks with optional filters. Pagination scraping is supported.
200
Success
{"status": true, "totalCount": 10000, "tracks": {"nextOffset": 50, "items": [{"type": "track", "id": 0, "permalink": "https://...", "createdAt": "2013-02-13T17:30:24Z", "lastModified": "2022-06-03T23:30:43Z", "title": "...", "caption": "...", "description": "...", "goPlus": false, "durationMs": 315510, "durationText": ...
{"type": "object", "properties": {"status": {"type": "boolean"}, "totalCount": {"type": "integer"}, "tracks": {"type": "object", "properties": {"nextOffset": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "permalink": {"t...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/fe5a30b4-15fb-4034-85d2-5b7b02680a2c/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Followings
This endpoint lists users that follow the specified user.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/fe5a30b4-15fb-4034-85d2-5b7b02680a2c/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Followings
This endpoint lists users that follow the specified user.
200
Success
{"status": true, "type": "user", "id": 0, "followings": {"nextOffsetToken": "user-followings...", "items": [{"type": "user", "id": 0, "permalink": "https://...", "createdAt": "2012-07-01T23:01:24Z", "lastModified": "2019-11-19T15:44:58Z", "name": "...", "description": "...", "avatarUrl": "https://...", "visuals": [{"ur...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "followings": {"type": "object", "properties": {"nextOffsetToken": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": ...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/7d9dde5f-d685-42fe-8afd-06b029545d35/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Albums
This endpoint lists the albums of a user. Pagination scraping is supported.
200
Success
{"status": true, "type": "user", "id": 0, "playlists": {"nextOffset": 50, "items": [{"type": "playlist", "id": 0, "permalinkUrl": "https://...", "createdAt": "2020-11-25T23:19:02Z", "lastModified": "2021-02-08T19:08:27Z", "isAlbum": true, "setType": "...", "title": "...", "description": "...", "durationMs": 2971246, "d...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "playlists": {"type": "object", "properties": {"nextOffset": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "inte...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/7d9dde5f-d685-42fe-8afd-06b029545d35/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Albums
This endpoint lists the albums of a user. Pagination scraping is supported.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1feb3151-6b8c-47fa-b4cb-436d26d6cc4d/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Tracks
This endpoint lists tracks of a user. Pagination scraping is supported.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/1feb3151-6b8c-47fa-b4cb-436d26d6cc4d/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List User Tracks
This endpoint lists tracks of a user. Pagination scraping is supported.
200
Success
{"status": true, "type": "user", "id": 0, "tracks": {"nextOffsetToken": "user-tracks...", "items": [{"type": "track", "id": 0, "permalink": "https://...", "createdAt": "2021-11-24T18:40:38Z", "lastModified": "2021-12-06T02:42:40Z", "title": "...", "caption": "...", "description": "...", "goPlus": false, "durationMs": 2...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "tracks": {"type": "object", "properties": {"nextOffsetToken": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "int...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/63b1d1e1-c7d2-4261-8c66-b9f89e476aea/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get User Profile
This endpoint fetches a user's profile.
404
Not Found
{"status": false, "reason": "User not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/63b1d1e1-c7d2-4261-8c66-b9f89e476aea/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get User Profile
This endpoint fetches a user's profile.
200
Success
{"status": true, "type": "user", "id": 0, "permalink": "https://...", "createdAt": "2011-05-25T15:52:05Z", "lastModified": "2022-01-18T13:42:44Z", "name": "...", "description": "...", "avatarUrl": "https://...", "visuals": [{"url": "https://...", "entryTime": 0}], "followerCount": 2050269, "followingCount": 2, "trackCo...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "permalink": {"type": "string"}, "createdAt": {"type": "string"}, "lastModified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "avatarUrl": {"type": "string"}, "v...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/94533050-26e4-48b1-a1bf-333c14d0c6ce/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get Station Details
This endpoint fetches full details of a SoundCloud station, including all tracks.
200
Success
{"status": true, "type": "station", "id": "...", "permalink": "https://...", "shortTitle": "...", "title": "...", "shortDescription": "...", "description": "...", "stationType": "...", "artworkUrl": "https://...", "likeCount": 927, "user": {"type": "user", "id": 0, "permalink": "https://...", "lastModified": "2022-06-0...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "string"}, "permalink": {"type": "string"}, "shortTitle": {"type": "string"}, "title": {"type": "string"}, "shortDescription": {"type": "string"}, "description": {"type": "string"}, "stationType": {"type": "strin...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/94533050-26e4-48b1-a1bf-333c14d0c6ce/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get Station Details
This endpoint fetches full details of a SoundCloud station, including all tracks.
404
Not Found
{"status": false, "reason": "Station not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/d1b17592-db2d-4929-894a-91787e8b9ea8/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List Playlist/Album Tracks
This endpoint lists tracks of a playlist or album. Pagination scraping is supported.
200
Success
{"status": true, "type": "playlist", "id": 0, "permalinkUrl": "https://...", "tracks": {"nextOffset": 50, "items": [{"type": "track", "id": 0, "permalink": "https://...", "createdAt": "2020-09-15T12:16:44Z", "lastModified": "2022-06-20T12:52:48Z", "title": "...", "caption": "...", "description": "...", "goPlus": true, ...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "permalinkUrl": {"type": "string"}, "tracks": {"type": "object", "properties": {"nextOffset": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type"...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/d1b17592-db2d-4929-894a-91787e8b9ea8/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
List Playlist/Album Tracks
This endpoint lists tracks of a playlist or album. Pagination scraping is supported.
404
Not Found
{"status": false, "reason": "Playlist or album not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/2eb4466d-ce45-4d77-8773-d2308851592f/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get Playlist/Album Metadata
This endpoint fetches full details of a playlist or album, including all track IDs.
200
Success
{"status": true, "type": "playlist", "id": 0, "permalinkUrl": "https://...", "createdAt": "2020-09-20T04:05:40Z", "lastModified": "2021-03-05T15:08:31Z", "isAlbum": true, "setType": "...", "title": "...", "description": "...", "durationMs": 4768157, "durationText": "01:19:28", "artworkUrl": "https://...", "releaseDate"...
{"type": "object", "properties": {"status": {"type": "boolean"}, "type": {"type": "string"}, "id": {"type": "integer"}, "permalinkUrl": {"type": "string"}, "createdAt": {"type": "string"}, "lastModified": {"type": "string"}, "isAlbum": {"type": "boolean"}, "setType": {"type": "string"}, "title": {"type": "string"}, "de...
99d01db9-bd9d-40c8-85fd-1df44a2bf622/2eb4466d-ce45-4d77-8773-d2308851592f/1/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get Playlist/Album Metadata
This endpoint fetches full details of a playlist or album, including all track IDs.
404
Not Found
{"status": false, "reason": "Playlist or album not found."}
{"type": "object", "properties": {"status": {"type": "boolean"}, "reason": {"type": "string"}}}
99d01db9-bd9d-40c8-85fd-1df44a2bf622/066da255-f7bf-4756-b149-9f9f104f5377/0/0
SoundCloud Scraper
An all-in-one SoundCloud scraper/downloader. Scrapes albums, playlists, profiles. Downloads uncut high-quality audios and lyrics.
9.8
Get Home Page Overview
This endpoint fetches trending information displayed on the SoundCloud home page as an incognito visitor.
200
Success
{"status": true, "selections": [{"type": "selection", "id": "...", "lastUpdated": "2022-06-26T12:20:02Z", "title": "...", "description": "...", "items": [{"type": "station", "id": "...", "permalink": "https://...", "shortTitle": "...", "title": "...", "shortDescription": "...", "description": "...", "stationType": "......
{"type": "object", "properties": {"status": {"type": "boolean"}, "selections": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "lastUpdated": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "array", ...
1cacf188-52c4-44ba-bb46-72b8ad1149e3/09d8bac3-4830-40b1-aede-b3910e7f9d19/0/0
Timestamp Lyrics
Get lyrics of any song of any language with timestamps.
0.3
Lyrics
Extract the lyrics of the particular song by name
200
Response
{"lyrics": [{"timestamp": 9670, "words": "The club isn't the best place to find a lover"}, {"timestamp": 12170, "words": "So the bar is where I go (Mm, mm)"}, {"timestamp": 14850, "words": "Me and my friends at the table doing shots"}, {"timestamp": 17260, "words": "Drinking fast, and then we talk slow (Mm, mm)"}, {"ti...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lyrics": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "words": {"type": "string"}}, "required": ["timestamp", "words"]}}}, "required": ["lyrics"]}
83ecab4a-2af5-4458-91cf-415688b2e072/962a8ce9-6989-428a-8b4d-8c167b424838/0/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
titleUsingGET
Get the title of youtube url
200
New Example
{"link": null, "filename": "0cbd1a95-4259-40c2-8b05-7dca250ce6d3", "status": "AVAILABLE", "format": null, "title": "Artist - Song Name | Medium", "startAt": "08/05/2022 18:32:58", "endAt": "08/05/2022 18:33:03"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"link": {"type": "null"}, "filename": {"type": "string"}, "status": {"type": "string"}, "format": {"type": "null"}, "title": {"type": "string"}, "startAt": {"type": "string"}, "endAt": {"type": "string"}}, "required": ["endAt", "filename", "...
83ecab4a-2af5-4458-91cf-415688b2e072/c7c5237d-d41a-42d4-b966-02bc69b414d2/0/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
statusUsingGET
Check the status of the file conversion
500
Example_1
{"code": "", "description": "", "timestamp": "", "title": "", "type": "ERROR"}
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "title": {"type": "string"}, "type": {"type": "string", "enum": ["ERROR", "INFO", "WARNING"]}}, "title": "MessageDTO"}
83ecab4a-2af5-4458-91cf-415688b2e072/c7c5237d-d41a-42d4-b966-02bc69b414d2/1/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
statusUsingGET
Check the status of the file conversion
200
Example_1
{"link": "http://localhost/0cbd1a95-4259-40c2-8b05-7dca250ce6d3.mp3", "filename": "0cbd1a95-4259-40c2-8b05-7dca250ce6d3", "status": "AVAILABLE", "format": "MP3", "title": "Artist - Song Name | Medium", "startAt": "08/05/2022 18:32:58", "endAt": "08/05/2022 18:33:03", "startTime": 50, "endTime": 80}
{"type": "object", "properties": {"endAt": {"type": "string", "format": "date-time"}, "filename": {"type": "string"}, "link": {"type": "string"}, "startAt": {"type": "string", "format": "date-time"}, "status": {"type": "string", "enum": ["AVAILABLE", "CONVERTING"]}, "title": {"type": "string"}}, "title": "FileDTO"}
83ecab4a-2af5-4458-91cf-415688b2e072/c7c5237d-d41a-42d4-b966-02bc69b414d2/2/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
statusUsingGET
Check the status of the file conversion
400
Example_1
{"code": "", "description": "", "timestamp": "", "title": "", "type": "ERROR"}
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "title": {"type": "string"}, "type": {"type": "string", "enum": ["ERROR", "INFO", "WARNING"]}}, "title": "MessageDTO"}
83ecab4a-2af5-4458-91cf-415688b2e072/c7c5237d-d41a-42d4-b966-02bc69b414d2/3/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
statusUsingGET
Check the status of the file conversion
404
Example_1
{"code": "", "description": "", "timestamp": "", "title": "", "type": "ERROR"}
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "title": {"type": "string"}, "type": {"type": "string", "enum": ["ERROR", "INFO", "WARNING"]}}, "title": "MessageDTO"}
83ecab4a-2af5-4458-91cf-415688b2e072/0120d69c-4c6a-4463-a4f4-ffda3c5ef346/0/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
downloadUsingPOST
Convert YouTube video to mp3 async
200
Example_1
{"link": "http://localhost/0cbd1a95-4259-40c2-8b05-7dca250ce6d3.mp3", "filename": "0cbd1a95-4259-40c2-8b05-7dca250ce6d3", "status": "AVAILABLE", "format": "MP3", "title": "Artist - Song Name | Medium", "startAt": "08/05/2022 18:32:58", "endAt": "08/05/2022 18:33:03", "startTime": 50, "endTime": 80}
{"type": "object", "properties": {"endAt": {"type": "string", "format": "date-time"}, "filename": {"type": "string"}, "link": {"type": "string"}, "startAt": {"type": "string", "format": "date-time"}, "status": {"type": "string", "enum": ["AVAILABLE", "CONVERTING"]}, "title": {"type": "string"}}, "title": "FileDTO"}
83ecab4a-2af5-4458-91cf-415688b2e072/0120d69c-4c6a-4463-a4f4-ffda3c5ef346/2/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
downloadUsingPOST
Convert YouTube video to mp3 async
404
Example_1
{"code": "", "description": "", "timestamp": "", "title": "", "type": "ERROR"}
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "title": {"type": "string"}, "type": {"type": "string", "enum": ["ERROR", "INFO", "WARNING"]}}, "title": "MessageDTO"}
83ecab4a-2af5-4458-91cf-415688b2e072/0120d69c-4c6a-4463-a4f4-ffda3c5ef346/4/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
downloadUsingPOST
Convert YouTube video to mp3 async
400
Example_1
{"code": "", "description": "", "timestamp": "", "title": "", "type": "ERROR"}
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "title": {"type": "string"}, "type": {"type": "string", "enum": ["ERROR", "INFO", "WARNING"]}}, "title": "MessageDTO"}
83ecab4a-2af5-4458-91cf-415688b2e072/0120d69c-4c6a-4463-a4f4-ffda3c5ef346/6/0
YouTube to mp3
Convert video from YouTube to audio (mp3) or video (mp4) asynchronously. REST API that allows you to convert a YouTube video to audio or video format. The links are available for a maximum period of 12 hours, after which the link is no longer available.
9.3
downloadUsingPOST
Convert YouTube video to mp3 async
500
Example_1
{"code": "", "description": "", "timestamp": "", "title": "", "type": "ERROR"}
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "timestamp": {"type": "string", "format": "date-time"}, "title": {"type": "string"}, "type": {"type": "string", "enum": ["ERROR", "INFO", "WARNING"]}}, "title": "MessageDTO"}
45462831-9e61-43f8-b859-c542c741ab04/f6a9b9c7-a7c3-473d-b067-8fee372312ed/0/0
New Music Friday with Credits
New Music Friday songs with Credits data (Producers, Writers, Composers, Lyricist, Label, ISRC, Release date)
null
Get CSV of Songs with Credits data
Get New Music Friday songs in a CSV file (using download URL)
200
Response
{"download_url": "https://drive.google.com/file/d/1iaLZSW5T9TjSHMQI1vAUMCGQi0dQYEEz/view?usp=sharing", "file_name": "NMF-2023-04-07.csv"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"download_url": {"type": "string"}, "file_name": {"type": "string"}}, "required": ["download_url", "file_name"]}
765ccf83-8756-4e77-86f3-47cf330efeab/5840be04-6503-4021-bc57-05acfe7ffd99/0/0
AI-Powered Song Interpretation API
Unlock the hidden stories and themes within your favorite tunes with our AI-Powered Song Interpretation. Get BPM & Key also !
6.5
SongMean
Uncover the essence of your favorite tunes with a humorous twist, and get the scoop on their defining features like beats per minute (BPM), key, and more with our playful and insightful Song Interpretation API. Song Name _Language
200
Response
{"SongMeaning": "Oh l\u00e0 l\u00e0, voil\u00e0 une ode exquise \u00e0 l'ambigu\u00eft\u00e9 du r\u00eave \u00e9veill\u00e9 en amour! Ces paroles s'entortillent autour de l'id\u00e9e fascinante mais potentiellement frustrante que l'objet de notre affection et de nos d\u00e9sirs les plus profonds ne r\u00e9alise son pot...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"SongMeaning": {"type": "string"}, "SongInfos": {"type": "string"}}, "required": ["SongInfos", "SongMeaning"]}
9e260bfd-4631-4b7c-a73e-81b8941ac23b/b3caf8da-7697-46b5-8810-7511cb8fa2fe/0/0
Stock SFX and Music
Enhance your creative projects with our Stock SFX and Music API. Access a vast library of high-quality sound effects and music tracks to elevate your applications, videos, games, and more. Seamlessly integrate our API to bring depth and emotion to your content, unlocking a world of audio possibilities with ease.
6.9
Search
Search
200
Response
[{"id": 347169779, "name": "Recovery", "duration": 191, "audio": "https://dm0qx8t0i9gc9.cloudfront.net/previews/audio/HX7dY9Lh8kb0yo71a/audioblocks-recovery_master-2_HwiohRlZo_NWM.mp3?type=preview&origin=AUDIOBLOCKS&timestamp_ms=1693420001146&publicKey=vCVpPZNXl4bv0YvyXO8mUHQplLViyy3YjD0hDb7dP7sIm7w4kUpDdLuwrou9CT1o&or...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "duration": {"type": "integer"}, "audio": {"type": "string"}, "bpm": {"type": "integer"}, "source": {"type": "string"}, "moods": {"type": "string"}, "genres": ...
9e260bfd-4631-4b7c-a73e-81b8941ac23b/fc37a2e2-f346-427d-a628-0ff3c2b8aff1/0/0
Stock SFX and Music
Enhance your creative projects with our Stock SFX and Music API. Access a vast library of high-quality sound effects and music tracks to elevate your applications, videos, games, and more. Seamlessly integrate our API to bring depth and emotion to your content, unlocking a world of audio possibilities with ease.
6.9
Category Group
Get Category Group
200
Response
[{"name": "Rock", "count": 5291, "category_id": 9, "thumbnail_url": "https://invideo-block-assets.s3.ap-south-1.amazonaws.com/Music_New_Thumbnails/Rock.png", "thumbnail_url_wide": "https://invideo-block-assets.s3.ap-south-1.amazonaws.com/New_Music_Wide/Genres/01_Rock.png"}, {"name": "Chill Out", "count": 1637, "categor...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}, "category_id": {"type": "integer"}, "thumbnail_url": {"type": "string"}, "thumbnail_url_wide": {"type": "string"}}, "required": ["category_id", "count", "na...
94e884fe-d668-4166-8d78-f6344eccaeb2/31d2d930-1e14-4934-95cf-464879f8be13/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return All Albums for an Artist using known TADB_Artist_ID
Return All Albums for an Artist using known TADB_Artist_ID
200
Response
{"album": [{"idAlbum": "2115886", "idArtist": "112024", "idLabel": "47129", "intLoved": null, "intSales": "0", "intScore": "8", "intScoreVotes": "2", "intYearReleased": "2011", "strAlbum": "Thursday", "strAlbum3DCase": null, "strAlbum3DFace": null, "strAlbum3DFlat": null, "strAlbum3DThumb": null, "strAlbumCDart": "", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"album": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idLabel": {"type": ["null", "string"]}, "intLoved": {"type": ["null", "string"]}, "intSales": {"type": "str...
94e884fe-d668-4166-8d78-f6344eccaeb2/dc6e3796-9936-4b73-8ea7-561dc5d0b684/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return All Tracks for Album from known TADB_Album_ID
Return All Tracks for Album from known TADB_Album_ID
200
Response
{"track": [{"idAlbum": "2115888", "idArtist": "112024", "idIMVDB": null, "idLyric": "0", "idTrack": "32793500", "intCD": null, "intDuration": "274000", "intLoved": "0", "intMusicVidComments": null, "intMusicVidDislikes": null, "intMusicVidFavorites": null, "intMusicVidLikes": null, "intMusicVidViews": null, "intScore":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"track": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idIMVDB": {"type": "null"}, "idLyric": {"type": "string"}, "idTrack": {"type": "string"}, "intCD": {"type":...
94e884fe-d668-4166-8d78-f6344eccaeb2/6bda8843-92e0-455f-9859-2510539bfaf6/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return Artist details from artist name
Return Artist details from artist name
200
Response
{"artists": [{"idArtist": "111239", "idLabel": "45114", "intBornYear": "1996", "intCharted": "3", "intDiedYear": null, "intFormedYear": "1996", "intMembers": "4", "strArtist": "Coldplay", "strArtistAlternate": "", "strArtistBanner": "https://www.theaudiodb.com/images/media/artist/banner/xuypqw1386331010.jpg", "strArtis...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"idArtist": {"type": "string"}, "idLabel": {"type": "string"}, "intBornYear": {"type": "string"}, "intCharted": {"type": "string"}, "intDiedYear": {"type": "null"}, "int...
94e884fe-d668-4166-8d78-f6344eccaeb2/8d1b2fbf-f184-4864-83ce-c0079d73ea45/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return Discography for an Artist with Album names and year only
Return Discography for an Artist with Album names and year only
200
Response
{"album": [{"intYearReleased": "2019", "strAlbum": "Everyday Life"}, {"intYearReleased": "2018", "strAlbum": "Live in Buenos Aires"}, {"intYearReleased": "2018", "strAlbum": "Greatest Songs"}, {"intYearReleased": "2017", "strAlbum": "Kaleidoscope EP"}, {"intYearReleased": "2015", "strAlbum": "A Head Full of Dreams"}, {...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"album": {"type": "array", "items": {"type": "object", "properties": {"intYearReleased": {"type": "string"}, "strAlbum": {"type": "string"}}, "required": ["intYearReleased", "strAlbum"]}}}, "required": ["album"]}
94e884fe-d668-4166-8d78-f6344eccaeb2/f457f71e-9bd4-4a65-b8e0-96867a3ba26f/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return individual Album info using known TADB_Album_ID
Return individual Album info using known TADB_Album_ID
200
Response
{"album": [{"idAlbum": "2115888", "idArtist": "112024", "idLabel": "47129", "intLoved": null, "intSales": "0", "intScore": "8.5", "intScoreVotes": "2", "intYearReleased": "2011", "strAlbum": "Echoes of Silence", "strAlbum3DCase": null, "strAlbum3DFace": null, "strAlbum3DFlat": null, "strAlbum3DThumb": null, "strAlbumCD...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"album": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idLabel": {"type": "string"}, "intLoved": {"type": "null"}, "intSales": {"type": "string"}, "intScore": {"t...
94e884fe-d668-4166-8d78-f6344eccaeb2/4152f5f9-25dc-453f-bfe1-44ccd79c3121/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return individual Artist details using known TADB_Artist_ID (TheAudioDB Artist ID)
Return individual Artist details using known TADB_Artist_ID (TheAudioDB Artist ID)
200
Response
{"artists": [{"idArtist": "112024", "idLabel": "47129", "intBornYear": "1990", "intCharted": "4", "intDiedYear": null, "intFormedYear": "2010", "intMembers": "1", "strArtist": "The Weeknd", "strArtistAlternate": "", "strArtistBanner": "https://www.theaudiodb.com/images/media/artist/banner/xqttqs1408106880.jpg", "strArt...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"idArtist": {"type": "string"}, "idLabel": {"type": "string"}, "intBornYear": {"type": "string"}, "intCharted": {"type": "string"}, "intDiedYear": {"type": "null"}, "int...
94e884fe-d668-4166-8d78-f6344eccaeb2/5de6c771-a7c7-4456-86e7-06297453d05d/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return single album details from artist + album name
Return single album details from artist + album name
200
Response
{"album": [{"idAlbum": "2112973", "idArtist": "111492", "idLabel": "43473", "intLoved": "4", "intSales": "0", "intScore": "9", "intScoreVotes": "6", "intYearReleased": "1997", "strAlbum": "Homework", "strAlbum3DCase": "https://www.theaudiodb.com/images/media/album/3dcase/rxxvsu1537089989.png", "strAlbum3DFace": "https:...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"album": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idLabel": {"type": "string"}, "intLoved": {"type": "string"}, "intSales": {"type": "string"}, "intScore": {...
94e884fe-d668-4166-8d78-f6344eccaeb2/1186a143-f3a5-40a8-8058-b61099f1266c/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return track details from artist/track name
Return track details from artist/track name
200
Response
{"track": [{"idAlbum": "2109615", "idArtist": "111239", "idIMVDB": "0", "idLyric": "102256", "idTrack": "32724184", "intCD": null, "intDuration": "269240", "intLoved": "0", "intMusicVidComments": "56076", "intMusicVidDislikes": "49796", "intMusicVidFavorites": "0", "intMusicVidLikes": "1585376", "intMusicVidViews": "40...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"track": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idIMVDB": {"type": "string"}, "idLyric": {"type": "string"}, "idTrack": {"type": "string"}, "intCD": {"type...
94e884fe-d668-4166-8d78-f6344eccaeb2/3cd4f67d-00a9-4953-be35-099db77596d8/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return individual track info using a known TADB_Track_ID
Return individual track info using a known TADB_Track_ID
200
Response
{"track": [{"idAlbum": "2115888", "idArtist": "112024", "idIMVDB": null, "idLyric": "0", "idTrack": "32793500", "intCD": null, "intDuration": "274000", "intLoved": "0", "intMusicVidComments": null, "intMusicVidDislikes": null, "intMusicVidFavorites": null, "intMusicVidLikes": null, "intMusicVidViews": null, "intScore":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"track": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idIMVDB": {"type": "null"}, "idLyric": {"type": "string"}, "idTrack": {"type": "string"}, "intCD": {"type":...
94e884fe-d668-4166-8d78-f6344eccaeb2/bde218af-aedd-4b23-994f-19a91a17e362/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
MBID - Return individual Album info using a known MusicBrainz_Release-Group_ID
Return individual Album info using a known MusicBrainz_Release-Group_ID
200
Response
{"album": [{"idAlbum": "2346607", "idArtist": "111352", "idLabel": null, "intLoved": null, "intSales": "0", "intScore": "9", "intScoreVotes": "1", "intYearReleased": "2020", "strAlbum": "folklore", "strAlbum3DCase": null, "strAlbum3DFace": null, "strAlbum3DFlat": null, "strAlbum3DThumb": null, "strAlbumCDart": null, "s...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"album": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idLabel": {"type": "null"}, "intLoved": {"type": "null"}, "intSales": {"type": "string"}, "intScore": {"typ...
94e884fe-d668-4166-8d78-f6344eccaeb2/61b10222-3c7f-4444-b8e7-0b4764463826/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
MBID - Return individual track info using a known MusicBrainz_Recording_ID
Return individual track info using a known MusicBrainz_Recording_ID
200
Response
{"track": [{"idAlbum": "2115888", "idArtist": "112024", "idIMVDB": null, "idLyric": "0", "idTrack": "32793500", "intCD": null, "intDuration": "274000", "intLoved": "0", "intMusicVidComments": null, "intMusicVidDislikes": null, "intMusicVidFavorites": null, "intMusicVidLikes": null, "intMusicVidViews": null, "intScore":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"track": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idIMVDB": {"type": "null"}, "idLyric": {"type": "string"}, "idTrack": {"type": "string"}, "intCD": {"type":...
94e884fe-d668-4166-8d78-f6344eccaeb2/315c1bf6-688c-4eb7-b50e-edf6494ef973/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return The top 10 Most Loved tracks for an Artist Name
Return The top 10 Most Loved tracks for an Artist Name
200
Response
{"track": [{"idAlbum": "2222841", "idArtist": "111352", "idIMVDB": "0", "idLyric": "0", "idTrack": "34100638", "intCD": null, "intDuration": "232000", "intLoved": "3", "intMusicVidComments": "567660", "intMusicVidDislikes": "679198", "intMusicVidFavorites": "0", "intMusicVidLikes": "9763143", "intMusicVidViews": "25570...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"track": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idIMVDB": {"type": ["null", "string"]}, "idLyric": {"type": ["null", "string"]}, "idTrack": {"type": "strin...
94e884fe-d668-4166-8d78-f6344eccaeb2/5b064f33-872d-4d74-b131-6f5869b8030c/0/0
TheAudioDB
TheAudioDB.com is a community driven database of audio metadata. It is our aim to be the most simple and accurate source of Music data from all over the world. We also provide a repository of data that can be used in various types of HTPC software to make your viewing experience more visually appealing.
9.5
Return The top 10 Most Loved tracks for an Artist Music Brainz ID
Return The top 10 Most Loved tracks for an Artist Music Brainz ID
200
Response
{"track": [{"idAlbum": "2222841", "idArtist": "111352", "idIMVDB": "0", "idLyric": "0", "idTrack": "34100638", "intCD": null, "intDuration": "232000", "intLoved": "3", "intMusicVidComments": "567660", "intMusicVidDislikes": "679198", "intMusicVidFavorites": "0", "intMusicVidLikes": "9763143", "intMusicVidViews": "25570...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"track": {"type": "array", "items": {"type": "object", "properties": {"idAlbum": {"type": "string"}, "idArtist": {"type": "string"}, "idIMVDB": {"type": ["null", "string"]}, "idLyric": {"type": ["null", "string"]}, "idTrack": {"type": "strin...
731d991b-8936-4532-98e0-f544c2f57042/3eb355ec-0e4d-4c9e-9a03-7f422eb4931d/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Preview_GetDownloadPath
Rate Limits: 100 requests per minute
410
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": "", "extensions": {}}
{"type": "object", "additionalProperties": false, "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string",...
731d991b-8936-4532-98e0-f544c2f57042/3eb355ec-0e4d-4c9e-9a03-7f422eb4931d/1/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Preview_GetDownloadPath
Rate Limits: 100 requests per minute
404
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": "", "extensions": {}}
{"type": "object", "additionalProperties": false, "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string",...
731d991b-8936-4532-98e0-f544c2f57042/3eb355ec-0e4d-4c9e-9a03-7f422eb4931d/2/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Preview_GetDownloadPath
Rate Limits: 100 requests per minute
200
null
{"id": "", "downloadUrl": ""}
{"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string", "description": "The unique id of the master.\n ", "format": "guid"}, "downloadUrl": {"type": ["string", "null"], "description": "The url where the master can be downloaded.\n "}}}
731d991b-8936-4532-98e0-f544c2f57042/79c3c93d-01b4-4e87-bd18-f55ca3a0b122/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Preview_GetTrackMasterStatus
Rate Limits: 100 requests per minute
404
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": "", "extensions": {}}
{"type": "object", "additionalProperties": false, "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string",...
731d991b-8936-4532-98e0-f544c2f57042/79c3c93d-01b4-4e87-bd18-f55ca3a0b122/1/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Preview_GetTrackMasterStatus
Rate Limits: 100 requests per minute
200
null
{"id": "", "status": "processing", "error": {"code": 0, "details": ""}}
{"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string", "description": "The unique id of the preview.\n ", "format": "guid"}, "status": {"description": "The status of the preview. \\\n Possible values are:\\\n`downloading`: The input file is being downloaded on our server...
731d991b-8936-4532-98e0-f544c2f57042/bee62c6f-45cb-4104-a036-3136b3458dd3/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Preview_CreateSinglePreview
The created preview will always be an MP3 file. \ \ When successful, the request returns a 202 Accepted. The body of the response contains the id of the preview being processed and a url to poll in order to fetch the status of the preview. \ \ nb. For staging clients, no actual preview will be performed. The flow is si...
202
null
{"id": "", "location": ""}
{"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string", "description": "The unique id of the preview.", "format": "guid"}, "location": {"type": ["string", "null"], "description": "The path of the url to poll to get the status of the preview."}}}
731d991b-8936-4532-98e0-f544c2f57042/9503d62a-21c2-4d80-a4b8-03cf34ddf6e3/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Master_GetTrackMasterStatus
Rate Limits: 100 requests per minute
200
null
{"id": "", "status": "processing", "error": {"code": 0, "details": ""}}
{"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string", "description": "The unique id of the master.\n ", "format": "guid"}, "status": {"description": "The status of the master. \\\n Possible values are:\\\n`downloading`: The input file is being downloaded on our server.\...
731d991b-8936-4532-98e0-f544c2f57042/9503d62a-21c2-4d80-a4b8-03cf34ddf6e3/1/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Master_GetTrackMasterStatus
Rate Limits: 100 requests per minute
404
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": "", "extensions": {}}
{"type": "object", "additionalProperties": false, "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string",...
731d991b-8936-4532-98e0-f544c2f57042/7ff37ac4-eec3-4208-8ecc-c8c21c845544/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Master_GetDownloadPath
Rate Limits: 100 requests per minute
404
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": "", "extensions": {}}
{"type": "object", "additionalProperties": false, "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string",...
731d991b-8936-4532-98e0-f544c2f57042/7ff37ac4-eec3-4208-8ecc-c8c21c845544/1/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Master_GetDownloadPath
Rate Limits: 100 requests per minute
410
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": "", "extensions": {}}
{"type": "object", "additionalProperties": false, "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string",...
731d991b-8936-4532-98e0-f544c2f57042/7ff37ac4-eec3-4208-8ecc-c8c21c845544/2/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Master_GetDownloadPath
Rate Limits: 100 requests per minute
200
null
{"id": "", "downloadUrl": ""}
{"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string", "description": "The unique id of the master.\n ", "format": "guid"}, "downloadUrl": {"type": ["string", "null"], "description": "The url where the master can be downloaded.\n "}}}
731d991b-8936-4532-98e0-f544c2f57042/2b6a95c8-54b2-4008-b604-1b749466baf5/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Master_CreateSingleMaster
When successful, the request returns a 202 Accepted. The body of the response contains the id of the master and a url to poll in order to fetch the status of the master. \ \ nb. For staging clients, no actual master will be performed. The flow is simulated over 10 seconds resulting in a dummy audio file. \ \ Rate Limi...
202
null
{"id": "", "location": ""}
{"type": "object", "additionalProperties": false, "properties": {"id": {"type": "string", "description": "The unique id of the master.", "format": "guid"}, "location": {"type": ["string", "null"], "description": "The path of the url to poll to get the status of the master."}}}
731d991b-8936-4532-98e0-f544c2f57042/01faacbe-7ed0-4555-9c8e-d99c9c1c32fe/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Webhook_RegenerateSecret
Generates a new signing secret for the webhook. The old secret is expired immediately.
200
null
{"secret": ""}
{"type": "object", "additionalProperties": false, "properties": {"secret": {"type": ["string", "null"]}}}
731d991b-8936-4532-98e0-f544c2f57042/061124e7-7602-48a1-9f6c-443ca6aaaa8a/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Webhook_GetWebhookConfiguration
Get the webhook configuration.
200
null
{"url": "", "enabled": true, "secret": ""}
{"type": "object", "additionalProperties": false, "properties": {"url": {"type": ["string", "null"]}, "enabled": {"type": "boolean"}, "secret": {"type": ["string", "null"]}}}
731d991b-8936-4532-98e0-f544c2f57042/0f0dbf2d-4e73-4e23-9255-770b1529e807/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Webhook_UpdateWebhookConfiguration
Update the Url or disable the webhook.
200
null
{"url": "", "enabled": true, "secret": ""}
{"type": "object", "additionalProperties": false, "properties": {"url": {"type": ["string", "null"]}, "enabled": {"type": "boolean"}, "secret": {"type": ["string", "null"]}}}
731d991b-8936-4532-98e0-f544c2f57042/fe386f1d-897c-4272-b7d3-f2f8c0c66930/0/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Webhook_ConfigureWebhook
After configuration, LANDR will notify you when a master or preview is complete by sending a message at the configured endpoint.
200
null
{"url": "", "enabled": true, "secret": ""}
{"type": "object", "additionalProperties": false, "properties": {"url": {"type": ["string", "null"]}, "enabled": {"type": "boolean"}, "secret": {"type": ["string", "null"]}}}
731d991b-8936-4532-98e0-f544c2f57042/fe386f1d-897c-4272-b7d3-f2f8c0c66930/1/0
LANDR Mastering v1
Give your users an instant and customized audio mastering solution by harnessing the power of LANDR’s industry-leading, AI-driven mastering engine and its patented machine learning capabilities. NOTE: Access API key here: https://www.landr.com/pro-audio-mastering-api
0.2
Webhook_ConfigureWebhook
After configuration, LANDR will notify you when a master or preview is complete by sending a message at the configured endpoint.
409
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": "", "extensions": {}}
{"type": "object", "additionalProperties": false, "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string",...