bykithuzysug
  1. pet
bykithuzysug
  • Start your Apidog journey
  • download pdf Yarrick The Omnibus by David Annandale
  • PDF EPUB Download Doctor Who Fear Death by Water by Emily Cook Full Book
  • Download PDF Wild Houses by Colin Barrett
  • Mobile Suit Gundam Thunderbolt Vol. 20 by Yasuo Ohtagaki Hajime Yatate Yoshiyuki Tomino on Ipad
  • Read pdf Optimization An Introduction by Libor Pekar
  • Online Read Ebook Eater of Storms by Marin Blackthorn
  • Pdf ePub Treasure on Shell Island by Tolar Miles download ebook
  • Download PDF Genesis Artificial Intelligence Hope and the Human Spirit by Henry Kissinger Eric Schmidt Craig Mundie Niall Ferguson
  • Gemini A Love Letter by Heidi Rose Robbins on Audiobook New
  • Pdf ePub The Marriage Vendetta A Novel by Caroline Madden download ebook
  • DOWNLOADS Anime Manga Digital Coloring Guide Choose the Colors That Bring Your Drawings to Life With Over 1000 Color Combinations by Teruko Sakurai
  • Read Pdf New Surrealism The Uncanny in Contemporary Painting by Robert Zeller
  • Killing Stalking Deluxe Edition Vol. 1 by Koogi on Audiobook New
  • The White Bear by Henrik Pontoppidan Paul Larkin on Iphone New Format
  • The Bloomsbury Handbook of Gender and Sexuality in Early Childhood by Jessica Prioletta Adam Davies Kylie Smith on Ipad
  • DOWNLOADS Wildfire Days A Woman a Hotshot Crew and the Burning American West by Kelly Ramsey
  • Download PDF Critical Role Bells Hells--What Doesnt Break by Cassandra Khaw Critical Role
  • PDF The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris
  • Download Pdf Complicated Transformed by Orlando Moore
  • Read online Tying the Knot With an Amagami Sister 10 by Marcey Naito
  • PDF EPUB Download Egeria Theological and Ecclesial Knowledge Between Eastern and Western Traditions by Anni Maria Laato Full Book
  • Read online Crimeucopia - A Load Of Balls by Authors Various
  • Swing by Audrey Meeker Sarah Davidson on Audiobook New
  • Pdf ePub This Is Not a Ghost Story A Novel by Amerie download ebook
  • Princeton Review AP Statistics Prep 20th Edition 5 Practice Tests Complete Content Review Strategies Techniques by The Princeton Review on Audiobook New
  • 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
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. pet

Find pet by ID

GET
/pet/{petId}
Returns a single pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header '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"
}

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
Modified at 2025-08-22 23:14:30
Previous
Princeton Review AP Statistics Prep 20th Edition 5 Practice Tests Complete Content Review Strategies Techniques by The Princeton Review on Audiobook New
Next
Finds Pets by status
Built with