The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsMusic Metadata
live/music-metadata · 8 endpoints
post/music-metadata/v1/search1 creditsearch artist/album/release/recording/track/label/work (Lucene)
query*typelimitoffset
{
"query": "radiohead",
"type": "artist"
}Try in playground →post/music-metadata/v1/artist_detail1 creditartist + relationships (members/collaborations), discography, aliases, tags
mbid*inc
{
"mbid": "a74b1b7f-71a5-4011-9441-d0b5e4122711"
}Try in playground →post/music-metadata/v1/album_detail1 creditrelease (tracklist+labels+ISRCs+discids) or release-group
mbid*entityinc
{
"mbid": "4b3d18cc-8937-36f4-8de0-481088be58e6",
"entity": "release"
}Try in playground →post/music-metadata/v1/track_detail1 creditrecording + ISRCs + work-relations + artist credits
mbid*inc
{
"mbid": "7c0e3d7c-3944-4b64-87bb-62dba67bea83"
}Try in playground →post/music-metadata/v1/label1 creditlabel detail (country, label-code, aliases, url-rels)
mbid*inc
{
"mbid": "14221f01-8939-4ea0-b8f1-b5a21beae80a"
}Try in playground →post/music-metadata/v1/work_detail1 creditwork/composition + ISWC + writer relations
mbid*inc
{
"mbid": "1b4ff597-f43f-3dac-9f76-0e7b7f38d0d2"
}Try in playground →post/music-metadata/v1/isrc_lookup1 creditreverse ISRC -> recordings (cross-catalog key)
isrc*inc
{
"isrc": "GBAYE9701274"
}Try in playground →post/music-metadata/v1/cover_art1 creditCover-Art-Archive images (multi-resolution) for a release/release-group
mbid*entity
{
"mbid": "4b3d18cc-8937-36f4-8de0-481088be58e6",
"entity": "release"
}Try in playground →