focholypytho
  1. pet
focholypytho
  • Start your Apidog journey
  • PDF Heavenly Tyrant Iron Widow Book 2 by Xiran Jay Zhao
  • Download PDF Glider Flying Handbook 2025 FAA-H-8083-13B by Federal Aviation Administration
  • Download Pdf Handbook Of Carbon Nanomaterials In 2 Volumes by Daniel A Heller Mijin Kim
  • PDF Kindle Darling in the Franxx Vol. 1-2 by Code000 Kentaro Yabuki
  • PDF EPUB Download Where Love Still Lingers Poetry Reflection and The Healing Power of Words by Athena Rayne Kostas Full Book
  • Read online To Smithereens by Rosalyn Drexler
  • pdf download Navigators of Dune by Brian Herbert Kevin J. Anderson
  • PDF S. El barco de Teseo by J.J. Abrams Doug Dorst
  • DOWNLOAD PDF EPUB 13 Hillcrest Drive by Gerald Petievich
  • DOWNLOAD PDF EPUB Park Avenue A Novel by Renée Ahdieh
  • Spinjitzu Brothers 2 The Lair of Tanabrax LEGO Ninjago by Tracey West on Audiobook New
  • DOWNLOAD PDF EPUB The Housemaids Secret by Freida McFadden
  • PDF DOWNLOAD Cleat Cute A Novel by Meryl Wilsner on Iphone
  • Read Pdf A Master of Djinn by P. Djèlí Clark
  • PDF Eleanor Park by Rainbow Rowell
  • PDF EPUB Download The Oxford Handbook of Biblical Monsters by Brandon R. Grafius John W. Morehead Full Book
  • PDF EPUB Download The Temple of Fortuna by Elodie Harper Full Book
  • Night in the City A Novel by Michael McGarrity on Audiobook New
  • PDF Kindle Empire of the Damned by Jay Kristoff
  • The Maids Secret A Maid Novel by Nita Prose on Ipad
  • DOWNLOADS Exhala Exhale by Gaby Vargas
  • PDF Kindle Chimera by Evangeline Hale
  • download pdf The Freak by Matt Lesniewski
  • Pdf ePub Los médicos de Auschwitz La historia de los ejecutores de la Solución Final by Bruno Halioua Amaya Bozal Chamorro download ebook
  • Online Read Ebook Cozy Cuties Coloring Book for Adults and Kids by Coco Wyo
  • Online Read Ebook Climbing Trees by Beverley Campbell
  • epub download Deciphering Good Omens Nice and Accurate Essays on the Novel and Television Series by Erin Giannini Amanda Taylor
  • Pdf ePub Language Teacher Emotion Regulation An Exploration in Japan by Sam Morris download ebook
  • 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-24 00:04:30
Previous
Pdf ePub Language Teacher Emotion Regulation An Exploration in Japan by Sam Morris download ebook
Next
Finds Pets by status
Built with