wyhufaknozop
  1. pet
wyhufaknozop
  • Start your Apidog journey
  • Pdf ePub Irreducible Consciousness Life Computers and Human Nature by Federico Faggin download ebook
  • Download Pdf Memories of A Hunters Moon by M Flagg
  • pdf download Amanecer Breaking Dawn by Stephenie Meyer
  • DOWNLOAD PDF EPUB The Hollywood Assistant by May Cobb
  • PDF Kindle Stories for Seafarers Boxed Set Three Unforgettable Tales from Above and Below the Waves by Jules Verne H. G. Wells Robert Louis Stevenson Jim Tierney
  • Pdf ePub The Big Fat High School Algebra 1 Workbook 400 Algebra 1 Practice Exercises by Workman Publishing download ebook
  • Read Pdf The Witches Wisdom Tarot Deluxe Keepsake Edition A 78-Card Deck and Guidebook by Phyllis Curott Danielle Barlow
  • Download PDF At First Smile by Melissa Whitney
  • Read Pdf The Diary of a Bad Bitch True Stories of Sensuality Self-Discovery and Spiritual Alchemy by Selene Ashï
  • Download PDF The Contested State by Matthew A Busch
  • Download Pdf Women and the Piano A History in 50 Lives by Susan Tomes
  • Grandmaster of Demonic Cultivation Mo Dao Zu Shi Manhua Vol. 1 by Mo Xiang Tong Xiu Luo Di Cheng Qiu on Ipad
  • Human-Centered Design Operation and Evaluation of Mobile Communications 6th International Conference MOBILE 2025 Held as Part of the 27th HCI International Conference HCI
  • DOWNLOADS An Archdemons Dilemma How to Love Your Elf Bride Volume 19 by Fuminori Teshima COMTA Hikoki
  • Read pdf The Shadow Monster by X R Balzan
  • Online Read Ebook Well Always Have Summer by Jenny Han
  • PDF EPUB Download CDC Yellow Book 2026 Health Information for International Travel by Eric Halsey Full Book
  • PDF Fifth Avenue Architecture and Society A History of Americas Street of Dreams Architecture and Society A History of Americas Street of Dreams by Mosette Broderick
  • pdf download Kill for Me Kill for You A Novel by Steve Cavanagh
  • Read pdf A Celebration of Anglo-Scottish Footballers Scotsmen Whove Lit Up English Football by David Stuart Robert Marshall
  • Music in the Human Experience An Introduction to Music Psychology by Donald A. Hodges Gary E. McPherson on Ipad
  • epub download Lost Stick by Anoosha Syed
  • Online Read Ebook Cranberry Birthday by Wende Devlin Harry Devlin
  • Pdf ePub Jogo by Octïvio Viana download ebook
  • DOWNLOADS Parkers Luftsprung mit dem Staatsfeind Butler Parker 325 - Kriminalroman by Günter Dönges
  • 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-09-02 00:03:55
Previous
DOWNLOADS Parkers Luftsprung mit dem Staatsfeind Butler Parker 325 - Kriminalroman by Günter Dönges
Next
Finds Pets by status
Built with