ynugotungoni
  1. pet
ynugotungoni
  • Start your Apidog journey
  • Download Pdf Gears of War Ephyra Rising by Michael A. Stackpole
  • Pdf ePub An Unfinished Love Story A Personal History of the 1960s by Doris Kearns Goodwin download ebook
  • pdf download The Mastery of Customer Service in Careers by J Mark Munoz Nigel Hill Diane Crutcher
  • Read online Broken Ribs by Elizabeth Lee
  • download pdf Violeta by Isabel Allende Frances Riddle
  • epub download The Red Scrolls of Magic by Cassandra Clare Wesley Chu
  • DOWNLOADS A Fire in the Flesh by Jennifer L. Armentrout
  • PDF Kindle Stock Traders Almanac 2025 by Jeffrey A. Hirsch
  • DOWNLOADS Cooks Endeavour Voyage to Botany Bay by Kevin Jackson
  • PDF EPUB Download Overdetermined How Indian English Literature Becomes Ethnic Postcolonial and Anglophone by Ragini Tharoor Srinivasan Full Book
  • pdf download Proceedings of the International Field Exploration and Development Conference 2024 Volume 6 by Jiaen Lin
  • Pdf ePub Minimalista Your Step-by-Step Guide to a Better Home Wardrobe and Life by Shira Gill download ebook
  • Read Pdf Making Embedded Systems Design Patterns for Great Software by Elecia White
  • Online Read Ebook Como arruinar um casamento - Um livro sobre recomeços e amizades improváveis vencedor do prêmio Goodreads by Alison Espach Laura Folgueira
  • PDF DOWNLOAD En händelserik sommar by Sue Moorcroft Sara Hemmel on Iphone
  • Download Pdf Call Her Woman and Bend the Knee A Heroic Crown of Sonnets by Blupoetres Blupoetres
  • Pdf ePub The Unwanted Undead Adventurer Volume 12 Light Novel by Yu Okano Jaian Jason Li download ebook
  • PDF Download AI Engineering Building Applications with Foundation Models by Chip Huyen
  • Download Pdf Embroidering Animals with Color and Texture 25 Cute Critters with Pop-Up Details and Stumpwork by Jessica Long
  • Read online Scourge of the Emirates by Peter J. Murray
  • pdf download Storms Edge Life Death and Magic in the Islands of Orkney by Peter Marshall
  • Pdf ePub Recupera tu mente reconquista tu vida by Marian Rojas Estapé download ebook
  • Read online The Hero and the Sage Reincarnated and Engaged Volume 3 by Washiro Fujiki Heiro Joey Antonio
  • Pdf ePub Credit Stacking Accelerate Financial Freedom with Business Credit by Jack McColl download ebook
  • CPT Professional 2025 by American Medical Association on Audiobook New
  • PDF EPUB Download Deadly Obsession by Katie Reus Full Book
  • 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-06 01:54:45
Previous
PDF EPUB Download Deadly Obsession by Katie Reus Full Book
Next
Finds Pets by status
Built with