{ "opencollection": "1.0.0", "info": { "name": "PlaceKitten Image API", "version": "1.0.0" }, "items": [ { "info": { "name": "Image", "type": "folder" }, "items": [ { "info": { "name": "Get Color Kitten Image", "type": "http" }, "http": { "method": "GET", "url": "https://placekitten.com/:width/:height", "params": [ { "name": "width", "value": "", "type": "path", "description": "Image width in pixels." }, { "name": "height", "value": "", "type": "path", "description": "Image height in pixels." } ] }, "docs": "Returns a color kitten JPEG sized to the requested width and height.\nBoth dimensions are positive integers expressed in pixels.\n" }, { "info": { "name": "Get Grayscale Kitten Image", "type": "http" }, "http": { "method": "GET", "url": "https://placekitten.com/g/:width/:height", "params": [ { "name": "width", "value": "", "type": "path", "description": "Image width in pixels." }, { "name": "height", "value": "", "type": "path", "description": "Image height in pixels." } ] }, "docs": "Returns a grayscale kitten JPEG sized to the requested width and height.\nThe leading `/g/` segment toggles the grayscale variant.\n" } ] } ], "bundled": true }