anyqyknuchaj
  1. pet
anyqyknuchaj
  • Start your Apidog journey
  • Read online System Wise Continuous Instructional Improvement at Scale by Adam Parrott-Sheffer Carmen Williams David Rease Jr. Kathryn Parker Boudett
  • DOWNLOADS Conan The Barbarian The Original Comics Omnibus Vol.4 by Roy Thomas John Buscema
  • Governance and Intervention in Mali Elusive Security by Susanna D. Wing on Iphone New Format
  • PDF EPUB Download PizzaPedia Favorite Recipes from Across America by Jim Mumford Full Book
  • Download Pdf Wastes to Low-Carbon Construction Materials by Lei Wang PhD Binglin Guo PhD Bin Ma PhD
  • epub download Swift Sword The True Story of the Marines of Mike 3 5 in Vietnam 4 September 1967 by Doyle Glass
  • pdf download Verloren und wiedergefunden Sophienlust Bestseller 208 - Familienroman by Aliza Korten
  • Pdf ePub If Cats Disappeared from the World A Novel by Genki Kawamura Eric Selland download ebook
  • PDF DOWNLOAD Want Sexual Fantasies by Anonymous by Gillian Anderson on Iphone
  • DOWNLOADS Fifteen Wild Decembers by Karen Powell
  • pet
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • store
    • Returns pet inventories by status
      GET
    • Place an order for a pet
      POST
    • Find purchase order by ID
      GET
    • Delete purchase order by ID
      DELETE
  • user
    • Creates list of users with given input array
      POST
    • Get user by user name
      GET
    • Update user
      PUT
    • Delete user
      DELETE
    • Logs user into the system
      GET
    • Logs out current logged in user session
      GET
    • Creates list of users with given input array
      POST
    • Create user
      POST
  1. pet

Find pet by ID

GET
/pet/{petId}
Returns a single pet

Request

Authorization
API Key
Add parameter in header
api_key
Example:
api_key: ********************
or
Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header 'api_key: <api-key>'
Response Response Example
200 - Example 1
{
    "id": 100,
    "category": {
        "id": 101,
        "name": "dog"
    },
    "name": "Luna",
    "photoUrls": [
        "https://loremflickr.com/400/400?lock=2557291284045546",
        "https://loremflickr.com/400/400?lock=1603075073377479"
    ],
    "tags": [
        {
            "id": 15,
            "name": "Dalmatian"
        }
    ],
    "status": "available"
}
Modified at 2025-09-11 23:13:15
Previous
DOWNLOADS Fifteen Wild Decembers by Karen Powell
Next
Finds Pets by status
Built with