xuboqowaxuge
  1. pet
xuboqowaxuge
  • Start your Apidog journey
  • téléchargement epub Wealth DNA Code - 13 Ways To Manifest Wealth Effortlessly
  • TÉLÉCHARGEMENTS Loracle des rêves - 48 cartes
  • téléchargement epub Partir pour devenir quelquun
  • PDF Kanji Kana - Index alphabétique des 14 000 mots français simples ou composés expressions usuelles et noms propres japonais extraits du Kanji et Kana ma
  • téléchargement pdf Christmas Chronicles Enchanted Stories for the Holiday Season
  • Lire en ligne Le petit guide illustré de la communication pacifiante
  • PDF Trousse à décorer Indes merveilleuses téléchargement
  • Lecture en ligne Ebook Je nai rien fait de mal
  • TÉLÉCHARGER PDF EPUB Rozenn Intégrale
  • PDF Quelquun à qui parler téléchargement
  • Télécharger PDF Homo chaoticus - Révolution dans lévolution
  • TÉLÉCHARGEMENTS Unstoppable Confidence The Self-Love Blueprint to Break Free from Validation and Own Your Worth
  • PDF Bohemian Visual Culture in fin-de-siècle Norway - Scenes from Christian Krohgs Studio par
  • télécharger pdf Alain Delon un destin français
  • PDF Le manuel porphyre du préparateur en pharmacie téléchargement
  • Lire en ligne Etre vivant méditer créer
  • Pdf ePub The Enchanted Stag par Kathryn Ashby téléchargement ebook
  • Pdf ePub Lalimentation intuitive - Le grand livre par Alicia Sicardi Vincent Florent téléchargement ebook
  • Pdf ePub Lakestone - tome 1 par Sarah Rivens téléchargement ebook
  • Pdf ePub The Healer - The Blood of Legends 2 par Sevannah Storm téléchargement ebook
  • Télécharger Pdf Dancer and the Ice Bear - Furry United Coalition 9
  • téléchargement pdf Nos âmes tourmentées
  • PDF Kindle Bled Tout-en-un - Orthographe grammaire conjugaison vocabulaire par Edouard Bled Odette Bled Daniel Berlion
  • PDF Kindle Paris par Sophie Ribot Laura Barthoux
  • téléchargement epub La pension du bord de mer
  • Télécharger PDF First Day of Puppy School - The Everyday Adventures of Papa Paws 10
  • Lecture en ligne Ebook Boundaries with Grace The Subtle Art of Letting Toxic People Drift Away
  • Kindle Le couple dà côté téléchargement
  • PDF Les loups du millénaire Tome 1 téléchargement
  • téléchargement pdf Nach dem Kauf durch den entstellten CEO
  • 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

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-01 21:52:45
Previous
téléchargement pdf Nach dem Kauf durch den entstellten CEO
Next
Finds Pets by status
Built with