v1

latestOpenAPI 3.0.3AGPL 3.02026-07-1713822.7 KB
documents

Finds Pets by tags

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

get/document/

Query parameters

tagsstring[]

Tags to filter by

Response

successful operation

idinteger
namestring required
photoUrlsstring[] required
status'available' | 'pending' | 'sold'

pet status in the store

Example response

[
  {
    "id": 10,
    "name": "doggie",
    "category": {
      "id": 1,
      "name": "Dogs"
    }
  }
]