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
07786ef4-ae5c-4aac-a915-3c9d9a067668/4d6a36fe-71a2-4bbe-831f-c8865bcd5587/0/0
YouTube-Music-API
Get some data from YouTube Music Server.
9.7
Get Music info
getting music info like title, views count, thumbnail, duration, artist name, and more!
200
Response
{"streaming_data": {"expires": "2023-11-25T09:44:33.099Z", "formats": [{"itag": 18, "mime_type": "video/mp4; codecs=\"avc1.42001E, mp4a.40.2\"", "is_type_otf": false, "bitrate": 92441, "width": 360, "height": 360, "last_modified": "2022-09-24T22:03:37.716Z", "content_length": null, "quality": "medium", "quality_label":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"streaming_data": {"type": "object", "properties": {"expires": {"type": "string"}, "formats": {"type": "array", "items": {"type": "object", "properties": {"itag": {"type": "integer"}, "mime_type": {"type": "string"}, "is_type_otf": {"type": ...
07786ef4-ae5c-4aac-a915-3c9d9a067668/287fae70-9fce-4278-aa8c-85f0b75dcbd9/0/0
YouTube-Music-API
Get some data from YouTube Music Server.
9.7
Search Suggestions
Search Suggestions Endpoint, this help you to get suggestions from query you entered.
200
Response
["7 years", "7 years old", "7 years and 50 days", "7 years old song", "7 years sped up", "7 years x latch"]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
07786ef4-ae5c-4aac-a915-3c9d9a067668/d80f8a76-8cdd-434f-ab1b-0157a8db577f/0/0
YouTube-Music-API
Get some data from YouTube Music Server.
9.7
Search Music
Search for Music or Video Music.
200
Response
{"result": [{"videoId": "9qnqYL0eNNI", "title": "Yellow", "thumbnail": "https://lh3.googleusercontent.com/I5_krVuun7yUejNFkiDfJanYL4qt14YFFERLdM5WJhTwyk4h0WE_wKMPAr1_Jjg0v8bNshKNnxStENNO=w120-h120-l90-rj", "author": "Coldplay", "duration": "4:27"}, {"videoId": "KWuyx6yZ21U", "title": "A Sky Full of Stars", "thumbnail":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"videoId": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "author": {"type": "string"}, "duration": {"type": "string"}}, "required": ["...
07786ef4-ae5c-4aac-a915-3c9d9a067668/3d7a6c25-cbea-41ae-a98b-29facc769299/0/0
YouTube-Music-API
Get some data from YouTube Music Server.
9.7
Get Lyrics Plain Text
Getting Music Lyrics as Plain Text
200
Response
{"type": "MusicDescriptionShelf", "description": {"text": "Yeah\n7:30 in the night, yeah\nOoh, ooh\n\nI get those goosebumps every time, yeah, you come around, yeah\nYou ease my mind, you make everything feel fine\nWorried 'bout those comments\nI'm way too numb, yeah, it's way too dumb, yeah\nI get those goosebumps eve...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "object", "properties": {"text": {"type": "string"}, "runs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "bold": {"type": "boolean"}, "italics":...
07786ef4-ae5c-4aac-a915-3c9d9a067668/5e83d76b-764d-44b5-83c9-db710159925b/0/0
YouTube-Music-API
Get some data from YouTube Music Server.
9.7
Next Music
Getting next music will be showing.
200
Response
[{"videoId": "gR_qbfGkwpc", "title": "Tak Segampang Itu", "thumbnail": "https://lh3.googleusercontent.com/eL8fuKaCvPwLHMy0iulNKB1qUWE5vR1TuACRP3lK_TW2jGdN7NAchl5M5tbm1mT9Ynli3a0GDhWKjizV=w544-h544-l90-rj", "author": "Anggi Marito", "duration": "3:52"}, {"videoId": "2MyjWg7P00A", "title": "Sial", "thumbnail": "https://l...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"videoId": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "author": {"type": "string"}, "duration": {"type": "string"}}, "required": ["author", "duration", "thumbnail", "title", "...
07786ef4-ae5c-4aac-a915-3c9d9a067668/091b627c-16e0-44d6-a1b2-9c2799182063/0/0
YouTube-Music-API
Get some data from YouTube Music Server.
9.7
Quick Picks Music
Getting Quick picks music from you're country. Disclaimer: Your region should be supported with YouTube Music.
200
Response
{"error": false, "results": [{"videoId": "4PxMoYkS8cY", "title": "Mahal Pa Rin Kita", "thumbnail": "https://lh3.googleusercontent.com/h5LloOlSU-aPV_9qkiHY4G89f8yysuUJ5p6LshQE3IkmLVmvwz1gxlFhjyzBvh_8TnpNmqhovEhgisKVVQ=w120-h120-l90-rj", "author": "Harmonica Band"}, {"videoId": "UD7XQVRY5K8", "title": "Jiwa Yang Bersedih...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "boolean"}, "results": {"type": "array", "items": {"type": "object", "properties": {"videoId": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "author": {"type": "string"}}, "required": ["a...
df40a267-2804-4d53-ad96-e29de78e42d1/7b8d5014-772f-4caf-a1e9-e648c31bbdac/0/0
Lyrics Search
Search song lyrics
0.2
Search Song Lyrics
Search lyrics by song name
200
Response
{"title": "Photograph", "description": "N/A", "url": "N/A", "type": "Song by Ed Sheeran", "lyrics": "Loving can hurt, loving can hurt sometimes\nBut it's the only thing that I know\nWhen it gets hard, you know it can get hard sometimes\nIt is the only thing makes us feel alive\n\nWe keep this love in a photograph\nWe m...
{"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "type": {"type": "string"}, "lyrics": {"type": "string"}}
6540a0cb-09bd-4a07-b4da-82ea84f5edd3/c326c630-b45c-47a8-8135-5696d8ea9923/0/0
Radio World - 50,000 Radios Stations
Listen to more 50,000 Radio Stations from all around the world and know what song is playing in real-time.All Stations are updated Daily and More and More Radios are added to the API as soon as discovered.
0.4
Search By Country
Search all for Radio Stations by their Country Code
200
Response
{"current_page": 1, "has_more": true, "page_count": 62, "radios": [{"channel_id": 13, "countryCode": "fr", "genre": "Blues,Reggae,Rock", "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/13.jpg", "name": "La Clinique Radiophonique", "uri": "http://www.radioking.com/play/la-clinique-radiophonique...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "has_more": {"type": "boolean"}, "page_count": {"type": "integer"}, "radios": {"type": "array", "items": {"type": "object", "properties": {"channel_id": {"type": "integer"}, "countryCode": {"type": "strin...
aa64c55e-8866-4b82-9dad-2d4b3653d2a2/fde5b89b-24ac-4858-8974-3a983a81a7f9/0/0
Soundtrack Playlists
Find complete playlists and soundtracks from movies and tv shows. Playlists include audio samples, Spotify, youtube, apply music links, scene description and more.
null
graphQL
graphQL endpoint
200
Response
{"data": {"movie": {"id": "61c50671b72253004397838b", "movie_id": 104655, "name": "A Journal for Jordan", "year": 2021, "view_count": 623, "song_count": 16, "slug": "A-Journal-for-Jordan", "releaseDate": "2021-12-22T00:00:00.000Z", "synopsis": "Based on the true story of First Sergeant Charles Monroe King, a soldier de...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"movie": {"type": "object", "properties": {"id": {"type": "string"}, "movie_id": {"type": "integer"}, "name": {"type": "string"}, "year": {"type": "integer"}, "view_count": {"type": "integer"}, "song...
8891438b-ddc5-43a8-b662-c620505d724c/971766b9-8986-4d54-87db-c206834770d3/1/0
Shazam - song recognizer
Identify any song. Discover, artists, lyrics, videos & playlists to create a song detector site/application such as shazam.com shazam recognize song free
0.3
Search track
Search track
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...
8891438b-ddc5-43a8-b662-c620505d724c/16d9fa12-2891-4fcc-85d9-5fd666120ae6/0/0
Shazam - song recognizer
Identify any song. Discover, artists, lyrics, videos & playlists to create a song detector site/application such as shazam.com shazam recognize song free
0.3
Recognize url
Recognize song from audio url
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...
8891438b-ddc5-43a8-b662-c620505d724c/7baf6af3-aaab-4d45-b9db-6e5578fd1f79/0/0
Shazam - song recognizer
Identify any song. Discover, artists, lyrics, videos & playlists to create a song detector site/application such as shazam.com shazam recognize song free
0.3
Search artist
Search artist
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...
58701e88-71b1-45b9-b1e3-158cba33e9bd/5899664d-5fbe-4c88-a2c1-4c26e8b26db3/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
BILLBOARD JAPAN HOT 100
Provide the BILLBOARD JAPAN HOT 100 chart information
200
New Example
{"info": {"category": "Billboard", "chart": "BILLBOARD JAPAN HOT 100", "date": "2019-05-11", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "title": "Marigold", "artist": "aimyon", "weeks at no.1": "1", "award": false, "last week": "4", "peak position": "1", "weeks on chart": "43", "detail": "up"}, "2": {"r...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/dac28717-55dd-4eaf-ac87-1607e55639ed/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
HOT TRENDING SONGS POWERED BY TWITTER
Provide the HOT TRENDING SONGS POWERED BY TWITTER chart information
200
New Example
{"info": {"category": "Billboard", "chart": "HOT TRENDING SONGS POWERED BY TWITTER", "date": "2021-11-06", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "title": "Butter", "artist": "BTS", "weeks at no.1": "1", "award": false, "last week": "7", "peak position": "1", "weeks on chart": "2", "detail": "up"}, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/f1bda070-79ce-4619-9d3f-0ed1605275ed/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
BILLBOARD U.S. AFROBEATS SONGS
Provide the BILLBOARD U.S. AFROBEATS SONGS chart information
200
New Example
{"info": {"category": "Billboard", "chart": "BILLBOARD U.S. AFROBEATS SONGS", "date": "2022-04-16", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "title": "Love Nwantiti (Ah Ah Ah)", "artist": "CKay", "weeks at no.1": "1", "award": false, "last week": "2", "peak position": "1", "weeks on chart": "3", "deta...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/4d6afd46-85c0-4cb8-8a80-de20ad623c68/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
ARTIST 100
Provide the ARTIST 100 chart information
200
New Example
{"info": {"category": "Billboard", "chart": "ARTIST 100", "date": "2019-05-11", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "artist": "P!nk", "last week": "17", "peak position": "1", "weeks on chart": "150", "detail": "up"}, "2": {"rank": "2", "artist": "BTS", "last week": "1", "peak position": "1", "wee...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/0199e235-e48a-43d5-919b-38e9089659ac/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
HOT 100
Provide the HOT 100 chart information
200
New Example
{"info": {"category": "Billboard", "chart": "HOT 100", "date": "2019-05-11", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "title": "Old Town Road", "artist": "Lil Nas X Featuring Billy Ray Cyrus", "weeks at no.1": "5", "last week": "1", "peak position": "1", "weeks on chart": "9", "detail": "same"}, "2": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/575cf9db-ad6e-4681-964b-ff03d199d2f2/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Top Artists - Male
Provide the YEAR-END Top Artists - Male chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Top Artists - Male", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "artist": "Bad Bunny", "image": "https://charts-static.billboard.com/img/2017/08/bad-bunny-c3m-artist-chart-2ep-180x180.jpg"}, "2": {"rank": "2", "artist": "Harry Styles", "image"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/31ac2d9d-d2fa-48e5-b140-60e94dccadc7/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Top Artists - Female
Provide the YEAR-END Top Artists - Female chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Top Artists - Female", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "artist": "Taylor Swift", "image": "https://charts-static.billboard.com/img/2006/12/taylor-swift-824-artistchart-zpe-180x180.jpg"}, "2": {"rank": "2", "artist": "Doja Cat", "ima...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/d9c18b0b-dbb4-4ed6-8dfa-07edccf84ca5/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Billboard 200 Albums
Provide the YEAR-END Billboard 200 Albums chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Billboard 200 Albums", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "album": "Un Verano Sin Ti", "artist": "Bad Bunny", "image": "https://charts-static.billboard.com/img/2022/05/bad-bunny-c3m-un-verano-sin-ti-3ib-180x180.jpg"}, "2": {"rank": "2"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/84b65b4f-b93e-4626-94ed-ab2c27d07e8a/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Top Labels
Provide the YEAR-END Top Labels chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Top Labels", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "label": "Republic", "image": "Not supported yet"}, "2": {"rank": "2", "label": "Interscope Geffen A&M", "image": "Not supported yet"}, "3": {"rank": "3", "label": "Atlantic Group", "imag...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/4deb1c3f-997b-4279-b906-a529887fe713/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Top New Artists
Provide the YEAR-END Top New Artists chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Top New Artists", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "artist": "Latto", "image": "https://charts-static.billboard.com/img/2020/06/latto-80q-artist-chart-exg-180x180.jpg"}, "2": {"rank": "2", "artist": "Zach Bryan", "image": "https://ch...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/c3388f9e-ca74-4a6b-91c7-fce6e6e5b461/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Top Artists - Duo/Group
Provide the YEAR-END Top Artists - Duo/Group chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Top Artists - Duo/Group", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "artist": "Glass Animals", "image": "https://charts-static.billboard.com/img/2014/04/glass-animals-rtd-artist-chart-002-180x180.jpg"}, "2": {"rank": "2", "artist": "Imagine D...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/1535a50c-4701-40b2-a62f-adcb04f622d4/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Billboard Global 200 (YEAR-END)
Provide the YEAR-END Billboard Global 200 chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Billboard Global 200", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "title": "As It Was", "artist": "Harry Styles", "image": "https://charts-static.billboard.com/img/2022/04/harry-styles-6jk-asitwas-frn-180x180.jpg"}, "2": {"rank": "2", "title":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/301518fc-307e-4e75-ad89-8e778324a3cd/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Top Artists
Provide the YEAR-END Top Artists chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Top Artists", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "artist": "Bad Bunny", "image": "https://charts-static.billboard.com/img/2017/08/bad-bunny-c3m-artist-chart-2ep-180x180.jpg"}, "2": {"rank": "2", "artist": "Taylor Swift", "image": "http...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/31ae1eb7-6dd3-47f7-8892-6fb00fb1b6f6/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
Hot 100 Songs
Provide the YEAR-END Hot 100 Songs chart information If year is not supplied, will default to last year.
200
New Example
{"info": {"category": "Billboard", "chart": "Hot 100 Songs", "date": "2022", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "title": "Heat Waves", "artist": "Glass Animals", "image": "https://charts-static.billboard.com/img/2020/07/glass-animals-rtd-heat-waves-o3i-180x180.jpg"}, "2": {"rank": "2", "title": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/c92a3e78-aa06-4336-9644-5b07183e58c9/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
BILLBOARD GLOBAL 200
Provide the BILLBOARD GLOBAL 200 chart information
200
New Example
{"info": {"category": "Billboard", "chart": "BILLBOARD GLOBAL 200", "date": "2020-09-26", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "title": "WAP", "artist": "Cardi B Featuring Megan Thee Stallion", "weeks at no.1": "2", "award": false, "last week": "1", "peak position": "1", "weeks on chart": "2", "de...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
58701e88-71b1-45b9-b1e3-158cba33e9bd/bb40781c-505c-4d15-9f79-5c8126077fb2/0/0
Billboard-API
Providing the Billboard chart rankings and information on titles, artists, lyrics, images, and more.
9.6
BILLBOARD 200
Provide the BILLBOARD 200 chart information
200
New Example
{"info": {"category": "Billboard", "chart": "BILLBOARD 200", "date": "2019-05-11", "source": "Billboard-API"}, "content": {"1": {"rank": "1", "album": "Hurts 2B Human", "artist": "P!nk", "detail": "new"}, "2": {"rank": "2", "album": "People", "artist": "Hillsong UNITED", "detail": "new"}, "3": {"rank": "3", "album": "C...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"category": {"type": "string"}, "chart": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["category", "chart", "date", "source"]}, "content": {"type": "obje...
9c94ec27-951d-40af-a115-51428587c42e/d38a5285-e41e-4d11-947d-7688beb998e4/0/0
Paste Magazine Best Song Rankings
API that provides data for the best songs listed yearly in Paste Magazine's website
null
All2021SongRankings
Returns a list of all songs listed in Paste magazine's best of 2021
200
Response
[{"id": 1, "song_ranking": 1, "artist_name": "Cassandra Jenkins", "song_name": "Hard Drive"}, {"id": 2, "song_ranking": 2, "artist_name": "Japanese Breakfast", "song_name": "Be Sweet"}, {"id": 3, "song_ranking": 3, "artist_name": "The War on Drugs", "song_name": "I Don't Live Here Anymore"}, {"id": 4, "song_ranking": 4...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "song_ranking": {"type": "integer"}, "artist_name": {"type": "string"}, "song_name": {"type": "string"}}, "required": ["artist_name", "id", "song_name", "song_ranking"]}}
0e4d8bff-4ad4-4341-9dcd-c3a1cbf75383/22d7232f-96c8-4ceb-80b3-0314a028d50a/0/0
music-news-API
music news based on a keyword from top sources around the globe
0.2
Get Individual News Sources News
This endpoint will return all the news from a specific source
200
New Example
[{"title": "The Future Is Big. So Courtney Barnett Still Sings About Small Things.This Australian musician\u2019s third album, \u201cThings Take Time, Take Time,\u201d rolls in a breakup, therapy and the pandemic as well as death and other certainties.By Brodie Lancaster", "url": "https://www.nytimes.com/2021/11/09/art...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
0e4d8bff-4ad4-4341-9dcd-c3a1cbf75383/21df29b7-7cbf-4bcd-8864-f9586e5e429d/0/0
music-news-API
music news based on a keyword from top sources around the globe
0.2
Get All News
This endpoint will return all the available news based on the keyword
200
New Example
[{"title": "Dawuna: meet the nighthawk behind one of 2021\u2019s masterpiece albums", "url": "https://www.theguardian.com/music/2021/nov/08/dawuna-glass-lit-dream-interview-ian-mugerwa", "source": "theguardian"}, {"title": "The Future Is Big. So Courtney Barnett Still Sings About Small Things.This Australian musician\u...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
12dc06c8-bfc0-4a5b-9d3e-93d852d4ecad/01be1bac-00fb-41d0-951e-1be2009bf002/0/0
Billboard Charts API
Explore and retrieve insights into the latest and greatest music charts, artists, and songs worldwide.
6.4
TikTok Top 50
Explore the viral sounds of the week with the TikTok Chart, ranking the most popular songs in the US based on creations, video views, and user engagement.
200
Response
{"title": "TikTok Billboard Top 50", "info": "A weekly ranking of the most popular songs on TikTok in the US based on creations, video views and user engagement.", "week": "Week of November 25, 2023", "songs": [{"position": 1, "image": "https://charts-static.billboard.com/img/2016/03/mitski-bcr-180x180.jpg", "name": "M...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}, "week": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "image": {"type": "string"}, "name": {"type": "string...
12dc06c8-bfc0-4a5b-9d3e-93d852d4ecad/f860e8f6-2e43-4cb4-8d3e-218d97fd649b/0/0
Billboard Charts API
Explore and retrieve insights into the latest and greatest music charts, artists, and songs worldwide.
6.4
Top Artists
Discover the top artists of the week across all genres, ranked by Luminate based on album and track sales, radio airplay audience impressions, and streaming activity data from online sources.
200
Response
{"title": "Billboard Artist 100", "info": "The week's most popular artists across all genres, ranked by album and track sales as compiled by Luminate, radio airplay audience impressions as compiled by Luminate and streaming activity data from online sources tracked by Luminate.", "week": "Week of December 2, 2023", "so...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}, "week": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "image": {"type": "string"}, "name": {"type": "string...
12dc06c8-bfc0-4a5b-9d3e-93d852d4ecad/882aff6c-7974-4ee5-ba4a-f2ccc2103ad5/0/0
Billboard Charts API
Explore and retrieve insights into the latest and greatest music charts, artists, and songs worldwide.
6.4
Top Charts
Explore a variety of top charts like Billboard Hot 100™, Billboard 200™, Streaming Songs, and more with Top-Charts API.
200
Response
[{"id": "hot-100/", "title": "Billboard Hot 100\u2122"}, {"id": "billboard-200/", "title": "Billboard 200\u2122"}, {"id": "artist-100", "title": "Billboard Artist 100"}, {"id": "streaming-songs", "title": "Streaming Songs"}, {"id": "radio-songs", "title": "Radio Songs"}, {"id": "digital-song-sales", "title": "Digital S...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}
12dc06c8-bfc0-4a5b-9d3e-93d852d4ecad/9a8a2b18-0487-48f4-a0d9-9dbd922610cb/0/0
Billboard Charts API
Explore and retrieve insights into the latest and greatest music charts, artists, and songs worldwide.
6.4
Charts by Category
Retrieve a curated selection of music charts within a specific category using this endpoint. Provide the category ID from "Charts Categories" to explore top charts, global hits, and all-time greats.
200
Response
[{"id": "hot-100/", "title": "Billboard Hot 100\u2122"}, {"id": "billboard-200/", "title": "Billboard 200\u2122"}, {"id": "artist-100", "title": "Billboard Artist 100"}, {"id": "streaming-songs", "title": "Streaming Songs"}, {"id": "radio-songs", "title": "Radio Songs"}, {"id": "digital-song-sales", "title": "Digital S...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}
12dc06c8-bfc0-4a5b-9d3e-93d852d4ecad/5b0650d2-fdfc-4e74-b23b-016603d7a74a/0/0
Billboard Charts API
Explore and retrieve insights into the latest and greatest music charts, artists, and songs worldwide.
6.4
Hot 100
Explore the week's top songs across genres on the Hot 100 chart with /hot-100.php, optionally specifying a week using the 'week' query parameter.
200
Response
{"title": "Billboard Hot 100\u2122", "info": "THE WEEK\u2019S MOST POPULAR CURRENT SONGS ACROSS ALL GENRES, RANKED BY STREAMING ACTIVITY FROM DIGITAL MUSIC SOURCES TRACKED BY LUMINATE, RADIO AIRPLAY AUDIENCE IMPRESSIONS AS MEASURED BY LUMINATE AND SALES DATA AS COMPILED BY LUMINATE.", "week": "Week of December 2, 2023"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}, "week": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "image": {"type": "string"}, "name": {"type": "string...
12dc06c8-bfc0-4a5b-9d3e-93d852d4ecad/ddd0014e-ee12-451d-bd83-b7de3a28f769/0/0
Billboard Charts API
Explore and retrieve insights into the latest and greatest music charts, artists, and songs worldwide.
6.4
Charts Categories
Explore diverse music chart categories effortlessly with the Charts Categories API endpoint, delivering a curated selection of top charts, global hits, and the greatest of all time across various genres and themes.
200
Response
[{"id": "Top Charts", "title": "Top Charts"}, {"id": "Global", "title": "Global"}, {"id": "Hits of the World", "title": "Hits of the World"}, {"id": "Greatest of All Time", "title": "Greatest of All Time"}, {"id": "Pop", "title": "Pop"}, {"id": "Country", "title": "Country"}, {"id": "Rock & Alternative", "title": "Rock...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}
12dc06c8-bfc0-4a5b-9d3e-93d852d4ecad/b241b87f-1cea-4bbb-a13e-9571c11ae28b/0/0
Billboard Charts API
Explore and retrieve insights into the latest and greatest music charts, artists, and songs worldwide.
6.4
Chart Details by ID
Access detailed chart information, featuring a curated list of songs or artists within a specific category. Utilize the ID from /charts.php and optionally specify a week using the 'week' query parameter (format: YYYY-MM-DD) to explore historical or current chart data. If no week is provided, the returned chart is for t...
200
Response
{"title": "Billboard Hot 100\u2122", "info": "THE WEEK\u2019S MOST POPULAR CURRENT SONGS ACROSS ALL GENRES, RANKED BY STREAMING ACTIVITY FROM DIGITAL MUSIC SOURCES TRACKED BY LUMINATE, RADIO AIRPLAY AUDIENCE IMPRESSIONS AS MEASURED BY LUMINATE AND SALES DATA AS COMPILED BY LUMINATE.", "week": "Week of December 2, 2023"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}, "week": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "image": {"type": "string"}, "name": {"type": "string...
23b6d4a9-eb1b-4362-a1f2-801a236a1624/32b8b472-ed50-4f0f-91f7-2ee70bb38cbf/0/0
MusicData API
Data for Youtube, Spotify music videos, tracks, albums, artist & more
8.9
/youtube/video/{videoID}
Specific Youtube music video statistics
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
c18573ce-1c4c-493c-8524-e61e8fca81eb/66e6df81-baed-49ce-b299-a8c7a79740e1/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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"]}
c18573ce-1c4c-493c-8524-e61e8fca81eb/26d66bfc-15aa-440d-b815-18732ea1b76c/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
User profile
Get user profile
200
Response
{"uri": "spotify:user:nocopyrightsounds", "name": "NCS", "image_url": "https://i.scdn.co/image/ab6775700000ee85c6e4ec3bf05af4e1ceee098e", "followers_count": 519319, "following_count": 21, "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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/ef3ec5dd-958b-4a3f-a4c7-c1db19876889/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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: MERO x Murda", "followers": {"total": 99554}, "images": [{"height": null, "url": "https://i.scdn.co/image/ab67706f00000003f1f02761d4ac4a745...
{"$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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/fb493e46-16dd-4d67-80af-c719de4afd68/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
Track lyrics
Get track lyrics
200
Response
{"lyrics": {"syncType": "UNSYNCED", "lines": [{"startTimeMs": "0", "words": "You were the shadow to my light, did you feel us?", "syllables": [], "endTimeMs": "0"}, {"startTimeMs": "0", "words": "Another star, you fade away", "syllables": [], "endTimeMs": "0"}, {"startTimeMs": "0", "words": "Afraid our aim is out of si...
{"$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"},...
c18573ce-1c4c-493c-8524-e61e8fca81eb/2bb62ccd-2fdf-4469-947e-29a5b028dc21/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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", "imageUri": "https://i.scdn.co/image/ab677762000078e6afc079cda32d54850e82c385", "subroles": ["main...
{"$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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/de169c52-625b-4f7c-9107-23be0665f377/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/ec55cdc5-b0c7-48a4-8620-c89bf442237d/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
Artist related
Artist related
200
Response
{"artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/6RQDTlies3nrNDJwXvbBZT"}, "followers": {"href": null, "total": 207771}, "genres": ["romanian pop"], "id": "6RQDTlies3nrNDJwXvbBZT", "images": [{"height": 640, "url": "https://i.scdn.co/image/ab6761610000e5eb1c81fe3a4d4ad7ce968d1349", "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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/fd171462-22c6-4a3e-8bab-1d18f74df9a4/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
Artist featuring
Artist featuring
200
Response
{"data": {"artist": {"id": "2w9zwq3AktTeYYMuhMjju8", "uri": "spotify:artist:2w9zwq3AktTeYYMuhMjju8", "profile": {"name": "INNA"}, "relatedContent": {"featuring": {"totalCount": 8, "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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/21582437-12ff-4ae3-b6ba-952e8daa8b1f/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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": 92, "items": [{"uri": "spotify:playlist:37i9dQZF1DWSJHnPb1f0X3", "id": "37i9dQZF1DWSJHnPb1f0X3", "owner": {"name": "Spotify"}, "name": "Card...
{"$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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/b3b40edf-0acb-4962-a57e-772c351ddd3e/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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": 84, "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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/a86c025b-a1a3-4d55-b14b-e2a647218fc6/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
Artist singles
Get artist singles
200
Response
{"data": {"artist": {"discography": {"singles": {"totalCount": 240, "items": [{"releases": {"items": [{"id": "3MQT2T0MAJA6lwMcEq3esV", "uri": "spotify:album:3MQT2T0MAJA6lwMcEq3esV", "name": "Just Dance #DQH1", "type": "EP", "date": {"year": 2023, "isoString": "2023-02-10T00:00:00Z"}, "coverArt": {"sources": [{"url": "h...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"discography": {"type": "object", "properties": {"singles": {"type": "object", "properties": {"totalCount": {"type": "integer"}, "items": {"type": "array",...
c18573ce-1c4c-493c-8524-e61e8fca81eb/48b61899-e993-4411-9665-17858323b774/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
Artist albums
Get artist albums
200
Response
{"data": {"artist": {"discography": {"albums": {"totalCount": 11, "items": [{"releases": {"items": [{"id": "5aWF6mKr3bSRlMnyxA8Tip", "uri": "spotify:album:5aWF6mKr3bSRlMnyxA8Tip", "name": "Champagne Problems #DQH2", "type": "ALBUM", "date": {"year": 2022, "isoString": "2022-03-11T00: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", ...
c18573ce-1c4c-493c-8524-e61e8fca81eb/043ac76e-1e13-4759-9cdb-d5d6cb5fb988/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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": 240}, "compilations": {"totalCount": 1}}}}, "extensions": {"cacheControl": {"version": 1, "hints": []}}}
{"$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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/9a508ec4-0567-4258-b3a1-2e11eaaccceb/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
Get artists
Get one or more artists
200
Response
{"artists": [{"external_urls": {"spotify": "https://open.spotify.com/artist/2w9zwq3AktTeYYMuhMjju8"}, "followers": {"href": null, "total": 1202556}, "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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/5bbcf265-fe0f-4997-a6b4-5afcf931119a/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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/ab6761610000e5ebcc943671af2c56498c81c731", "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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/d6c58757-013b-42f5-b210-e91d01320f5a/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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": "90561571", "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...
c18573ce-1c4c-493c-8524-e61e8fca81eb/6ca8f8a3-7e4e-488a-a2b8-87743bc7524a/0/0
Spotify Web
Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
9.6
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": {"...
81e9a0e0-5750-4a4a-94c0-a7747b0ed993/9b986d76-07db-4df1-8377-cf4567fd8cfc/1/0
Spotify Downloader
Download tracks, albums and playlists from Spotify! The best and most reliable Spotify Downloader API on RapidAPI!
0.3
Download Song
Download song from audio url
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...
81e9a0e0-5750-4a4a-94c0-a7747b0ed993/63e29812-010f-4cbe-97d2-b976ac24813a/1/0
Spotify Downloader
Download tracks, albums and playlists from Spotify! The best and most reliable Spotify Downloader API on RapidAPI!
0.3
Search track
Search track
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...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/62e504ba-8dec-4b61-8f4d-a1adcdb57ba1/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Recognize track
Max file size: 20 Mb Recomended formats: WAV , OGG , MP3 , M4A , MP4
200
Response
{"ok": true, "result": {"artists": [{"adamid": "1479039177", "id": "42"}], "genres": {"primary": "Folk"}, "highlightsurls": {"artisthighlightsurl": "https://cdn.shazam.com/video/v3/en/US/android/1479039177/highlights?affiliate=mttnagencyid%3Ds2n%26mttnsiteid%3D125115%26mttn3pid%3DApple-Shazam%26mttnsub1%3DShazam_androi...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"adamid": {"type": "string"}, "id": {"type": "string"}}}}, "genres": {"type": "object", "properties": {"primary": {"type": "string"}}}, "highli...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/573088e9-ca82-4ff4-8e7f-0ba5a1d6f5ee/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Search artists
Search all artists by prefix
200
Response
{"ok": true, "result": {"hits": [{"artist": {"avatar": "https://is1-ssl.mzstatic.com/image/thumb/Music122/v4/8a/17/c4/8a17c420-55c5-41dd-bbdd-220418cc42a6/196922097966_Cover.jpg/800x800ac.jpg", "name": "Forsparkle", "verified": false, "weburl": "https://music.apple.com/ru/artist/forsparkle/1632000080", "adamid": "16320...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"hits": {"type": "array", "items": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "verified": {"type": "boolean"}, "weburl": {...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/f0cf6abd-cd45-45e3-8320-2402931e15cb/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Related tracks
Related tracks based track id https://www.shazam.com/track/621482386/rampampam
200
Response
{"ok": true, "result": {"properties": {}, "tracks": [{"layout": "5", "type": "MUSIC", "key": "588485896", "title": "\u0421\u041e\u041b\u041d\u0426\u0415 \u041c\u041e\u041d\u0410\u041a\u041e", "subtitle": "\u041b\u044e\u0441\u044f \u0427\u0435\u0431\u043e\u0442\u0438\u043d\u0430", "share": {"subject": "\u0421\u041e\u041...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"properties": {"type": "object"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"layout": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "title": {"type": "string...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/c1db8ffd-1174-483a-9805-c1b042c85efe/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Top tracks in country
Get the best tracks by country code https://www.shazam.com/charts/discovery/uzbekistan
200
Response
{"ok": true, "result": {"properties": {}, "tracks": [{"layout": "5", "type": "MUSIC", "key": "619182359", "title": "Yomg'ir", "subtitle": "Yorqinxo'ja Umarov", "share": {"subject": "Yomg'ir - Yorqinxo'ja Umarov", "text": "I used Shazam to discover Yomg'ir by Yorqinxo'ja Umarov.", "href": "https://www.shazam.com/track/6...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"properties": {"type": "object"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"layout": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "title": {"type": "string...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/5fad8566-619a-4365-8f8f-5b7213c5834b/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Top tracks in city
Retrieving information from an artist profile https://www.shazam.com/charts/top-50/uzbekistan/tashkent
200
Response
{"ok": true, "result": {"properties": {}, "tracks": [{"layout": "5", "type": "MUSIC", "key": "619182359", "title": "Yomg'ir", "subtitle": "Yorqinxo'ja Umarov", "share": {"subject": "Yomg'ir - Yorqinxo'ja Umarov", "text": "I used Shazam to discover Yomg'ir by Yorqinxo'ja Umarov.", "href": "https://www.shazam.com/track/6...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"properties": {"type": "object"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"layout": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "title": {"type": "string...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/bfdc62eb-1072-4d6a-91cd-dbfd9ca50e16/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Track listenings count
Returns the number of times a particular song has been played https://www.shazam.com/track/621482386/rampampam
200
Response
{"ok": true, "result": {"id": "590241586", "total": 1150213, "type": "tag"}}
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"id": {"type": "string"}, "total": {"type": "integer"}, "type": {"type": "string"}}}}}
30be77b0-3bc8-4c0b-b341-2f887b3a0038/03b61280-9f79-48bb-a600-9aa22866bb8c/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Search tracks
Search all tracks by prefix
200
Response
{"ok": true, "result": {"hits": [{"type": "MUSIC", "key": "569265714", "heading": {"title": "Rampampam (French Version)", "subtitle": "Minelli"}, "images": {"default": "https://is5-ssl.mzstatic.com/image/thumb/Music125/v4/60/5f/4a/605f4ac4-3ea3-337c-4304-976e8b363824/190296615696.jpg/400x400cc.jpg", "blurred": "https:/...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"hits": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "key": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"typ...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/91a52c68-9517-4020-8420-03f8ca42f576/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
About track
Get track information https://www.shazam.com/track/621482386/rampampam
200
Response
{"ok": true, "result": {"layout": "5", "type": "MUSIC", "key": "590241586", "title": "\u041d\u0438\u043a\u0442\u043e", "subtitle": "N\u042e", "images": {"background": "https://is3-ssl.mzstatic.com/image/thumb/Features125/v4/bc/f6/09/bcf609f9-702c-b4f4-865b-ca950c40f3ed/mzl.bpzwyfpq.jpg/800x800cc.jpg", "coverart": "http...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"layout": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "s...
30be77b0-3bc8-4c0b-b341-2f887b3a0038/a6d8f511-bd32-4be8-b586-525c71539a6c/0/0
Shazam - song recognizer
Shazam will identify any song in seconds.
0.4
Search
pass
200
Response
{"ok": true, "result": {"tracks": {"hits": [{"track": {"layout": "5", "type": "MUSIC", "key": "559284007", "title": "Rampampam", "subtitle": "Minelli", "share": {"subject": "Rampampam - Minelli", "text": "I used Shazam to discover Rampampam by Minelli.", "href": "https://www.shazam.com/track/559284007/rampampam", "imag...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"tracks": {"type": "object", "properties": {"hits": {"type": "array", "items": {"type": "object", "properties": {"track": {"type": "object", "properties": {"layout": {"type": "string"}, "type": {"type": "string"}, "...
3ec0a528-bb52-4c21-a40e-8e79f7d73af0/ac85a528-b683-48f5-89ce-5c018a64feb5/0/0
Spotify Track Streams / Playback Count
Get the stream number / play count for any song on Spotify!
9.3
Get Track Streams / Playback Count
Get the stream number / play count of any song on Spotify!
200
New Example
{"result": "success", "message": "Data Retrieved.", "spotify_track_id": "6ho0GyrWZN3mhi9zVRW7xi", "isrc": "CA5KR1821202", "streams": 459082876}
{"type": "object", "properties": {"result": {"type": "string"}, "message": {"type": "string"}, "spotify_track_id": {"type": "string"}, "isrc": {"type": "string"}, "streams": {"type": "integer"}}}
f1533ee4-2d33-4edc-8244-1f7737f40596/33477ccb-a336-43ab-8412-2285fe80e338/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Song Lyrics
Song Lyrics
200
Response
{"meta": {"status": 200}, "response": {"lyrics": {"_type": "lyrics", "api_path": "/songs/2396871/lyrics", "lyrics": {"body": {"html": "<p>[Verse 1]<br>\n<a href=\"/9234498/Alan-walker-faded/You-were-the-shadow-to-my-light-did-you-feel-us\" data-id=\"9234498\" class=\"has_comments\" data-editorial-state=\"accepted\" dat...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"lyrics": {"type": "object", "properties": {"_type": {"type": "string"}, "api_path": {"type": "s...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_010a4f54-da8b-4381-8e20-0771ee0a839f/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Annotation Details
An annotation is a piece of content about a part of a document. The document may be a song (hosted on Genius) or a web page (hosted anywhere). The part of a document that an annotation is attached to is called a referent. Annotation data returned from the API includes both the substance of the annotation and the necess...
200
Response
{"meta": {"status": 200}, "response": {"annotation": {"_type": "annotation", "api_path": "/annotations/9234498", "being_created": false, "body": {"dom": {"tag": "root", "children": [{"tag": "p", "children": ["Light is necessary to create shadows; shadows can\u2019t exist without light. Walker uses this as a metaphor fo...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"annotation": {"type": "object", "properties": {"_type": {"type": "string"}, "api_path": {"type"...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_e4fd5285-1ee1-42e6-bed2-019b6a046258/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Chart: Albums
Chart: Albums
200
Response
{"meta": {"status": 200}, "response": {"chart_items": [{"_type": "chart_item", "type": "album", "item": {"_type": "album", "api_path": "/albums/917339", "cover_art_thumbnail_url": "https://images.genius.com/25f7450d84a95225c33e8de77ce2c6b7.300x300x1.jpg", "cover_art_url": "https://images.genius.com/25f7450d84a95225c33e...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"chart_items": {"type": "array", "items": {"type": "object", "properties": {"_type": {"type": "s...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_e5cf6c10-612e-4e59-b75d-ffc23e2c3f98/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Chart: Songs
Chart: Songs
200
Response
{"meta": {"status": 200}, "response": {"chart_items": [{"_type": "chart_item", "type": "song", "item": {"_type": "song", "annotation_count": 3, "api_path": "/songs/8219798", "artist_names": "Beyonc\u00e9", "full_title": "ALIEN SUPERSTAR by\u00a0Beyonc\u00e9", "header_image_thumbnail_url": "https://images.genius.com/25f...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"chart_items": {"type": "array", "items": {"type": "object", "properties": {"_type": {"type": "s...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_fa7b3e62-a533-4ac9-91e8-7eb3929020a1/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Web Page Lookup
A web page is a single, publicly accessible page to which annotations may be attached. Web pages map 1-to-1 with unique, canonical URLs. Information about a web page retrieved by the page's full URL (including protocol). The returned data includes Genius's ID for the page, which may be used to look up associated refere...
200
Response
{"meta": {"status": 200}, "response": {"web_page": {"_type": "web_page", "api_path": "/web_pages/324064", "domain": "google.com", "id": 324064, "normalized_url": "//google.com", "protected": false, "share_url": "http://genius.it/google.com", "title": "google.com", "url": "https://genius.com/google.com", "web_site_id": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"web_page": {"type": "object", "properties": {"_type": {"type": "string"}, "api_path": {"type": ...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_22f8da1a-eb40-487a-966a-83e41206f0e3/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Artist Songs
Documents (songs) for the artist specified.
200
Response
{"meta": {"status": 200}, "response": {"songs": [{"_type": "song", "annotation_count": 1, "api_path": "/songs/6689037", "artist_names": "\u200brezo", "full_title": "100 Youtuber singen zusammen!! 1 MILLION Abospecial by\u00a0\u200brezo", "header_image_thumbnail_url": "https://images.genius.com/e137cf2b4b1d01a1b50cb335c...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"songs": {"type": "array", "items": {"type": "object", "properties": {"_type": {"type": "string"...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_06f77bd0-5f6c-4267-a235-b5c470244f57/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Artist Albums
Get artist albums
200
Response
{"meta": {"status": 200}, "response": {"albums": [{"_type": "album", "api_path": "/albums/670828", "cover_art_thumbnail_url": "https://images.genius.com/6d4a17cfb5840cd66a50c43741ac0d5f.300x300x1.jpg", "cover_art_url": "https://images.genius.com/6d4a17cfb5840cd66a50c43741ac0d5f.1000x1000x1.jpg", "full_title": "World of...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"albums": {"type": "array", "items": {"type": "object", "properties": {"_type": {"type": "string...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_522ef655-3c26-4229-bbcd-b44aa915c002/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Artist Details
An artist is how Genius represents the creator of one or more songs (or other documents hosted on Genius). It's usually a musician or group of musicians.
200
Response
{"meta": {"status": 200}, "response": {"artist": {"_type": "artist", "alternate_names": ["Alan Olav Walker", "Walkzz", "DJ Walkzz"], "api_path": "/artists/456537", "description": {"dom": {"tag": "root", "children": [{"tag": "p", "children": ["Alan Walker is a record producer and DJ, born in Northampton, England, on 24t...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"artist": {"type": "object", "properties": {"_type": {"type": "string"}, "alternate_names": {"ty...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_4c516fa5-3da5-4f30-bc53-b11558a2673a/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Search
The search capability covers all content hosted on Genius (all songs).
200
Response
{"meta": {"status": 200}, "response": {"hits": [{"highlights": [], "index": "song", "type": "song", "result": {"_type": "song", "annotation_count": 13, "api_path": "/songs/2396871", "artist_names": "Alan Walker", "full_title": "Faded by\u00a0Alan\u00a0Walker", "header_image_thumbnail_url": "https://images.genius.com/10...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"hits": {"type": "array", "items": {"type": "object", "properties": {"highlights": {"type": "arr...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_a6b1725c-d8ea-4f65-8fdb-8b1a16a2e4c7/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Song Comments
Song Comments
200
Response
{"meta": {"status": 200}, "response": {"comments": [{"_type": "comment", "api_path": "/comments/3454629", "body": {"dom": {"tag": "root", "children": [{"tag": "p", "children": ["will go top of the charts!"]}]}}, "created_at": 1452283985, "has_voters": true, "id": 3454629, "pinned_role": null, "votes_total": 217, "curre...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"comments": {"type": "array", "items": {"type": "object", "properties": {"_type": {"type": "stri...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_5628e874-c8dd-420e-bf45-6fd8b131292b/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Multi Search
The multi search capability covers all content hosted on Genius (all sections).
200
Response
{"meta": {"status": 200}, "response": {"sections": [{"type": "top_hit", "hits": [{"highlights": [], "index": "artist", "type": "artist", "result": {"_type": "artist", "api_path": "/artists/456537", "header_image_url": "https://images.genius.com/5dc7f5c57981ba34e464414f7fc08ebf.1000x333x1.jpg", "id": 456537, "image_url"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "strin...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_ef661174-5dd0-45a3-88be-cff9fb49c807/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Chart: Referents
Chart: Referents
200
Response
{"meta": {"status": 200}, "response": {"chart_items": [{"_type": "chart_item", "type": "referent", "item": {"_type": "referent", "annotator_id": 11128325, "annotator_login": "thousandeyes", "api_path": "/referents/26380868", "classification": "accepted", "fragment": "Might I suggest you don\u2019t fuck with my sis", "i...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"chart_items": {"type": "array", "items": {"type": "object", "properties": {"_type": {"type": "s...
f1533ee4-2d33-4edc-8244-1f7737f40596/endpoint_906460a5-41cc-45aa-b57f-4df871547b78/0/0
Genius - Song Lyrics
Genius - Song Lyrics, Artists, Albums, Knowledge & More API
9.8
Chart: Artists
Chart: Artists
200
Response
{"meta": {"status": 200}, "response": {"chart_items": [{"_type": "chart_item", "type": "artist", "item": {"_type": "artist", "api_path": "/artists/498", "header_image_url": "https://images.genius.com/ebadbaad543adb319fde483bfcbe7e64.748x1000x1.png", "id": 498, "image_url": "https://images.genius.com/6e5ff87606d2765c90b...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}, "response": {"type": "object", "properties": {"chart_items": {"type": "array", "items": {"type": "object", "properties": {"_type": {"type": "s...
15f4b630-3170-49e7-9443-410f14dc7d3f/25d1f2cd-92d1-4d0a-b7ef-a792e3fe02aa/0/0
geniURL
This REST API gives you a song's metadata and lyrics URL, either in JSON or XML. No auth is required and CORS is enabled.
8.9
Search only for the top match
This endpoint searches only for the top match. It can be provided with either of these: - a ?q parameter, which contains a query to search for - the parameters ?artist and &song to get better results
500
New Example
{"error": true, "matches": null, "message": "Something went wrong", "timestamp": 1234567890123}
{"type": "object", "properties": {"error": {"type": "boolean"}, "matches": {"type": "null"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}}}
15f4b630-3170-49e7-9443-410f14dc7d3f/25d1f2cd-92d1-4d0a-b7ef-a792e3fe02aa/1/0
geniURL
This REST API gives you a song's metadata and lyrics URL, either in JSON or XML. No auth is required and CORS is enabled.
8.9
Search only for the top match
This endpoint searches only for the top match. It can be provided with either of these: - a ?q parameter, which contains a query to search for - the parameters ?artist and &song to get better results
200
New Example
{"error": false, "matches": 1, "url": "https://genius.com/Artist-1-song-name-lyrics", "path": "/Artist-1-song-name-lyrics", "meta": {"title": "Song Name", "fullTitle": "Song Name by Artist 1 (ft. Artist 2)", "artists": "Artist 1 (ft. Artist 2)", "primaryArtist": {"name": "Artist 1", "url": "https://genius.com/artists/A...
{"type": "object", "properties": {"error": {"type": "boolean"}, "matches": {"type": "integer"}, "url": {"type": "string"}, "path": {"type": "string"}, "meta": {"type": "object", "properties": {"title": {"type": "string"}, "fullTitle": {"type": "string"}, "artists": {"type": "string"}, "primaryArtist": {"type": "object"...
15f4b630-3170-49e7-9443-410f14dc7d3f/25d1f2cd-92d1-4d0a-b7ef-a792e3fe02aa/2/0
geniURL
This REST API gives you a song's metadata and lyrics URL, either in JSON or XML. No auth is required and CORS is enabled.
8.9
Search only for the top match
This endpoint searches only for the top match. It can be provided with either of these: - a ?q parameter, which contains a query to search for - the parameters ?artist and &song to get better results
404
New Example
{"error": false, "matches": 0, "message": "Found no results matching your search query", "timestamp": 1234567890123}
{"type": "object", "properties": {"error": {"type": "boolean"}, "matches": {"type": "integer"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}}}
15f4b630-3170-49e7-9443-410f14dc7d3f/c27644f4-e8c3-4695-b785-6c99162f9375/0/0
geniURL
This REST API gives you a song's metadata and lyrics URL, either in JSON or XML. No auth is required and CORS is enabled.
8.9
Search for best matches
This endpoint searches for the 10 best matches. It can be provided with either of these: - a ?q parameter, which contains a query to search for - the parameters ?artist and &song to get better results
404
New Example
{"error": false, "matches": 0, "message": "Found no results matching your search query", "timestamp": 1234567890123}
{"type": "object", "properties": {"error": {"type": "boolean"}, "matches": {"type": "integer"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}}}
15f4b630-3170-49e7-9443-410f14dc7d3f/c27644f4-e8c3-4695-b785-6c99162f9375/1/0
geniURL
This REST API gives you a song's metadata and lyrics URL, either in JSON or XML. No auth is required and CORS is enabled.
8.9
Search for best matches
This endpoint searches for the 10 best matches. It can be provided with either of these: - a ?q parameter, which contains a query to search for - the parameters ?artist and &song to get better results
500
New Example
{"error": true, "matches": null, "message": "Something went wrong", "timestamp": 1234567890123}
{"type": "object", "properties": {"error": {"type": "boolean"}, "matches": {"type": "null"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}}}
15f4b630-3170-49e7-9443-410f14dc7d3f/c27644f4-e8c3-4695-b785-6c99162f9375/2/0
geniURL
This REST API gives you a song's metadata and lyrics URL, either in JSON or XML. No auth is required and CORS is enabled.
8.9
Search for best matches
This endpoint searches for the 10 best matches. It can be provided with either of these: - a ?q parameter, which contains a query to search for - the parameters ?artist and &song to get better results
200
New Example
{"error": false, "matches": 10, "top": {"url": "https://genius.com/Artist-1-song-name-lyrics", "path": "/Artist-1-song-name-lyrics", "meta": {"title": "Song Name", "fullTitle": "Song Name by Artist 1 (ft. Artist 2)", "artists": "Artist 1 (ft. Artist 2)", "primaryArtist": {"name": "Artist 1", "url": "https://genius.com/...
{"type": "object", "properties": {"error": {"type": "boolean"}, "matches": {"type": "integer"}, "top": {"type": "object", "properties": {"url": {"type": "string"}, "path": {"type": "string"}, "meta": {"type": "object", "properties": {"title": {"type": "string"}, "fullTitle": {"type": "string"}, "artists": {"type": "str...
c0405ae4-a5bf-4b39-b073-27e12431725d/6fbd7846-f7ca-4c35-bdb3-db28f028f279/0/0
Indie Songs : DistroKid & Unsigned
Independent tracks with label numbers. Daily updating stats, weekly updating songs
7.8
Get songs with ALL metadata and stats (play counts)
Get all tracks with full metadata including recent Spotify play counts. Also Apple song URL, Spotify song URL, Composer name, ISRC, Label, Release date, Genres, Apple IDs, Spotify IDs are included.
200
Response
{"data": [{"apple_album_id": "1676585367", "apple_artist_id": "1515983290", "apple_genres": ["Pop", "Music", "Reggae"], "apple_track_id": "1676585368", "apple_track_url": "https://music.apple.com/us/album/1676585367?i=1676585368", "artist_name": "Who's to Say?", "composer_name": "Isaiah Keanu Pavao-Daly", "isrc": "QZES...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"apple_album_id": {"type": "string"}, "apple_artist_id": {"type": "string"}, "apple_genres": {"type": "array", "items": {"type": "string"}}, "apple_track_id": {"type": "str...
c0405ae4-a5bf-4b39-b073-27e12431725d/1ec8bf86-8f92-4f32-8eb2-9ba7a90f8d2d/0/0
Indie Songs : DistroKid & Unsigned
Independent tracks with label numbers. Daily updating stats, weekly updating songs
7.8
Search indie songs by filters
Search song by track name, artist name, label, release date, ISRC, composer name, genre
200
Response
{"metadata": {"limit": 20, "next": 20, "offset": 0, "total": 37}, "results": [{"apple_album_id": "1671635572", "apple_artist_id": "939637774", "apple_genres": ["Folk", "Music", "Singer/Songwriter"], "apple_track_id": "1671635574", "apple_track_url": "https://music.apple.com/us/album/1671635572?i=1671635574", "artist_na...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"metadata": {"type": "object", "properties": {"limit": {"type": "integer"}, "next": {"type": "integer"}, "offset": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["limit", "next", "offset", "total"]}, "results": {"type": "ar...
c0405ae4-a5bf-4b39-b073-27e12431725d/7316d429-f766-450d-bc35-c64c7b5cad47/0/0
Indie Songs : DistroKid & Unsigned
Independent tracks with label numbers. Daily updating stats, weekly updating songs
7.8
Get Top 50 indie songs
Get TOP 50 indie songs based on their daily stream increase ratio
200
Response
{"top50": [{"apple_album_id": "1674335650", "apple_artist_id": "1440437007", "apple_genres": ["Hip-Hop/Rap", "Music"], "apple_track_id": "1674335651", "apple_track_url": "https://music.apple.com/us/album/1674335650?i=1674335651", "artist_name": "El Hitta", "composer_name": "Emory Wilkerson & Tr\u00e9von Taylor", "isrc"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"top50": {"type": "array", "items": {"type": "object", "properties": {"apple_album_id": {"type": "string"}, "apple_artist_id": {"type": "string"}, "apple_genres": {"type": "array", "items": {"type": "string"}}, "apple_track_id": {"type": "st...
c0405ae4-a5bf-4b39-b073-27e12431725d/7341a160-044e-496d-ba32-21b8526d83d7/0/0
Indie Songs : DistroKid & Unsigned
Independent tracks with label numbers. Daily updating stats, weekly updating songs
7.8
Get CSV of Top 50 Indie Songs
Get TOP 50 indie songs by their daily stream increase in a CSV format using URL
200
Response
{"csv_url": "https://api.telegram.org/file/bot5880927068:AAHt9PD1juEo9sg_LytSuj7nzAqop4enNyE/documents/file_59.csv", "filename": "top50_2023-04-07_pew6Th.csv"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"csv_url": {"type": "string"}, "filename": {"type": "string"}}, "required": ["csv_url", "filename"]}
b5cabb4d-3c19-40d1-aac0-c4e454d986b7/04207399-169b-4b3b-b7c0-b9837fc40e85/0/0
UI Gradients DB
add amazing ui gradients in your app
null
search
search system by hex values
200
Response
{"data": [{"gradient_id": 1, "colors": ["#ff9a9e", "#fad0c4"]}, {"gradient_id": 3, "colors": ["#fad0c4", "#ffd1ff"]}, {"gradient_id": 4, "colors": ["#ffecd2", "#fcb69f"]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"gradient_id": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}}, "required": ["colors", "gradient_id"]}}}, "required": ["data"]}
b5cabb4d-3c19-40d1-aac0-c4e454d986b7/a8412a78-ba21-4c51-92be-eea1afdc0918/0/0
UI Gradients DB
add amazing ui gradients in your app
null
gradients /:id
get data by id
200
New Example
{"gradient_id": 1, "colors": ["#ff9a9e", "#fad0c4"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"gradient_id": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}}, "required": ["colors", "gradient_id"]}
b5cabb4d-3c19-40d1-aac0-c4e454d986b7/5849e84a-d16f-4dc2-906e-0c351548758d/0/0
UI Gradients DB
add amazing ui gradients in your app
null
gradients
get gradients
200
New Example
{"data": [{"gradient_id": 1, "colors": ["#ff9a9e", "#fad0c4"]}, {"gradient_id": 2, "colors": ["#a18cd1", "#fbc2eb"]}], "current_page": 1, "next_page": 2}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"gradient_id": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}}, "required": ["colors", "gradient_id"]}}, "current_page": {"type": "integer"},...
453bbd2b-3127-44eb-ad6d-bef66c715645/ca583219-03ba-4354-9cf6-a3342208517f/0/0
Portfolio
Sami Malik Portfolio
6.9
api
Auto generated using Swagger Inspector
200
Response
{"projects": [{"framework": "REACT", "id": 1, "imgUrl": "https://i.ibb.co/XDskmDQ/covid19tracker.webp", "link": "https://covid19trackersami.web.app/", "title": "COVID-19-Tracker"}, {"framework": "REACT", "id": 2, "imgUrl": "https://i.ibb.co/G2CpGR2/netflix-clone.webp", "link": "https://netflixbysami.web.app/", "title":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"projects": {"type": "array", "items": {"type": "object", "properties": {"framework": {"type": "string"}, "id": {"type": "integer"}, "imgUrl": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["framew...
97f30bcc-afef-4da5-9438-d32efd9c4877/54213a18-5cee-48da-8b67-72b4f34df130/0/0
AI Quotes
Inspiring quotes about AI
null
AI Quote
some quote by id
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
ee5c318f-2d65-4d85-94cd-212574442694/92b6a86c-8d13-4039-ab26-7816c2394ddb/0/0
IP Netblocks
IP Netblocks API gives you extensive information about IP ranges and IP address owners.
null
IP Netblock v2
Get exhaustive information on IP Range (v2)
200
Example
{"result": {"count": 7, "inetnums": [{"abuseContact": [], "address": ["1600 Amphitheatre Parkway"], "adminContact": [], "as": {"asn": 15169, "domain": "https://about.google/intl/en/", "name": "Google LLC", "route": "8.8.8.0/24", "type": "Content"}, "city": "Mountain View", "country": "US", "description": [], "inetnum":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"count": {"type": "integer"}, "inetnums": {"type": "array", "items": {"type": "object", "properties": {"abuseContact": {"type": "array"}, "address": {"type": "array", "items": {"type": "string"}}, ...
8a50de74-81c3-49c1-95ad-15e0986a8b89/4544ce24-4bf6-49fe-8f56-19be4cfbdaf6/0/0
capitall_fitness
fitness calculator
null
registration
registration details
200
Response
{"name": "dd", "email": "t@gmail.com", "Password": "t@1234"}
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}}, "name": {"type": "object", "properties": {"type": {"type": "string"}}}, "password": {"type": "object", "properties": {"type": {"type": "stri...
c3c35f2c-8b6c-47e5-a148-4c1482a05faf/5c20d480-8576-4319-b475-17932cc1b33f/0/0
QueryConnect
QueryConnect is a robust and secure REST API server designed to empower businesses and developers. It allows customers to seamlessly connect to their databases and execute queries using simple HTTP requests. Built with scalability and performance in mind, QueryConnect ensures that data retrieval is both efficient and s...
null
Query
Query anything you want.
200
Example
{"result": [{"1": 1}], "fields": [{"_buf": {"type": "Buffer", "data": [1, 0, 0, 1, 1, 23, 0, 0, 2, 3, 100, 101, 102, 0, 0, 0, 1, 49, 0, 12, 63, 0, 1, 0, 0, 0, 3, 129, 0, 0, 0, 0, 5, 0, 0, 3, 254, 0, 0, 2, 0, 2, 0, 0, 4, 1, 49, 5, 0, 0, 5, 254, 0, 0, 2, 0]}, "_clientEncoding": "utf8", "_catalogLength": 3, "_catalogStart...
{"type": "object", "properties": {"result": {"type": "array"}, "fields": {"type": "array"}}}
c3c35f2c-8b6c-47e5-a148-4c1482a05faf/b75a4b6a-e520-425f-a5f0-573bcab43654/0/0
QueryConnect
QueryConnect is a robust and secure REST API server designed to empower businesses and developers. It allows customers to seamlessly connect to their databases and execute queries using simple HTTP requests. Built with scalability and performance in mind, QueryConnect ensures that data retrieval is both efficient and s...
null
Connect
Connect to your MySQL/MariaDB server, you will receive a token, use it in the other endpoints.
200
New Example
{"token": "f61fd55f-1aac-4024-821e-70e9dad44995"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}