{ "opencollection": "1.0.0", "info": { "name": "MusicBrainz Web Service v2 Areas Recordings API", "version": "2.0" }, "items": [ { "info": { "name": "Recordings", "type": "folder" }, "items": [ { "info": { "name": "Lookup Recording", "type": "http" }, "http": { "method": "GET", "url": "https://musicbrainz.org/ws/2/recording/:mbid", "params": [ { "name": "mbid", "value": "", "type": "path", "description": "MusicBrainz Identifier (UUID v4) of the entity." }, { "name": "inc", "value": "", "type": "query", "description": "Plus-separated list of sub-resources and relationships to include in the response." }, { "name": "fmt", "value": "", "type": "query", "description": "Response serialization format. Defaults to XML; set to `json` for JSON." } ] }, "docs": "Look up a recording by MBID. Common includes are `artist-credits`, `releases`, `isrcs`, `url-rels`, `work-rels`." }, { "info": { "name": "Browse Or Search Recordings", "type": "http" }, "http": { "method": "GET", "url": "https://musicbrainz.org/ws/2/recording", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "artist", "value": "", "type": "query" }, { "name": "collection", "value": "", "type": "query" }, { "name": "release", "value": "", "type": "query" }, { "name": "work", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (1-100, default 25)." }, { "name": "offset", "value": "", "type": "query", "description": "Zero-based offset into the result set for pagination." }, { "name": "inc", "value": "", "type": "query", "description": "Plus-separated list of sub-resources and relationships to include in the response." }, { "name": "fmt", "value": "", "type": "query", "description": "Response serialization format. Defaults to XML; set to `json` for JSON." } ] }, "docs": "Browse recordings linked to an artist, collection, release, or work; or search with a Lucene query." }, { "info": { "name": "Lookup Recordings By ISRC", "type": "http" }, "http": { "method": "GET", "url": "https://musicbrainz.org/ws/2/isrc/:isrc", "params": [ { "name": "isrc", "value": "", "type": "path", "description": "International Standard Recording Code (12 characters)." }, { "name": "inc", "value": "", "type": "query", "description": "Plus-separated list of sub-resources and relationships to include in the response." }, { "name": "fmt", "value": "", "type": "query", "description": "Response serialization format. Defaults to XML; set to `json` for JSON." } ] }, "docs": "Look up all recordings that share an International Standard Recording Code." } ] } ], "bundled": true }