uwufishonaji
  1. pet
uwufishonaji
  • Start your Apidog journey
  • epub download Time Regained In Search of Lost Time Volume 6 by Marcel Proust William C. Carter
  • Cthulhu Cat by PANDANIA Zack Davisson Steve Dutro on Ipad
  • Goodman and Gilmans The Pharmacological Basis of Therapeutics 14th Edition by Laurence Brunton Bjorn Knollmann on Ipad
  • Pdf ePub An Exercise in Uncertainty A Memoir of Illness and Hope by Jonathan Gluck download ebook
  • Problematic Summer Romance by Ali Hazelwood on Ipad
  • Download Pdf Murder at la Villette by Cara Black
  • PDF Download Nebula Awards Showcase 60 by Stephen Kotowych Thomas Ha Caroline M Yoachim
  • DOWNLOADS A Case of Mice and Murder The Trials of Gabriel Ward by Sally Smith
  • download pdf The Man the Moment Demands Master the 10 Characteristics of the Comprehensive Man by Jason Wilson
  • DOWNLOAD PDF EPUB The Rooster and the Sun by Sunshine Orange Studio
  • DOWNLOAD PDF EPUB Water Moon A Novel by Samantha Sotto Yambao
  • PDF Prisoners of Geography The Quiz Book How Much Do You Really Know About the World by Tim Marshall
  • Pdf ePub Tehillim - Book of Psalms The Forgotten Way of the Righteous by Paramjit S Bharj download ebook
  • Read Pdf Understanding Reproduction in Social Contexts A Reader by Caitlin Killian
  • PDF EPUB Download Sean Alemayehu Tewodros Giorgis Presents... Inscribed By 9Ruby Prince Intergalactic Ambassador Blessed Are Those O Children of Ancient Israel Abyssinia
  • Download PDF Winter Warrior by Richard Cullen
  • Sodomys Solicitations A Right to Queerness by Joseph J. Fischel on Ipad
  • Download PDF Rosie The Steinway Grand Piano A musical journey through time by Simon Mills
  • DOWNLOAD PDF EPUB A Vision of Lights by Maria A Eden
  • Read online Kimi ni Todoke From Me to You Soulmate Vol. 1 by Karuho Shiina
  • Pdf ePub The Road to Tender Hearts A Novel by Annie Hartnett download ebook
  • PDF Download A Telegram from Le Touquet by John Bude
  • PDF Kindle Medaka Kuroiwa Is Impervious to My Charms 9 by Ran Kuze
  • download pdf Red White Royal Blue A Novel by Casey McQuiston
  • 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-24 21:55:25
Previous
download pdf Red White Royal Blue A Novel by Casey McQuiston
Next
Finds Pets by status
Built with