{ "opencollection": "1.0.0", "info": { "name": "Dog Breeds Images API", "version": "1.1.0" }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "Dog API List Images by Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/images", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." } ] }, "docs": "Returns all image URLs for a given master breed." }, { "info": { "name": "Dog API Random Image by Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/images/random", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." } ] }, "docs": "Returns a single random image URL for the given master breed." }, { "info": { "name": "Dog API Multiple Random Images by Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/images/random/:amount", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." }, { "name": "amount", "value": "3", "type": "path", "description": "Number of random images to return." } ] }, "docs": "Returns multiple random image URLs for the given master breed." }, { "info": { "name": "Dog API List Images by Sub-Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/:subBreed/images", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." }, { "name": "subBreed", "value": "afghan", "type": "path", "description": "Sub-breed name." } ] }, "docs": "Returns all image URLs for a given sub-breed." }, { "info": { "name": "Dog API Random Image by Sub-Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/:subBreed/images/random", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." }, { "name": "subBreed", "value": "afghan", "type": "path", "description": "Sub-breed name." } ] }, "docs": "Returns a single random image URL for the given sub-breed." }, { "info": { "name": "Dog API Multiple Random Images by Sub-Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/:subBreed/images/random/:amount", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." }, { "name": "subBreed", "value": "afghan", "type": "path", "description": "Sub-breed name." }, { "name": "amount", "value": "3", "type": "path", "description": "Number of random images to return." } ] }, "docs": "Returns multiple random image URLs for the given sub-breed." }, { "info": { "name": "Dog API Random Image From Any Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breeds/image/random" }, "docs": "Returns a random dog image URL from any breed." }, { "info": { "name": "Dog API Multiple Random Images From Any Breed", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breeds/image/random/:amount", "params": [ { "name": "amount", "value": "3", "type": "path", "description": "Number of random images to return." } ] }, "docs": "Returns multiple random dog image URLs from any breed." }, { "info": { "name": "Dog API Multiple Random Images From Any Breed With Alt Text", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breeds/image/random/:amount/alt", "params": [ { "name": "amount", "value": "3", "type": "path", "description": "Number of random images to return." } ] }, "docs": "Returns multiple random images from any breed paired with descriptive alt text." }, { "info": { "name": "Dog API List Images by Breed With Alt Text", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/images/alt", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." } ] }, "docs": "Returns all images for the given master breed paired with descriptive alt text." }, { "info": { "name": "Dog API Multiple Random Images by Breed With Alt Text", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/images/random/:amount/alt", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." }, { "name": "amount", "value": "3", "type": "path", "description": "Number of random images to return." } ] }, "docs": "Returns multiple random images for the given master breed paired with descriptive alt text." }, { "info": { "name": "Dog API List Images by Sub-Breed With Alt Text", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/:subBreed/images/alt", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." }, { "name": "subBreed", "value": "afghan", "type": "path", "description": "Sub-breed name." } ] }, "docs": "Returns all images for the given sub-breed paired with descriptive alt text." }, { "info": { "name": "Dog API Multiple Random Images by Sub-Breed With Alt Text", "type": "http" }, "http": { "method": "GET", "url": "https://dog.ceo/api/breed/:breed/:subBreed/images/random/:amount/alt", "params": [ { "name": "breed", "value": "hound", "type": "path", "description": "Master breed name." }, { "name": "subBreed", "value": "afghan", "type": "path", "description": "Sub-breed name." }, { "name": "amount", "value": "3", "type": "path", "description": "Number of random images to return." } ] }, "docs": "Returns multiple random images for the given sub-breed paired with descriptive alt text." } ] } ], "bundled": true }