yxasulazapih
  1. pet
yxasulazapih
  • Start your Apidog journey
  • Télécharger PDF Tendre est la nuit
  • Kindle Une âme à prendre téléchargement
  • PDF La cage 2 par Emma Seguès The Berries and Paper Bazaar
  • Kindle ABC Für Gitarren-Anfänger Vol.1 téléchargement
  • Télécharger PDF A table Formes et enjeux du repas - BTS
  • téléchargement pdf Perlin - Tome 2 La pierre céleste
  • TÉLÉCHARGER PDF EPUB The Dragons Fated Mate - The Fated Mark 1
  • Pdf ePub Tesss Fetish Training - A Latex Christmas - Part 7 - The Sequel - 2024 Edition - Christmas themed Books and Series 5 par Amelia Stark téléchargement ebook
  • TÉLÉCHARGEMENTS Un partenariat inattendu
  • TÉLÉCHARGEMENTS Agnes Grey
  • PDF Tracey Emin - Paintings téléchargement
  • PDF 3 Indian Bhabhi Sex Stories téléchargement
  • Télécharger Pdf Les Nombrils Tome 5
  • téléchargement epub The Madcap Adventures of Max and Lilly
  • Lecture en ligne Ebook Killian - Bad Boys Love 6
  • TÉLÉCHARGEMENTS CPHQ Exam Practice Questions and Study Guide 2024-2025 1200 Practice Questions and Answers for the Certified Professional in Healthcare Quality Exam
  • Lire en ligne The Gershwins Abroad - Or Four Americans in Paris and several other cities
  • Pdf ePub Venom Tome 6 par Torunn Gronbekk Al Ewing Julius Ohta téléchargement ebook
  • Pdf ePub Ladoption Cycle 1 par Zidrou Arno Monin téléchargement ebook
  • Kindle Spectacular Spider-Men Tome 1 téléchargement
  • Kindle Le grand tournoi Tome 2 téléchargement
  • TÉLÉCHARGEMENTS Indian Sex Story 2 Indian Threesome Story - Indian Erotica Stories 1
  • télécharger pdf Le prince cruel
  • téléchargement pdf Manual de compras en la Aviacion - Compras 1
  • Kindle La vie heureuse téléchargement
  • Lecture en ligne Ebook The Art of Unlocking Confidence Your Pathway to Thriving in Social Situations
  • téléchargement epub Kanji et Kana - Manuel et lexique des 2141 caractères officiels de lécriture japonaise suivi de caractères composés formant
  • TÉLÉCHARGER PDF EPUB Miss Plumpridge et Lord Maupleroy - Livre II - Le démon et lenfant
  • Lecture en ligne Ebook Sur les traces des dinosaures
  • téléchargement epub BIM données intelligences et nature de la ville durable - Ingénierie et architecture enseignement et recherche
  • 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 21:26:20
Previous
téléchargement epub BIM données intelligences et nature de la ville durable - Ingénierie et architecture enseignement et recherche
Next
Finds Pets by status
Built with