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 |
|---|---|---|---|---|---|---|---|---|---|
afa3ce4b-95fb-4a61-a982-a655dfff1e8c/ddd331c0-dda9-4852-b608-be0b659346ce/0/0 | zVloopy | Automaic creation of audio loops and beats | 0 | create beat | create beat | 200 | New Example | {"id": "22191", "result": "https://zvloopy.online/media/22191.mp3"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "result": {"type": "string"}}, "required": ["id", "result"]} |
b6e5dfc6-ee89-4680-93df-42b4d7ca36d9/54b1e728-55df-4350-8614-85744142a3cc/0/0 | Piano Chords | RESTful API for piano chords. | 8.5 | Search for a chord by entering notes or midi keys | Returns an array of chord objects (when a match is found) | 200 | Response | {"G#-aug": {"name": "G#-aug", "notes": ["G#", "C", "E"], "intervals": ["1", "3", "#5"], "midiKeys": [68, 72, 76]}, "E-aug": {"name": "E-aug", "notes": ["E", "G#", "C"], "intervals": ["1", "3", "#5"], "midiKeys": [64, 68, 72]}, "C-aug": {"name": "C-aug", "notes": ["C", "E", "Ab"], "intervals": ["1", "3", "#5"], "midiKey... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"G#-aug": {"type": "object", "properties": {"name": {"type": "string"}, "notes": {"type": "array", "items": {"type": "string"}}, "intervals": {"type": "array", "items": {"type": "string"}}, "midiKeys": {"type": "array", "items": {"type": "in... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/aec0c0e4-dc31-436f-94ae-daa1a64a3597/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get user profile and public playlists | Get useer profile and public playlists by user ID. | 200 | Response | {"display_name": "smedjan", "externalUrls": {"spotify": "https://open.spotify.com/user/smedjan"}, "followers_count": 87, "id": "smedjan", "type": "user", "uri": "spotify:user:smedjan", "images": [], "playlists": [{"uri": "spotify:playlist:1CBGDKGM8kekBPfAG5jPZt", "id": "1CBGDKGM8kekBPfAG5jPZt", "name": "Starred", "imag... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"display_name": {"type": "string"}, "externalUrls": {"type": "object", "properties": {"spotify": {"type": "string"}}, "required": ["spotify"]}, "followers_count": {"type": "integer"}, "id": {"type": "string"}, "type": {"type": "string"}, "ur... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/101afdde-1776-4a24-ad0c-6321364943ae/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get show | Get show by show ID. | 200 | Response | {"uri": "spotify:show:27P6BFPuPIYkFuaKnX5bAu", "id": "27P6BFPuPIYkFuaKnX5bAu", "name": "Pop", "description": "My first ever song it took me five years to make", "html_description": "My first ever song it took me five years to make", "explicit": false, "is_externally_hosted": false, "languages": ["en"], "images": [{"url... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "html_description": {"type": "string"}, "explicit": {"type": "boolean"}, "is_externally_hosted": {"type": "boolean"}, "langua... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/58765763-e680-4534-91f6-d4095a62702e/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get episode | Get episode from episode ID. | 200 | Response | {"uri": "spotify:episode:0hQhnRuqGwyz4xiCwfWp2v", "id": "0hQhnRuqGwyz4xiCwfWp2v", "name": "Poppy Playtime VS Rainbow Friends//ZAMination ", "description": "The wheel had chosen ZAMination and Random Video! I be put an poll with 2 options \u201cCoryxKeshin Detroit Become Human\u201c and \u201dMha/Bnha\u201d Since a lot ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "html_description": {"type": "string"}, "external_urls": {"type": "object", "properties": {"spotify": {"type": "string"}}, "r... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/43685137-8fac-46d4-b39f-273e9d952450/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get track audo futures | Get track audio futures data from track ID. | 200 | Response | {"acousticness": 0.15, "danceability": 0.772, "duration_ms": 166560, "energy": 0.639, "id": "6uFn47ACjqYkc0jADwEdj1", "instrumentalness": 0, "key": 1, "liveness": 0.0698, "loudness": -7.119, "mode": 1, "speechiness": 0.467, "tempo": 168.112, "time_signature": 4, "type": "audio_features", "uri": "spotify:track:6uFn47ACj... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"acousticness": {"type": "number"}, "danceability": {"type": "number"}, "duration_ms": {"type": "integer"}, "energy": {"type": "number"}, "id": {"type": "string"}, "instrumentalness": {"type": "integer"}, "key": {"type": "integer"}, "livenes... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/9e7f5d0d-4160-42f7-bc51-e3dce3b8cfa8/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get tracks | Get tracks by tracks IDs separeted by comma MAX 50 tracks at a time. | 200 | Response | [{"uri": "spotify:track:6uFn47ACjqYkc0jADwEdj1", "id": "6uFn47ACjqYkc0jADwEdj1", "name": "Pop Out (feat. Lil Tjay)", "artists": [{"uri": "spotify:artist:6AgTAQt8XS6jRWi4sX7w49", "id": "6AgTAQt8XS6jRWi4sX7w49", "name": "Polo G", "external_urls": {"spotify": "https://open.spotify.com/artist/6AgTAQt8XS6jRWi4sX7w49"}, "typ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": ... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/cc97ebaf-af3f-45de-a5cf-df0a63a18da8/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get playlist by category | Get playlist from category, supported categories are :
pop, hip-hop, rock, latino, dance/electro, mood, indie, workout, country, r&b, k-pop,
chill, sleep, party, decades, love, metal, jazz, gaming, folk&acoustic, focus, classics,
punck, ambient, blues, afro, summer | 200 | Response | [{"uri": "spotify:playlist:37i9dQZF1DX6GwdWRQMQpq", "id": "37i9dQZF1DX6GwdWRQMQpq", "name": "Feelin' Myself", "description": "The hip-hop playlist that's a whole mood. Art By Laci Jordan; Cover: Latto", "images": [{"url": "https://i.scdn.co/image/ab67706f00000003a95bd6f550d985669687f9a4", "width": 0, "height": 0}], "ow... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, ... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/7e881c07-e79d-4ba3-94ed-84a6c35a7f7c/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get playlist tracks | Get playlist tracks by playlist ID. | 200 | Response | [{"added_at": "2023-04-21T17:04:55Z", "added_by": {"external_urls": {"spotify": "https://open.spotify.com/user/"}, "href": "https://api.spotify.com/v1/users/", "type": "user", "uri": "spotify:user:"}, "track": {"uri": "spotify:track:6qrHMTpz4fHcpB3uwUBSnY", "id": "6qrHMTpz4fHcpB3uwUBSnY", "name": "EPISODE 4 - From \"CY... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"added_at": {"type": "string"}, "added_by": {"type": "object", "properties": {"external_urls": {"type": "object", "properties": {"spotify": {"type": "string"}}, "required": ["spotify"]}, "href": {"type": "string"},... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/65616a41-d622-4a13-81c5-63bd26de1169/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get playlist | Get playlist by ID. | 200 | Response | {"uri": "spotify:playlist:37i9dQZF1DX1ZQxccKVEtV", "id": "37i9dQZF1DX1ZQxccKVEtV", "name": "RAP IS NOW", "description": "\u0e1f\u0e31\u0e07 RAP IS NOW CYPHERLOGY \u0e41\u0e25\u0e30\u0e40\u0e1e\u0e25\u0e07\u0e08\u0e32\u0e01\u0e28\u0e34\u0e25\u0e1b\u0e34\u0e19\u0e2e\u0e34\u0e1b\u0e2e\u0e2d\u0e1b\u0e17\u0e35\u0e48\u0e40\u... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/da239131-851d-46e4-9308-63b8f124a33d/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get album tracks | Get album tracks by album ID | 200 | Response | [{"uri": "spotify:track:6OmhkSOpvYBokMKQxpIGx2", "id": "6OmhkSOpvYBokMKQxpIGx2", "name": "Global Warming (feat. Sensato)", "artists": [{"uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg", "name": "Pitbull"}, {"uri": "spotify:artist:7iJrDbKM5fEkGdm5kpjFzS", "name": "Sensato"}], "duration_ms": 85400, "explicit": true, "disc_... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "string"}}, "requ... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/26075300-1a70-4277-8fc5-c14136c5e627/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get album | Get album by album ID. | 200 | Response | {"uri": "spotify:album:4XE9M8giGvwLFebTgpCwSc", "id": "4XE9M8giGvwLFebTgpCwSc", "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273643e6ecebab400d52574e4b2", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02643e6ecebab400d52574e4b2", "width": 300, "height": 300}, {"url": "https://... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["height", "url"... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/01643943-7dc8-423a-b834-2035c5d0cdb5/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get artist related artists | Get artist related artist by artis id | 200 | Response | [{"uri": "spotify:artist:0jnsk9HBra6NMjO2oANoPY", "id": "0jnsk9HBra6NMjO2oANoPY", "name": "Flo Rida", "images": [{"url": "https://i.scdn.co/image/ab6761610000e5eb655ca8f3196953554b479452", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616100005174655ca8f3196953554b479452", "width": 320, "height": 3... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "heig... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/490b899b-fe5d-4585-903b-319c1b729268/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get artist top tracks | Get artist top tracks by artist id | 200 | Response | [{"uri": "spotify:track:3cHyrEgdyYRjgJKSOiOtcS", "id": "3cHyrEgdyYRjgJKSOiOtcS", "name": "Timber (feat. Ke$ha)", "artists": [{"uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "external_urls": {"spotify": "https://open.spotify.com/artist/0TnOYISbd1XYRBk9myaseg"}, "type":... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": ... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/a179cded-4751-40da-a728-5322ac975f65/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get artist albums | Get artist albums request from one of the groups : album, single, appears_on, compilation | 200 | Response | [{"releases": [{"uri": "spotify:album:4rG0MhkU6UojACJxkMHIXB", "id": "4rG0MhkU6UojACJxkMHIXB", "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731dc7483a9fcfce54822a2f19", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021dc7483a9fcfce54822a2f19", "width": 300, "height": 300}, {"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"releases": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/6ff6ca2b-d2f9-4f62-8330-bc07b20bb995/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get multiple artists | Get multiple artist with one request max 5 at once. Each id separeted by , | 200 | Response | [{"uri": "spotify:artist:2auC28zjQyVTsiZKNgPRGs", "id": "2auC28zjQyVTsiZKNgPRGs", "name": "RM", "images": [{"url": "https://i.scdn.co/image/ab6761610000e5eb3b8f6208d84e28f63841e43c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab676161000051743b8f6208d84e28f63841e43c", "width": 320, "height": 320}, {... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/5bdf349c-b1a4-4483-a17d-3b2308ffc958/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Get artist | Get artist by ID | 200 | Response | {"uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg", "id": "0TnOYISbd1XYRBk9myaseg", "name": "Pitbull", "images": [{"url": "https://i.scdn.co/image/ab6761610000e5ebfc9d2abc85b6f4bef77f80ea", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616100005174fc9d2abc85b6f4bef77f80ea", "width": 320, "height": 320... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, ... |
31b4f0a6-c665-4959-a7c7-32b634d73b7e/d5e31dda-2809-4439-b910-b6e0b0fbd792/0/0 | Spotify Data API | Fetch all available Spotify Data like Shows,Playlists, Episodes,Artists, Tracks, User playlists and more
Note: Currently the API is deployed on server with basic plan with auto sleep thats why the Latency is so high .After first subscription I will upgrade the plan with always on service and the latency will be normal. | 8.9 | Search | Search for a one of the types "album", "artist", "playlist", "track", "show", "episode" | 200 | Response | [{"totalCount": 1000, "items": [{"uri": "spotify:show:25auwWceZnlOEK6SwtO1y1", "id": "25auwWceZnlOEK6SwtO1y1", "name": "Pop Culture Happy Hour", "description": "Get obsessed with us. Five days a week, Pop Culture Happy Hour serves you recommendations and commentary on the buzziest movies, TV, music, books, videogames a... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"totalCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "str... |
d5c6b711-3553-4383-afb8-b5b45a0bc236/9eb1768d-2a1b-4085-9d71-9d9b45054d8c/0/0 | WhoSampled API | An API to fetch samples and covers of songs by artist name and song title. | 0.1 | Get Sampled Tracks | Get sampled tracks of a given artist's track. | 200 | Response | [{"track": "Pick Up", "artist": "DJ Koze"}, {"track": "Pick Up (Yam Who? Edit)", "artist": "Dubplate Disco"}, {"track": "Anyway You Want", "artist": "Tour-Maubourg"}, {"track": "Dance to the Music (Club Mix)", "artist": "Disco Stu"}, {"track": "Chasing Rainbows", "artist": "Big Time CharlieSoozy Q"}, {"track": "Give on... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "artist": {"type": "string"}}, "required": ["artist", "track"]}} |
d5c6b711-3553-4383-afb8-b5b45a0bc236/d1ae1bc0-56ae-431b-9a5d-fecce9fee3f3/0/0 | WhoSampled API | An API to fetch samples and covers of songs by artist name and song title. | 0.1 | Get Cover Tracks | Get tracks that have covered a given artist's track. | 200 | Response | [{"track": "The Best Is Yet to Come", "artist": "James Darren"}, {"track": "The Best Is Yet to Come", "artist": "Ella Fitzgerald"}, {"track": "The Best Is Yet to Come", "artist": "Michael Bubl\u00e9"}, {"track": "The Best Is Yet to Come", "artist": "Frank SinatraCount Basie"}, {"track": "The Best Is Yet to Come", "arti... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "artist": {"type": "string"}}, "required": ["artist", "track"]}} |
d5c6b711-3553-4383-afb8-b5b45a0bc236/209e2468-7016-438a-8340-d5f0d90c31a1/0/0 | WhoSampled API | An API to fetch samples and covers of songs by artist name and song title. | 0.1 | Get Sample Tracks | Get samples of a given artist's track. | 200 | Response | [{"track": "I'm Gonna Love You Just a Little More Baby", "artist": "Barry White"}, {"track": "Bounce, Rock, Skate, Roll", "artist": "Vaughan Mason and Crew"}, {"track": "Very Busy Sidewalk", "artist": "The Hollywood Edge Sound Effects Library"}, {"track": "Datafile Three: Hit 1", "artist": "Zero-G"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "artist": {"type": "string"}}, "required": ["artist", "track"]}} |
d5c6b711-3553-4383-afb8-b5b45a0bc236/358cdea4-83f7-4a6c-a89b-d2040416b110/0/0 | WhoSampled API | An API to fetch samples and covers of songs by artist name and song title. | 0.1 | Get All Related Tracks | Gets all related tracks (sampled tracks, sample tracks, cover tracks, remix tracks.) | 200 | Response | [{"track": "Hot Stuff (I Want You Back)", "artist": "Pussycat Dolls"}, {"track": "Energy Crisis '79", "artist": "Dickie Goodman"}, {"track": "Hawt Stuff", "artist": "Vicetone"}, {"track": "Add Nekem a Tested", "artist": "Venus (Hungarian Pop Band)"}, {"track": "Hot Stuff", "artist": "EliZe"}, {"track": "Kuuma Humppa", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "artist": {"type": "string"}}, "required": ["artist", "track"]}} |
ee3cd782-ac82-4f04-86ce-6c258b13612f/4e549a8c-0a92-44c9-a3e4-349d87d3090d/0/0 | Lyrics Finder | An API the brings to you the lyrics you want | 0 | Get artist's song lyric | Get the specific artist's song lyric by artist name and song name | 200 | New Example | [{"songName": "Aerials", "songLyric": "Life is a waterfallWe're one in the river,and one again after the fallSwimming through the voidwe hear the wordWe lose ourselves but we find it allCause we are the ones that want to playAlways want to go but you never want to stayAnd we are the ones that want to chooseAlways want ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"songName": {"type": "string"}, "songLyric": {"type": "string"}}, "required": ["songLyric", "songName"]}} |
ee3cd782-ac82-4f04-86ce-6c258b13612f/d542b37f-7b4f-4e9f-9c4c-d6fe8397ea95/0/0 | Lyrics Finder | An API the brings to you the lyrics you want | 0 | Get all artists | Get all artist by the first letter artit's name | 200 | New Example | [{"artistName": "Guns N' Roses", "url": "/artists/guns-n-roses/"}, {"artistName": "George Michael", "url": "/artists/george-michael/"}, {"artistName": "Gusttavo Lima", "url": "/artists/gusttavo-lima/"}, {"artistName": "Gal Costa", "url": "/artists/gal-costa/"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"artistName": {"type": "string"}, "url": {"type": "string"}}, "required": ["artistName", "url"]}} |
ee3cd782-ac82-4f04-86ce-6c258b13612f/37372030-d55f-4689-ad9b-761ed74b8e1f/0/0 | Lyrics Finder | An API the brings to you the lyrics you want | 0 | Get all artist's musics | Get all artist's musics by the artist's name | 200 | New Example | [{"singer": "system-of-a-down", "songName": "Aerials", "uri": "/system-of-a-down/aerials.html"}, {"singer": "system-of-a-down", "songName": "Attack", "uri": "/system-of-a-down/attack.html"}, {"singer": "system-of-a-down", "songName": "Atwa", "uri": "/system-of-a-down/atwa.html"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"singer": {"type": "string"}, "songName": {"type": "string"}, "uri": {"type": "string"}}, "required": ["singer", "songName", "uri"]}} |
0148f556-e033-4f6a-89d7-c5dedba237ed/52f920a1-e447-426d-a0b1-f917815a19a8/0/0 | Sampled By | Discover artist tracks that have been sampled and by who | null | Artist Sampled Tracks | Returns a JSON response consisting of tracks by an artist that have been sampled. | 200 | New Example | {"data": [{"title": "Funky Drummer", "year": "1970", "samples_found": 1730}, {"title": "Funky President (People It's Bad)", "year": "1974", "samples_found": 927}, {"title": "Get Up Offa That Thing", "year": "1976", "samples_found": 360}, {"title": "The Payback", "year": "1973", "samples_found": 409}, {"title": "Don't T... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "year": {"type": "string"}, "samples_found": {"type": "integer"}}}}, "meta": {"type": "object", "properties": {"current_page": {"type": "integer"}, "last_page": {"type": "integer"}, "total... |
0148f556-e033-4f6a-89d7-c5dedba237ed/334f47fb-2a8d-4095-a153-1dc03321c917/0/0 | Sampled By | Discover artist tracks that have been sampled and by who | null | Tracks That Sampled | Returns a JSON response consisting of all tracks that sampled a supplied artist and song. | 200 | New Example | {"data": [{"title": "The Number Song", "artist": "DJ Shadow", "year": 1996, "sampled": "Bass", "genre": "Hip-Hop / Rap / R&B"}], "meta": {"total_samples": 1}} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "artist": {"type": "string"}, "year": {"type": "integer"}, "sampled": {"type": "string"}, "genre": {"type": "string"}}}}, "meta": {"type": "object", "properties": {"total_samples": {"type"... |
42021597-3c15-46b2-8309-788971030c5f/36bd13df-59f2-44b9-a800-15c94369e112/0/0 | Music Identify | A Shazam like music identification API. | 0.3 | identify | Like Shazam, send your mp3 clip and we'll return track info
Upload your mp3 file under as a form data content type, under the 'file' name
Any type of mp3 is accepted, with these restrictions:
- Must not be bigger than 5MB
- Must not be longer than 12 seconds | 200 | Response | {"data": {"album": "Stay Hungry", "artist": "Twisted Sister", "genre": "Hard Rock", "release_year": 1984, "title": "We're Not Gonna Take It"}, "identified": true, "request_uuid": "uuid"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"album": {"type": "string"}, "artist": {"type": "string"}, "genre": {"type": "string"}, "release_year": {"type": "integer"}, "title": {"type": "string"}}, "required": ["album", "artist", "genre", "re... |
868a001f-0a47-411f-80ee-58a55e270b74/2d3b0e9c-9bca-49d6-b88c-fb69777ecbd9/0/0 | Spotify Artist Monthly Listeners | Get the Monthly Listeners count for any artist on Spotify! | 8.7 | Get Artist Monthly Listeners Count | Get the monthly listeners count of any artist on Spotify! | 200 | New Example | {"result": "success", "message": "Data Retrieved.", "spotify_artist_id": "66CXWjxzNUsdJxJ2JdwvnR", "monthly_listeners": 69521970} | {"type": "object", "properties": {"result": {"type": "string"}, "message": {"type": "string"}, "spotify_artist_id": {"type": "string"}, "monthly_listeners": {"type": "integer"}}} |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/ca35eeff-8665-4c31-a5c1-04e96516be37/0/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Search | Make a search and get track data with video data | 200 | Array | [{"youtube": {"id": "fX56rC5tv2A", "url": "https://www.youtube.com/watch?v=fX56rC5tv2A", "title": "Spotlight", "image": "https://lh3.googleusercontent.com/zUwOL3ckcS_keMgLT-CnA8BEeNa_fIvTAgwjWisMcaybUDbKjqFEUQxh4Z98aXpGeqzqs3WEvTHHcTxHrg=w120-h120-l90-rj", "channels": [{"name": "Burin Boonvisut", "id": "UCUTjfeWsSiirP9... | {"type": "array", "items": {"type": "object", "properties": {"youtube": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}, "channels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "i... |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/8872376e-d5ad-4dc1-afe3-b0968bf923eb/0/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Youtube | Send get request with video id and will return track data from Spotify | 404 | Can't find id | {"msg": "We couldn't find a data with this id", "status_code": 404} | {"type": "object", "properties": {"msg": {"type": "string"}, "status_code": {"type": "integer"}}} |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/8872376e-d5ad-4dc1-afe3-b0968bf923eb/1/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Youtube | Send get request with video id and will return track data from Spotify | 400 | No id sent | {"msg": "You must provide a id", "status_code": 400} | {"type": "object", "properties": {"msg": {"type": "string"}, "status_code": {"type": "integer"}}} |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/8872376e-d5ad-4dc1-afe3-b0968bf923eb/2/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Youtube | Send get request with video id and will return track data from Spotify | 200 | Response | {"spotify": {"id": "6HA1gscdMuFFyvtpIlpNr7", "url": "https://open.spotify.com/track/6HA1gscdMuFFyvtpIlpNr7", "uri": "spotify:track:6HA1gscdMuFFyvtpIlpNr7", "title": "Friendless Blues", "length": 179306, "artists": [{"id": "74g0xdNndEjFzMKSRFUMNM", "uri": "spotify:artist:74g0xdNndEjFzMKSRFUMNM", "url": "https://open.spo... | {"type": "object", "properties": {"spotify": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "uri": {"type": "string"}, "title": {"type": "string"}, "length": {"type": "integer"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "ur... |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/773975a2-239a-4f04-9c43-80490b0bb1cc/0/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Spotify | Send get request with track id and get video data | 404 | Don't have id | {"msg": "We couldn't find a data with this id", "status_code": 404} | {"type": "object", "properties": {"msg": {"type": "string"}, "status_code": {"type": "integer"}}} |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/773975a2-239a-4f04-9c43-80490b0bb1cc/1/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Spotify | Send get request with track id and get video data | 400 | No ID | {"msg": "You must provide a id", "status_code": 400} | {"type": "object", "properties": {"msg": {"type": "string"}, "status_code": {"type": "integer"}}} |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/773975a2-239a-4f04-9c43-80490b0bb1cc/2/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Spotify | Send get request with track id and get video data | 200 | Video data | {"youtube": {"id": "NkipsUTYTak", "url": "https://www.youtube.com/watch?v=NkipsUTYTak", "title": "Something You Should Know", "image": "https://lh3.googleusercontent.com/T3pQSkCM6Z2tLAF2mrxzxewd2bAtmY3mSQB4hrgHRxYMJI7QGRWMFbmBhQeSL_gZmFYxJ6DMWY0TFCAF=w120-h120-l90-rj", "channels": [{"_id": "61ca2a0d8ab16d61cd63204c", "... | {"type": "object", "properties": {"youtube": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}, "channels": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "i... |
4c78a8df-068d-4c8e-a203-b15c6cc227f4/329ebb7e-7d28-4f9c-8886-f86c2bffa29c/0/0 | Kareoke | Search songs and get the YouTube video and Spotify track, get random songs and more. | 0.1 | Random | Get random song | 200 | Song Response | {"youtube": {"id": "NkipsUTYTak", "url": "https://www.youtube.com/watch?v=NkipsUTYTak", "title": "Something You Should Know", "image": "https://lh3.googleusercontent.com/T3pQSkCM6Z2tLAF2mrxzxewd2bAtmY3mSQB4hrgHRxYMJI7QGRWMFbmBhQeSL_gZmFYxJ6DMWY0TFCAF=w120-h120-l90-rj", "channels": [{"name": "Michael Learns To Rock", "i... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"youtube": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}, "channels": {"type": "array", "items": {"type": "object", "properties": {"name": {"ty... |
ea9ac51c-4184-48e6-ae93-62b1356fd1a7/8e6d14a2-7f74-49c1-a916-422e5ca99bc6/0/0 | Billboard Charts Rankings | Billboard chart rankings API: Hot 100 Charts, Year-End Charts, Hot 100 Songs, Billboard 200 Albums, Billboard Global 200, Top Artists. | 0.1 | Year-End 100 Hot Songs | Year-End 100 Hot Songs API | 200 | Response | [{"artist_name": "Dua Lipa", "image": "https://charts-static.billboard.com/img/2020/08/dua-lipa-eqf-levitating-wms-180x180.jpg", "rank": "1", "song_name": "Levitating"}, {"artist_name": "The Weeknd & Ariana Grande", "image": "https://charts-static.billboard.com/img/2011/11/the-weeknd-nsd-180x180.jpg", "rank": "2", "son... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"artist_name": {"type": "string"}, "image": {"type": "string"}, "rank": {"type": "string"}, "song_name": {"type": "string"}}, "required": ["artist_name", "image", "rank", "song_name"]}} |
ea9ac51c-4184-48e6-ae93-62b1356fd1a7/f3a4da85-65d2-4088-86de-2dabb1f67ac6/0/0 | Billboard Charts Rankings | Billboard chart rankings API: Hot 100 Charts, Year-End Charts, Hot 100 Songs, Billboard 200 Albums, Billboard Global 200, Top Artists. | 0.1 | Hot 100 | Hot 100 Charts API | 200 | Response | [{"artist_name": "Adele", "image": "https://charts-static.billboard.com/img/2021/10/adele-000-easy-on-me-zy9-180x180.jpg", "last_week": "2", "peak_pos": "1", "rank": "1", "song_name": "Easy On Me", "wks_on_chart": "7"}, {"artist_name": "The Kid LAROI & Justin Bieber", "image": "https://charts-static.billboard.com/img/2... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"artist_name": {"type": "string"}, "image": {"type": "string"}, "last_week": {"type": "string"}, "peak_pos": {"type": "string"}, "rank": {"type": "string"}, "song_name": {"type": "string"}, "wks_on_chart": {"type":... |
ea9ac51c-4184-48e6-ae93-62b1356fd1a7/0d6812f0-3c31-4b36-b907-26773b257981/0/0 | Billboard Charts Rankings | Billboard chart rankings API: Hot 100 Charts, Year-End Charts, Hot 100 Songs, Billboard 200 Albums, Billboard Global 200, Top Artists. | 0.1 | Billboard 200 Albums | Billboard 200 Albums API | 200 | Response | [{"artist_name": "Morgan Wallen", "image": "https://charts-static.billboard.com/img/2021/01/morgan-wallen-nlu-dangerous-the-double-album-zbn-180x180.jpg", "rank": "1", "song_name": "Dangerous: The Double Album"}, {"artist_name": "Olivia Rodrigo", "image": "https://charts-static.billboard.com/img/2021/06/olivia-rodrigo-... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"artist_name": {"type": "string"}, "image": {"type": "string"}, "rank": {"type": "string"}, "song_name": {"type": "string"}}, "required": ["artist_name", "image", "rank", "song_name"]}} |
ea9ac51c-4184-48e6-ae93-62b1356fd1a7/a455ee0f-af62-4801-9e62-c335dcb02bb4/0/0 | Billboard Charts Rankings | Billboard chart rankings API: Hot 100 Charts, Year-End Charts, Hot 100 Songs, Billboard 200 Albums, Billboard Global 200, Top Artists. | 0.1 | Top Artists | Top Artists API | 200 | Response | [{"artist_name": "Drake", "image": "https://charts-static.billboard.com/img/2009/04/drake-p3d-180x180.jpg", "rank": "1"}, {"artist_name": "Olivia Rodrigo", "image": "https://charts-static.billboard.com/img/2020/01/olivia-rodrigo-3wl-artist-chart-9ct-180x180.jpg", "rank": "2"}, {"artist_name": "The Weeknd", "image": "ht... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"artist_name": {"type": "string"}, "image": {"type": "string"}, "rank": {"type": "string"}}, "required": ["artist_name", "image", "rank"]}} |
ea9ac51c-4184-48e6-ae93-62b1356fd1a7/bc6a5e4c-25fb-44ac-9672-05d20f17ab29/0/0 | Billboard Charts Rankings | Billboard chart rankings API: Hot 100 Charts, Year-End Charts, Hot 100 Songs, Billboard 200 Albums, Billboard Global 200, Top Artists. | 0.1 | Billboard Global 200 | Billboard Global 200 API | 200 | Response | [{"artist_name": "Dua Lipa", "image": "https://charts-static.billboard.com/img/2020/04/dua-lipa-eqf-levitating-tr9-180x180.jpg", "rank": "1", "song_name": "Levitating"}, {"artist_name": "The Weeknd & Ariana Grande", "image": "https://charts-static.billboard.com/img/2020/12/the-weeknd-uyi-save-your-tears-e5b-180x180.jpg... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"artist_name": {"type": "string"}, "image": {"type": "string"}, "rank": {"type": "string"}, "song_name": {"type": "string"}}, "required": ["artist_name", "image", "rank", "song_name"]}} |
d34115b2-0874-4f4b-a998-402c6505fd20/3421bc0a-a40c-4373-a193-37de966df5e9/0/0 | YouTube Hub | Fetch all details about single video likes, views, title, thumbnail etc. | null | Get Video Details | Fetch all basic information about video | 200 | Response | {"title": "Romantic Hits By Jubin Nautiyal | Audio Jukebox | Latest Hindi Romantic Songs | T-Series ", "viewcount": "41M", "date": "Premiered May 25, 2020", "like": "331K", "dislike": "null", "description": "This is the Compilation of Best and Latest Romantic Hits by Jubin Nautiyal - Audio Jukebox. Listen \\u0026 Enj... | {"title": "Romantic Hits By Jubin Nautiyal | Audio Jukebox | Latest Hindi Romantic Songs | T-Series ", "viewcount": "41M", "date": "Premiered May 25, 2020", "like": "331K", "dislike": "null", "description": "This is the Compilation of Best and Latest Romantic Hits by Jubin Nautiyal - Audio Jukebox. Listen \\u0026 Enj... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/356a729a-30aa-4bc1-994b-d4d7e493e321/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Artist details (Deprecated) | Get a details of artist. Ex: https://www.shazam.com/artist/the-beatles/136975 | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/f14a8aa2-013b-4f93-b6b4-596346924684/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Multi search | Multi-search by query (song, artist). Use pagination | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/e2e30ee0-3f6e-4918-93b4-3be26f037306/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Chart by genre and country | Get a list of tracks by genre and country code. Ex: https://www.app.shazam.com/charts/genre/australia/hip-hop-rap | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/96586b31-64d5-46ac-bb92-9986a6314dd8/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Track Details | Get a details of track. Ex: https://www.shazam.com/track/216314/let-it-be | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/4bfef8bc-07b9-4fb9-82a3-9b3d33e6cc25/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | World chart by genre | Get a list of tracks in word by genre. Ex: https://www.app.shazam.com/charts/top-200/world | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/55b100d9-0724-4d99-beb4-a5786775a238/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Chart by country | Get a list of tracks by country code. Ex: https://www.app.shazam.com/charts/discovery/australia | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/250b3a61-a2b8-42ed-89fd-71ae194bb7a7/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Search suggest | Search suggest drop-down list. Live search | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/aa3dc454-d083-4b82-91c0-e87da9f2103e/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Track Similarities | Get similarities track | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/a39547af-0d8a-48c5-8743-911018e75d82/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Track Recognize | Enough 3-5 seconds of audio, no more than 3 mb. Optimally 500 kb. It is best practice to send in chunks until you find a match. Get details of recognizing track by file. Ex. https://disk.yandex.ru/d/0jCEoQP3hkPDzg https://disk.yandex.ru/d/sepd6XUnhls1aw | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/19c889df-0961-49fa-92db-0418f9250c3a/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Total Shazams | Get total times the specific tracks is detected | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/d50e284d-f884-4f58-980e-546f89bd1055/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | V2 Track Details | Get a details of track. Ex: https://www.shazam.com/track/216314/let-it-be | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/ecc4cd76-bc04-4284-89f7-0c800623a1cf/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Track Youtube video | Get a youtube video for track. Search youtube video by name | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/374adfbf-141a-43b0-9bfa-70cc5cee2112/0/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Chart by city | Get a list of tracks by city id. Ex: https://www.app.shazam.com/charts/top-50/austria/feldkirch | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/4cd4ab5d-76e8-4bd0-a0dd-d49517401b44/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | V2 Artist details | Get a details of artist. Ex: https://www.shazam.com/artist/the-beatles/136975 | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/c3c83cf4-55fa-4d86-ac08-a95efe59c7b8/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Tracks Related | Get a list of tracks related by track id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/f788df03-089b-4c52-9717-4a8c31bf3d32/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | World chart | Get a list of tracks in word. Ex: https://www.app.shazam.com/charts/top-200/world | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/e044c9b2-f29c-4035-90a0-60e0ab4f2600/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Events details | Get a Events details | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4b924aa5-87a0-4c00-9440-f69e3b2c9625/bdee654d-1b3f-4140-9812-b25b6d02911d/1/0 | Shazam Core | Use the Shazam Core API to define the song by uploading the file. Get detailed data on songs and artists. You can make a website like: www.shazam.com Support: tipsters@rapi.one / t.me/api_tipsters | 9.9 | Events list | Get a list of Events by Artist ID | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
7deb5b26-561c-47ef-88c8-5c9e6f04a14a/d3cbd86c-f3e0-46ff-bf07-3461305d0f6d/0/0 | Spotify | Download Spotify music from Youtube / SoundCloud.
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.7 | Download Track - Soundcloud | Download links in soundCloud.download
Download Track from Soundcloud.
Search by name. Gets the first result from the search query. | 200 | Response | {"uri": "spotify:track:6lknMmJZALXxx7emwwZWLX", "id": "6lknMmJZALXxx7emwwZWLX", "name": "Frozen", "albumOfTrack": {"uri": "spotify:album:2GAIUdfLIFtxDty42RowjE", "name": "Frozen", "coverArt": {"sources": [{"url": "https://i.scdn.co/image/ab67616d00001e024cef50f6a5d84d46ad9a4af1", "width": 300, "height": 300}, {"url": "... | {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "albumOfTrack": {"type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "string"}, "coverArt": {"type": "object", "properties": {"sources": {"type": "array", "items": {"type": "object... |
7deb5b26-561c-47ef-88c8-5c9e6f04a14a/b35e161e-30de-4a44-920c-2b9cbdba9ad3/0/0 | Spotify | Download Spotify music from Youtube / SoundCloud.
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.7 | Download Track - Youtube | Download links in youtube.download
Download Track from Youtube.
Search by name. Gets the first result from the search query. | 200 | Response | {"uri": "spotify:track:6lknMmJZALXxx7emwwZWLX", "id": "6lknMmJZALXxx7emwwZWLX", "name": "Frozen", "albumOfTrack": {"uri": "spotify:album:2GAIUdfLIFtxDty42RowjE", "name": "Frozen", "coverArt": {"sources": [{"url": "https://i.scdn.co/image/ab67616d00001e024cef50f6a5d84d46ad9a4af1", "width": 300, "height": 300}, {"url": "... | {"type": "object", "properties": {"uri": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "albumOfTrack": {"type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "string"}, "coverArt": {"type": "object", "properties": {"sources": {"type": "array", "items": {"type": "object... |
7deb5b26-561c-47ef-88c8-5c9e6f04a14a/ed1223cf-41d3-4225-bc05-6ccc50e052df/0/0 | Spotify | Download Spotify music from Youtube / SoundCloud.
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.7 | Get tracks | Get one or more tracks | 200 | Response | {"tracks": [{"album": {"album_type": "single", "artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/3t8WiyalpvnB9AObcMufiE"}, "href": "https://api.spotify.com/v1/artists/3t8WiyalpvnB9AObcMufiE", "id": "3t8WiyalpvnB9AObcMufiE", "name": "Mahmut Orhan", "type": "artist", "uri": "spotify:artist:3t8Wiy... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tracks": {"type": "array", "items": {"type": "object", "properties": {"album": {"type": "object", "properties": {"album_type": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"external_urls": {"ty... |
aab22b06-24ef-48cf-bae1-7e6a4030e8c0/362ca400-94bf-4ff5-9a25-e4792d0caff2/3/0 | Song Finder | Simple API for searching audio with broken metadata in media services. Posted task will convert your audio, with broken metadata, into a media service link. Currently only Spotify media service is supported. | 0.3 | createRescueTaskUsingPOST | Creates a new task.
Recieves a JSON with one attribute 'contentBase64' - audio file bytes encoded in base64 format. | 201 | Response | {"id": "2bdc9a5e-6521-438a-bd69-c37ccb98243b"} | {"properties": {"id": {"format": "uuid", "type": "string"}}, "title": "CreateRescueTaskResponse", "type": "object"} |
aab22b06-24ef-48cf-bae1-7e6a4030e8c0/38df76c1-a18e-4ecb-96ac-5b5dcfad74d9/1/0 | Song Finder | Simple API for searching audio with broken metadata in media services. Posted task will convert your audio, with broken metadata, into a media service link. Currently only Spotify media service is supported. | 0.3 | getRescueTaskUsingGET | Gets result of posted task | 200 | Response | {"id": "91843a3d-0e3d-4b01-8316-c0da721232bd", "rescueTaskStatus": "COMPLETED", "rescuedAudio": {"author": "Grimes", "mediaService": "SPOTIFY", "rescuedUrl": "https://open.spotify.com/track/4EbkpSxyWfJcpqzO2MzPz7", "title": "Pin"}} | {"properties": {"error": {"type": "string"}, "id": {"format": "uuid", "type": "string"}, "rescueTaskStatus": {"enum": ["COMPLETED", "PROCESSING", "FAILED"], "type": "string"}, "rescuedAudio": {"properties": {"author": {"type": "string"}, "mediaService": {"enum": ["SPOTIFY", "YOUTUBE"], "type": "string"}, "rescuedUrl": ... |
eb55095e-aa85-4300-8e01-7818b0a7ab69/05d12e4c-347a-406b-8ddb-f1a4680f2ce4/0/0 | Concerts - Artists Events Tracker | Access live, upcoming and past music events by location, venue and artist name. | 9.5 | Events by location | Access upcoming events by a location name and time period. | 200 | Response | {"data": [{"@context": "http://schema.org", "@type": "MusicEvent", "description": "Pitchfork Paris 2023 at Pitchfork Music Festival at 2023-11-06", "endDate": "2023-11-12", "eventStatus": "https://schema.org/EventScheduled", "image": "https://images.sk-static.com/images/media/profile_images/events/41155306/huge_avatar?... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "string"}, "endDate": {"type": "string"}, "eventStatus": {"type": "string"}, "image": {... |
eb55095e-aa85-4300-8e01-7818b0a7ab69/9f86b351-b5b4-4882-aeb7-6d5ad0534856/0/0 | Concerts - Artists Events Tracker | Access live, upcoming and past music events by location, venue and artist name. | 9.5 | Past events of a venue/concert | Access past events by name of venue/concert and time period. | 200 | Response | {"data": [{"@context": "http://schema.org", "@type": "MusicEvent", "description": "Kali Uchis at Hollywood Bowl at 2023-09-30T20:00:00-0700", "endDate": "2023-09-30", "eventStatus": "https://schema.org/EventScheduled", "image": "https://images.sk-static.com/images/media/profile_images/artists/7338694/huge_avatar", "loc... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "string"}, "endDate": {"type": "string"}, "eventStatus": {"type": "string"}, "image": {... |
eb55095e-aa85-4300-8e01-7818b0a7ab69/1a8d65bc-8e3d-4a35-9d18-c3995e377844/0/0 | Concerts - Artists Events Tracker | Access live, upcoming and past music events by location, venue and artist name. | 9.5 | Past events of artist | Access past events and concerts by artist name and period | 200 | Response | {"data": [{"@context": "http://schema.org", "@type": "MusicEvent", "description": "Ed Sheeran at Allegiant Stadium at 2023-10-28T18:00:00-0700", "endDate": "2023-10-28", "eventStatus": "https://schema.org/EventScheduled", "image": "https://images.sk-static.com/images/media/profile_images/artists/2083334/huge_avatar", "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "string"}, "endDate": {"type": "string"}, "eventStatus": {"type": "string"}, "image": {... |
eb55095e-aa85-4300-8e01-7818b0a7ab69/efb90b3d-63d3-4935-9127-8dd3b4f52762/0/0 | Concerts - Artists Events Tracker | Access live, upcoming and past music events by location, venue and artist name. | 9.5 | Upcoming events by venue/concert name | Access upcoming event by the name of the venue/concert | 200 | Response | {"data": [{"@context": "http://schema.org", "@type": "MusicEvent", "description": "Steely Dan at Hollywood Bowl at 2022-05-27T19:30:00-0700", "endDate": "2022-05-27", "eventStatus": "https://schema.org/EventScheduled", "image": "https://images.sk-static.com/images/media/profile_images/artists/87233/huge_avatar", "locat... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "string"}, "endDate": {"type": "string"}, "eventStatus": {"type": "string"}, "image": {... |
eb55095e-aa85-4300-8e01-7818b0a7ab69/c0f45ab6-dc2e-4388-a7e3-e4d98be17d24/0/0 | Concerts - Artists Events Tracker | Access live, upcoming and past music events by location, venue and artist name. | 9.5 | Upcoming events of artist | Search through upcoming events of artists by their name. | 200 | Response | {"data": [{"@context": "http://schema.org", "@type": "MusicEvent", "description": "Ed Sheeran at Principality Stadium at 2022-05-26T16:00:00+0100", "endDate": "2022-05-26", "eventStatus": "https://schema.org/EventScheduled", "image": "https://images.sk-static.com/images/media/profile_images/artists/2083334/huge_avatar"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "string"}, "endDate": {"type": "string"}, "eventStatus": {"type": "string"}, "image": {... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/1dc51f1b-a2c6-4f9a-9c6c-32019c7301b2/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Search | Search | 200 | Response | {"albums": {"totalCount": 1000, "items": [{"data": {"uri": "spotify:album:3t3BbpFJiGcXl4jI5CRLLA", "name": "Rocky IV", "artists": {"items": [{"uri": "spotify:artist:0LyfQWJT6nXafLPZqxe9Of", "profile": {"name": "Various Artists"}}]}, "coverArt": {"sources": [{"url": "https://i.scdn.co/image/ab67616d00001e02f4a2ccbe20d6d... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"albums": {"type": "object", "properties": {"totalCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "strin... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/908750ee-2b16-424c-b7c0-7d26919fe067/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Explore | Explore (Browse All) | 200 | Response | {"data": {"browseStart": {"__typename": "BrowseSectionContainer", "uri": "spotify:page:0JQ5DArNBzkmxXHCBROWSE", "sections": {"items": [{"uri": "spotify:section:0JQ5DAwD41j2mAgQ1AtEZl", "data": {"__typename": "BrowseGridSectionData", "title": {"transformedLabel": "Browse all"}}, "sectionItems": {"items": [{"uri": "spoti... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"browseStart": {"type": "object", "properties": {"__typename": {"type": "string"}, "uri": {"type": "string"}, "sections": {"type": "object", "properties": {"items": {"type": "array", "items": {"type"... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/9286010e-28cb-41e9-b156-28ea68fe0ae8/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Track credits | Get track credits | 200 | Response | {"trackUri": "spotify:track:4WNcduiCmDNfmTEz7JvmLv", "trackTitle": "In Control (feat. Selin)", "roleCredits": [{"roleTitle": "Performers", "artists": [{"uri": "spotify:artist:40Hr91B6wn9pO83Gj0JMrP", "name": "Ali Arutan", "subroles": ["main artist"], "weight": 0.8999000191688538}, {"uri": "spotify:artist:3t8WiyalpvnB9A... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"trackUri": {"type": "string"}, "trackTitle": {"type": "string"}, "roleCredits": {"type": "array", "items": {"type": "object", "properties": {"roleTitle": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properti... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/f4b85b56-ab13-46ec-81eb-d788dbf72e9a/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Get tracks | Get one or more tracks | 200 | Response | {"tracks": [{"album": {"album_type": "single", "artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/3t8WiyalpvnB9AObcMufiE"}, "id": "3t8WiyalpvnB9AObcMufiE", "name": "Mahmut Orhan", "type": "artist", "uri": "spotify:artist:3t8WiyalpvnB9AObcMufiE"}, {"external_urls": {"spotify": "https://open.spoti... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tracks": {"type": "array", "items": {"type": "object", "properties": {"album": {"type": "object", "properties": {"album_type": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"external_urls": {"ty... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/ae7790c5-2cac-4e60-8d12-05559ad25a15/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Get Concert | Get Concert | 200 | Response | {"concert": {"concert": {"id": "6PodeS6Nvq7AwacfxsxHKT", "artistUris": ["spotify:artist:3Isy6kedDrgPYoTS1dazA9"], "artists": [{"uri": "spotify:artist:3Isy6kedDrgPYoTS1dazA9", "name": "Sean Paul", "imageUri": "https://i.scdn.co/image/ab6761610000517460c3e9abe7327c0097738f22", "topTrackUri": "spotify:track:48QmG1dfvMuYLx... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"concert": {"type": "object", "properties": {"concert": {"type": "object", "properties": {"id": {"type": "string"}, "artistUris": {"type": "array", "items": {"type": "string"}}, "artists": {"type": "array", "items": {"type": "object", "prope... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/35300959-58c3-4286-97f0-6d972745ecc3/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Get Episode | Get Episode | 200 | Response | {"data": {"episodeUnionV2": {"__typename": "Episode", "id": "55EWbmkVr8iDNmSyperh9o", "uri": "spotify:episode:55EWbmkVr8iDNmSyperh9o", "name": "How Skydiving Works", "contents": [], "htmlDescription": "<p>At 13,000 feet the ground is nothing but far-away squares of land, and you can even see some clouds below you. All ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"episodeUnionV2": {"type": "object", "properties": {"__typename": {"type": "string"}, "id": {"type": "string"}, "uri": {"type": "string"}, "name": {"type": "string"}, "contents": {"type": "array"}, "... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/f33eaf74-d74a-48ae-8b07-5bda3b62eb70/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Episode Sound | Episode Sound | 200 | Response | {"url": ["https://audio-fa.scdn.co/audio/745185bab0cf1b9d9851c203ed8d596d75838ebd?1681311153_kIOdd8vNaxdGmXe57ZqsH1RzsoYxOjkSzCqjPnFA0FU=", "https://audio-ak-spotify-com.akamaized.net/audio/745185bab0cf1b9d9851c203ed8d596d75838ebd?__token__=exp=1681311153~hmac=974356378574bf0567dc3022911f3312caae34025db0a092283e61ad6b4... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"url": {"type": "array", "items": {"type": "string"}}, "format": {"type": "string"}, "passthrough": {"type": "string"}, "passthroughUrl": {"type": "string"}, "fileId": {"type": "string"}}, "required": ["fileId", "format", "passthrough", "pas... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/4bcd631b-4d0b-45b0-9e09-22304dce2fa8/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Get playlist | Get playlist | 200 | Response | {"collaborative": false, "description": "<a href=\"spotify:playlist:37i9dQZF1DXdnOj1VEuhgb\">NKVT</a> sunar: y\u0131l\u0131n favori T\u00fcrk\u00e7e rap par\u00e7alar\u0131. Kapak: UZI", "followers": {"total": 60555}, "images": [{"height": null, "url": "https://i.scdn.co/image/ab67706f00000003c535afb205514b59e204627a",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"collaborative": {"type": "boolean"}, "description": {"type": "string"}, "followers": {"type": "object", "properties": {"total": {"type": "integer"}}, "required": ["total"]}, "images": {"type": "array", "items": {"type": "object", "propertie... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/924e05c4-f260-465b-b38e-35a0d416461f/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Album metadata | Get album metadata | 200 | Response | {"data": {"album": {"uri": "spotify:album:3IBcauSj5M2A6lTeffJzdv", "name": "Kan", "artists": {"totalCount": 1, "items": [{"uri": "spotify:artist:51DevdOxIJin6DB1FXJpD1", "profile": {"name": "UZI"}, "visuals": {"avatarImage": {"sources": [{"url": "https://i.scdn.co/image/ab6761610000e5eb8a2705cb98493cc305b0fde9", "width... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"album": {"type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "string"}, "artists": {"type": "object", "properties": {"totalCount": {"type": "integer"}, "items": {"type": "ar... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/6b8e28c7-80b1-46dd-9481-d0c5935a8440/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Get albums | Get one or more albums | 200 | Response | {"albums": [{"album_type": "album", "artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/51DevdOxIJin6DB1FXJpD1"}, "id": "51DevdOxIJin6DB1FXJpD1", "name": "UZI", "type": "artist", "uri": "spotify:artist:51DevdOxIJin6DB1FXJpD1"}], "copyrights": [{"text": "2021 M.O.B Entertainment Associated Label O... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"albums": {"type": "array", "items": {"type": "object", "properties": {"album_type": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"external_urls": {"type": "object", "properties": {"spotify": {"... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/c8f34dfe-4003-4e84-b8aa-28b398f970a9/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Get radio playlist | Get artist or song radio | 200 | Response | {"total": 1, "mediaItems": [{"uri": "spotify:playlist:37i9dQZF1E4zUNZhVINYCS"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "mediaItems": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}}, "required": ["uri"]}}}, "required": ["mediaItems", "total"]} |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/38652306-f4ce-4823-8e34-1d10ac2ead23/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | User profile | Get user profile | 200 | Response | {"uri": "spotify:user:nocopyrightsounds", "name": "NCS", "image_url": "https://i.scdn.co/image/ab6775700000ee85c6e4ec3bf05af4e1ceee098e", "followers_count": 459142, "following_count": 24, "public_playlists": [{"uri": "spotify:playlist:7sZbq8QGyMnhKPcLJvCUFD", "name": "NCS Releases", "image_url": "spotify:image:ab67706c... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uri": {"type": "string"}, "name": {"type": "string"}, "image_url": {"type": "string"}, "followers_count": {"type": "integer"}, "following_count": {"type": "integer"}, "public_playlists": {"type": "array", "items": {"type": "object", "proper... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/d7e7b87e-b9cd-452e-8677-aba512d629b3/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Artist related | Artist related | 200 | Response | {"artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/6RQDTlies3nrNDJwXvbBZT"}, "followers": {"href": null, "total": 164914}, "genres": ["romanian pop"], "id": "6RQDTlies3nrNDJwXvbBZT", "images": [{"height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb0d6cf2887a3a062e07e473c2", "width": 6... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"external_urls": {"type": "object", "properties": {"spotify": {"type": "string"}}, "required": ["spotify"]}, "followers": {"type": "object", "properties": {"href": {"typ... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/d6c4080e-0533-4095-8973-f2bd25407ccb/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Artist featuring | Artist featuring | 200 | Response | {"data": {"artist": {"id": "2w9zwq3AktTeYYMuhMjju8", "uri": "spotify:artist:2w9zwq3AktTeYYMuhMjju8", "profile": {"name": "INNA"}, "relatedContent": {"featuring": {"totalCount": 12, "items": [{"uri": "spotify:playlist:37i9dQZF1DZ06evO1ru5u8", "id": "37i9dQZF1DZ06evO1ru5u8", "owner": {"name": "Spotify"}, "name": "This Is... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"id": {"type": "string"}, "uri": {"type": "string"}, "profile": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "rela... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/2763a806-9e31-45e5-870a-40bc4881c4be/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Artist discovered on | Artist discovered on playlists (max 50) | 200 | Response | {"data": {"artist": {"id": "2w9zwq3AktTeYYMuhMjju8", "uri": "spotify:artist:2w9zwq3AktTeYYMuhMjju8", "profile": {"name": "INNA"}, "relatedContent": {"discoveredOn": {"totalCount": 91, "items": [{"uri": "spotify:playlist:37i9dQZF1DXcRXFNfZr7Tp", "id": "37i9dQZF1DXcRXFNfZr7Tp", "owner": {"name": "Spotify"}, "name": "just... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"id": {"type": "string"}, "uri": {"type": "string"}, "profile": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "rela... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/9060c0e4-8d29-4e47-a29d-7285f12e1d55/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Artist appears on | Get artist appears on albums (max 50) | 200 | Response | {"data": {"artist": {"id": "2w9zwq3AktTeYYMuhMjju8", "uri": "spotify:artist:2w9zwq3AktTeYYMuhMjju8", "profile": {"name": "INNA"}, "relatedContent": {"appearsOn": {"totalCount": 89, "items": [{"releases": {"totalCount": 1, "items": [{"uri": "spotify:album:2qQf72CQ3j5D9AEwvmGvdX", "id": "2qQf72CQ3j5D9AEwvmGvdX", "name": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"id": {"type": "string"}, "uri": {"type": "string"}, "profile": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "rela... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/7efa464e-5cb5-4571-9004-1cf3541eb99d/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Artist albums | Get artist albums | 200 | Response | {"data": {"artist": {"discography": {"albums": {"totalCount": 11, "items": [{"releases": {"items": [{"id": "62XwEYC2iJIX37oZlJbsvi", "uri": "spotify:album:62XwEYC2iJIX37oZlJbsvi", "name": "Champagne Problems #DQH1", "type": "ALBUM", "date": {"year": 2022, "isoString": "2022-01-07T00:00:00Z"}, "coverArt": {"sources": [{... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"discography": {"type": "object", "properties": {"albums": {"type": "object", "properties": {"totalCount": {"type": "integer"}, "items": {"type": "array", ... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/e9216ffd-0c56-4291-825d-aa9abe0c1a29/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Artist discography overview | Get artist discography overview | 200 | Response | {"data": {"artist": {"id": "2w9zwq3AktTeYYMuhMjju8", "uri": "spotify:artist:2w9zwq3AktTeYYMuhMjju8", "profile": {"name": "INNA"}, "discography": {"albums": {"totalCount": 11}, "singles": {"totalCount": 166}, "compilations": {"totalCount": 0}}}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"id": {"type": "string"}, "uri": {"type": "string"}, "profile": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "disc... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/c2225d3b-66ca-43ce-9fff-6fb1e1fdc84b/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Get artists | Get one or more artists | 200 | Response | {"artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/2w9zwq3AktTeYYMuhMjju8"}, "followers": {"href": null, "total": 1085323}, "genres": ["dance pop", "romanian house", "romanian pop"], "id": "2w9zwq3AktTeYYMuhMjju8", "images": [{"height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb571bd... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"external_urls": {"type": "object", "properties": {"spotify": {"type": "string"}}, "required": ["spotify"]}, "followers": {"type": "object", "properties": {"href": {"typ... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/ebc30b7b-9ba2-473f-b0f1-251097efbc91/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Album tracks | Get album tracks | 200 | Response | {"data": {"album": {"playability": {"playable": true}, "tracks": {"totalCount": 10, "items": [{"uid": "3d026f76adb5928f0e59", "track": {"saved": false, "uri": "spotify:track:5jvhTc0g18kwYQNUJM5C4e", "name": "Makina", "playcount": "64845125", "discNumber": 1, "trackNumber": 1, "contentRating": {"label": "EXPLICIT"}, "re... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"album": {"type": "object", "properties": {"playability": {"type": "object", "properties": {"playable": {"type": "boolean"}}, "required": ["playable"]}, "tracks": {"type": "object", "properties": {"t... |
b7cf9aca-e647-4ec1-b11e-ff4fbfc33d67/8f9d3ec8-c8ac-4f9a-b0c5-d519204c1038/0/0 | Spotify | Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more. | 9.9 | Track lyrics | Get track lyrics | 200 | Response | {"lyrics": {"syncType": "UNSYNCED", "lines": [{"startTimeMs": "0", "words": "You were the shadow to my light", "syllables": []}, {"startTimeMs": "0", "words": "Did you feel us?", "syllables": []}, {"startTimeMs": "0", "words": "Another star", "syllables": []}, {"startTimeMs": "0", "words": "You fade away", "syllables":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lyrics": {"type": "object", "properties": {"syncType": {"type": "string"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"startTimeMs": {"type": "string"}, "words": {"type": "string"}, "syllables": {"type": "array"}}... |
8768a8ce-36da-4560-a81d-4c675a34a9e4/380c40db-0672-4bb7-b7f1-fbe43c9df301/0/0 | Musixmatch Lyrics Songs | this API can be used to get lyrics songs by Musixmatch server. | 2.5 | Get Lyrics | This endpoint is for getting lyrics. | 200 | Response | [{"text": "Bagaimanakah kabar diriku? Baik-baik saja", "time": {"total": 0.57, "minutes": 0, "seconds": 0, "hundredths": 57}}, {"text": "Sedikit ku takjub, namun, nyatanya sudah kuduga", "time": {"total": 7.09, "minutes": 0, "seconds": 7, "hundredths": 9}}, {"text": "Kau yang ke sana-kemari, kau anggap aku tak cukup", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "time": {"type": "object", "properties": {"total": {"type": "number"}, "minutes": {"type": "integer"}, "seconds": {"type": "integer"}, "hundredths": {"type": "integer"}}, "required": ["h... |
c913c220-c518-4a0d-88fb-47c60ede4208/f1ef5750-ce31-4455-899d-ac6cad4413ba/0/0 | Audio Transcoder / Compression / Optimization (Download Url) | This endpoint transcodes & compresses audio files like WAV and MP3 to AAC format (Which has the best compression quality for mobile). It can compress 100 times original files and 3-5 times compressed files. This endpoint is referenced as "A3" in our Postman collection. We provide very detailed documentation there. Plea... | 0.1 | A3- Single AUDIO || Transcode Single File && Return Download Url |
This endpoint only accepts one source and one target. If you pass multiple values, then it will fail.
The code of this endpoint "A3" in our postman collection. You can find more details there.
Please check "C6" and "E6" if you want to pass multiple source and/or target.
Please read the "introduction" section in the d... | 201 | New Example | {"now": "2023-09-24T19:14:21.027Z", "downloadUrlForFuture": "https://devcontentfilespublic.fullsepp.tv/_0_temp_downloads/temp_1695582860386_32664_0/transcodedFullAudio.aac", "message": {"step1_platformTranscodeKeyAuthorization": "SUCCESS", "step2_payloadValidation": "SUCCESS", "step3_downloadAllFiles": "SUCCESS", "step... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"now": {"type": "string"}, "downloadUrlForFuture": {"type": "string"}, "message": {"type": "object", "properties": {"step1_platformTranscodeKeyAuthorization": {"type": "string"}, "step2_payloadValidation": {"type": "string"}, "step3_download... |
8e076119-5ea6-413d-addb-d5a412497ed5/3758f262-ea59-4e10-8952-eec8bd384f35/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 Track Info | Get Track Info of Spotify Song
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
0qOnSQQF0yzuPWsXrQ9p... | 200 | New Example | {"__typename": "Track", "albumOfTrack": {"copyright": {"items": [{"text": "(C) 2022 Kordhell", "type": "C"}, {"text": "(P) 2022 Kordhell", "type": "P"}], "totalCount": 2}, "courtesyLine": "", "coverArt": {"extractedColors": {"colorRaw": {"hex": "#601028"}}, "sources": [{"height": 300, "url": "https://i.scdn.co/image/ab... | {"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/cabaa8ac-5231-488b-9ed5-d8ce9a1935df/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 User Following Details | Get a List of Artists followed by the Logged in Spotify User or any Other User from UserID
In order to use this Endpoint, you will need sp_dc cookie value from your logged in spotify account
Visit here to know more
To get UserID of a Spotify User Simply go the url of the User
Example : Aryan
URL : https://open.spotify.... | 200 | New Example | {"profiles": [{"followers_count": 67670920, "image_url": "https://i.scdn.co/image/ab6761610000517401b9b4ec2a05d0805428acfa", "is_following": true, "name": "The Weeknd", "uri": "spotify:artist:1Xyo4u8uXC1ZmMpatF05PJ"}, {"followers_count": 803251, "image_url": "https://i.scdn.co/image/ab6761610000517415862815bf4d2446b8ec... | {"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/64b3e0c8-2a0a-484c-8189-f580e47f0af5/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 Tracks | Get Top Tracks 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/tracks?limit=5&offset=0&time_range=short_term", "items": [{"album": {"album_type": "ALBUM", "artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/1wRPtKGflJrBx9BmLsSwlU"}, "href": "https://api.spotify.com/v1/artists/1wRPtKGflJrBx9BmLsSwlU", "id": "1wRPtKG... | {"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/935a2a19-d2d1-45ba-b03c-b091564b7754/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 Recommended Tracks | Get Recommended Tracks from a track or 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/0qOnSQQF0yzuPWsXrQ9... | 200 | New Example | [{"data": {"__typename": "Track", "albumOfTrack": {"coverArt": {"sources": [{"height": 300, "url": "https://i.scdn.co/image/ab67616d00001e028ff7c3580d429c8212b9a3b6", "width": 300}, {"height": 64, "url": "https://i.scdn.co/image/ab67616d000048518ff7c3580d429c8212b9a3b6", "width": 64}, {"height": 640, "url": "https://i.... | {"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/1fa06b57-6b62-424d-86cf-b77e10c98a52/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 | Add Artist to Library (Follow Artist) | Add Artist to Library which means you can use this endpoint to Follow a Artist on Spotify
To use this endpoint you either need url of the PlayArtist 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 : https://open.spo... | 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/7ca9b3ee-7ee9-40f3-baf2-0481c160b39e/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 Home Page Details | Get Home Page data of Logged in Spotify Account
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 | {"greeting": {"text": "Good evening"}, "sections": {"items": [{"data": {"__typename": "HomeShortsSectionData"}, "sectionItems": {"items": [{"content": {"__typename": "PlaylistResponseWrapper", "data": {"__typename": "Playlist", "description": "", "images": {"items": [{"extractedColors": {"colorDark": {"hex": "#535353",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"greeting": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "sections": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.