PlaceKitten

Placeholder kitten image service. Free, no-auth REST contract: /{width}/{height} for color, /g/{width}/{height} for grayscale. Created by Mark James, inspired by placehold.it.

1 APIs 0 Features
AnimalsPublic APIsPlaceholderImagesDeprecated

APIs

PlaceKitten

Placeholder kitten image service (deprecated; origin returns HTTP 521).

Collections

Semantic Vocabularies

Placekitten Context

2 classes · 6 properties

JSON-LD

API Governance Rules

PlaceKitten API Rules

6 rules · 3 errors 3 warnings

SPECTRAL

JSON Structure

Placekitten Image Request Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🔗
PublicAPIsListing
PublicAPIsListing
🔗
Archive
Archive

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: PlaceKitten
  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.

      Both dimensions are positive integers expressed in pixels.

      '
  - 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.

      The leading `/g/` segment toggles the grayscale variant.

      '
bundled: true