tunipiqikana
  1. pet
tunipiqikana
  • Start your Apidog journey
  • Lire en ligne Pour le coeur dun tigre Tome 2
  • Kindle Calamity Rayne Knocked Up - Calamity Rayne 5 téléchargement
  • télécharger pdf Playing in the dark
  • PDF Ancient Enemies A Novel of the Hegemony - Hegemony Trilogy 2 par Brian McKinley
  • Télécharger Pdf Le Quart livre
  • Lire en ligne The Secrets We Keep
  • PDF Kindle Dans la tête dun chat par Jessica Serra Arnaud Tételin
  • Lire en ligne Journal dun noob Intégrale 1
  • téléchargement epub Idéalis Tome 2
  • PDF Lisette of Louisbourg téléchargement
  • Lire en ligne Lets Ride Public Transportation
  • Télécharger Pdf Family 20 Common Words for Q R S T U Volume 5 of 6
  • téléchargement epub Maitresse de la Rédemption - La nature du désir 5
  • téléchargement pdf Verte
  • PDF Kindle Je taime je te trompe - Repenser linfidélité pour réinventer son couple par Esther Perel
  • PDF Maillots cultes - Le guide ultime du collectionneur fan de foot téléchargement
  • Télécharger Pdf Fait semblant pour moi
  • Télécharger PDF Du mein lieber Rainer
  • télécharger pdf The Odyssey
  • TÉLÉCHARGER PDF EPUB Threads of Gold - Threads of Gold 1
  • TÉLÉCHARGEMENTS Interview Like a Pro Secrets of Standing Out and Getting Hired
  • TÉLÉCHARGEMENTS 1001 exercices corrigés de Mathématiques pour réussir sa spécialité Tle
  • PDF Kindle Tata par Valérie Perrin
  • télécharger pdf Le murmure des copeaux de bois givrés
  • PDF Kindle Guarding Lives Finding Myself My Saudi Arabian Story par Ken Macadini
  • Pdf ePub A Hellions Christmas Kiss - Connected by a Kiss 8 par Dawn Brower téléchargement ebook
  • PDF Kindle La reine des gargouilles Tome 3 par Jennifer Estep Steven Cuvelliez
  • Télécharger PDF Beautiful bastard
  • Télécharger PDF Mégara Hadès - New Fairy Tales Tome 3
  • Lire en ligne La maintenance automobile - 3e éd. - en 60 fiches pratiques
  • 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-08-29 23:04:05
Previous
Lire en ligne La maintenance automobile - 3e éd. - en 60 fiches pratiques
Next
Finds Pets by status
Built with