{ "opencollection": "1.0.0", "info": { "name": "Artsy Public Applications Artists API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Xapp-Token", "value": "{{X-Xapp-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Artists", "type": "folder" }, "items": [ { "info": { "name": "List artists", "type": "http" }, "http": { "method": "GET", "url": "https://api.artsy.net/api/artists", "params": [ { "name": "artwork_id", "value": "", "type": "query", "description": "Filter by artwork id." }, { "name": "similar_to_artist_id", "value": "", "type": "query", "description": "Return artists similar to this artist id." }, { "name": "similarity_type", "value": "", "type": "query", "description": "Type of similarity to use." }, { "name": "published_artworks", "value": "", "type": "query", "description": "Filter artists with published artworks." }, { "name": "artworks", "value": "", "type": "query", "description": "Filter artists that have artworks." }, { "name": "term", "value": "", "type": "query", "description": "Full-text search term." }, { "name": "total_count", "value": "", "type": "query", "description": "Set to 1 to include the total item count in the response (counting is not free and off by default)." }, { "name": "size", "value": "", "type": "query", "description": "Limit the number of embedded items returned." }, { "name": "cursor", "value": "", "type": "query", "description": "A position within the results set for cursor-based pagination." }, { "name": "offset", "value": "", "type": "query", "description": "Skip this number of items (mutually exclusive with cursor)." }, { "name": "sample", "value": "", "type": "query", "description": "Redirect to a random element in the collection." }, { "name": "sort", "value": "", "type": "query", "description": "Sort order for the results." } ] }, "docs": "Artists represented on Artsy" }, { "info": { "name": "Get a artist", "type": "http" }, "http": { "method": "GET", "url": "https://api.artsy.net/api/artists/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The artist id." } ] }, "docs": "Get a artist" } ] } ], "bundled": true }