ytizikuwahyc
  1. pet
ytizikuwahyc
  • Start your Apidog journey
  • PDF DOWNLOAD What They Didnt Teach You In Photo School What you actually need to know to succeed in the industry by Demetrius Fordham on Iphone
  • Local Solutions for Global Challenges 20th International Conference on Design Science Research in Information Systems and Technology DESRIST 2025 Montego Bay Jamaica June
  • PDF Kindle PUNKS TRIANGLE by Yuho Okita
  • pdf download Toi Te Mana An Indigenous History of Maori Art by Deidre Brown Ngarino Ellis Jonathan Mane-Wheoki
  • Read pdf Southern Knights Leaving Atlanta by Henry Vogel
  • Pdf ePub The Secret Public How Music Moved Queer Culture From the Margins to the Mainstream by Jon Savage download ebook
  • Read pdf Love on Tour A Novel by Lee Adams
  • Lycoris Recoil Ordinary Days by Asaura Spider Spider Lily Aniplex ABC ABC Animation BS11 on Iphone New Format
  • PDF EPUB Download 100 First Words Ms. Rachel by Ms. Rachel Random House Full Book
  • PDF Kindle Music Therapy Supervision Diverse Perspectives on its Cultures and Practices by Catherine Warner Ann Sloboda Luke Annesley Julie Sutton Nicky Haire
  • PDF Download Sounds Like Love by Ashley Poston
  • Download Pdf Happy Place by Emily Henry
  • Download Pdf The Scrapbook A Novel by Heather Clark
  • PDF Kindle If You Were Jesus Christ Would You Come Back to Earth by Dr. Phil Odoemena
  • Download PDF What Is Post-Branding How to Counter Fundamentalist Marketplace Semiotics by Jason Grant Oliver Vodeb
  • Happy Place by Emily Henry on Audiobook New
  • PDF DOWNLOAD Jeph Loeb Tim Sale Spider-Man by Jeph Loeb Tim Sale on Iphone
  • PDF Kindle Crook Manifesto A Novel by Colson Whitehead
  • pdf download The Complete Guide to Breast Cancer How to Feel Empowered and Take Control by Trisha Greenhalgh
  • DOWNLOAD PDF EPUB Unleash The Fury by Joseph Paul DAquisto
  • PDF Download The Living Laboratory for Precision Medicine Solutions for Clinical Implementation by Dame Anna Dominiczak Sandosh Padmanabhan Carol Clugston
  • My Mother Cursed My Name A Novel by Anamely Salgado Reyes on Iphone New Format
  • PDF Download Woman Life Freedom by Marjane Satrapi Una Dimitrijevic
  • pdf download Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 3 by Tang Jiu Qing St
  • pdf download The Robin on the Oak Throne by K. A. Linde
  • Download PDF Elevated Ambitions by Aurora Steinhart
  • Online Read Ebook The Bitter Cup Walking With God When Your World Falls Apart by Gunter Akridge
  • pdf download Geiger Volume 3 by Geoff Johns Gary Frank Brad Anderson Paul Pelletier Andrew Hennessey
  • PDF DOWNLOAD Hell Ink Water The Art of Mike Mignola by Mike Mignola on Iphone
  • Download Pdf Where Did i Go a Memoir Plus by Francene Gillis
  • 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-27 00:13:50
Previous
Download Pdf Where Did i Go a Memoir Plus by Francene Gillis
Next
Finds Pets by status
Built with