xachokyhufap
  1. pet
xachokyhufap
  • Start your Apidog journey
  • An Ember in the Ashes Complete Series Paperback Box Set 4 books by Sabaa Tahir on Ipad
  • PDF A Readers Guide to Thomas Manns Doctor Faustus by Tobias Boes
  • How to DAO Mastering the Future of Internet Coordination by Kevin Owocki Puncar Don Tapscott on Iphone New Format
  • Princeton Review Digital SAT Premium Prep 2025 5 Full-Length Practice Tests 2 in Book 3 Adaptive Tests Online Online Flashcards Review Tools by The Princeton Review on I
  • pdf download The 13th Footprint Vol. 1 by Kei Sanbe Sheldon Drzka
  • PDF Matter The Magnificent Illusion by Guido Tonelli Edward Williams
  • Download PDF El caso Rosy by Alessandra Carati
  • Die Arabische Halbinsel Geographie und Politik by Thomas Demmelhuber PD Dr. Nadine Scharfenort on Audiobook New
  • PDF EPUB Download Programming with OpenSCAD A Beginners Guide to Coding 3D-Printable Objects by Justin Gohde Marius Kintel Full Book
  • pdf download The Memoirs of Robert and Mabel Williams African American Freedom Armed Resistance and International Solidarity by Robert F. Williams Mabel R. Williams Akin
  • Online Read Ebook If We Survive This by Racquel Marie
  • Read Pdf The Silversmiths Puzzle by Nev March
  • Download PDF Little Big Sister by Eoin Colfer Celia Ivey
  • Pdf ePub The Other Valley A Novel by Scott Alexander Howard download ebook
  • Niall A Canadian Irish Syndicate Romance by Melanie Moreland on Iphone New Format
  • DOWNLOAD PDF EPUB Revolution in 35mm Political Violence and Resistance in Cinema from the Arthouse to the Grindhouse 1960-1990 by Andrew Nette Samm Deighan
  • pdf download Women and the Piano A History in 50 Lives by Susan Tomes
  • Read Pdf Someone to Build Me Up by M.L. Nolan
  • DOWNLOADS Iris of the Crowned Flame by Olivia Tildon
  • Online Read Ebook Visiones Mind Games by Nora Roberts
  • Read online The Fund Ray Dalio Bridgewater Associates and the Unraveling of a Wall Street Legend by Rob Copeland
  • Read online The Finding Solid Ground Program Workbook Overcoming Obstacles in Trauma Recovery by Hugo J. Schielke Bethany L. Brand Ruth A. Lanius
  • DOWNLOAD PDF EPUB Silverborn The Mystery of Morrigan Crow by Jessica Townsend
  • PDF Kindle Sports Card Collecting Investing For Dummies by Geoff Wilson Ben Burrows Tyler Nethercott
  • Kamasutra feminista ilustrado Illustrated Feminist Kamasutra by Lola Lúpez María Uve on Ipad
  • 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 22:53:15
Previous
Kamasutra feminista ilustrado Illustrated Feminist Kamasutra by Lola Lúpez María Uve on Ipad
Next
Finds Pets by status
Built with