{ "opencollection": "1.0.0", "info": { "name": "MusicBrainz Web Service v2 Areas API", "version": "2.0" }, "items": [ { "info": { "name": "Areas", "type": "folder" }, "items": [ { "info": { "name": "Lookup Area", "type": "http" }, "http": { "method": "GET", "url": "https://musicbrainz.org/ws/2/area/: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 geographic area by MBID." }, { "info": { "name": "Search Areas", "type": "http" }, "http": { "method": "GET", "url": "https://musicbrainz.org/ws/2/area", "params": [ { "name": "query", "value": "", "type": "query", "description": "Lucene-syntax search query string." }, { "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": "fmt", "value": "", "type": "query", "description": "Response serialization format. Defaults to XML; set to `json` for JSON." } ] }, "docs": "Search areas with a Lucene query." } ] } ], "bundled": true }