thipivawekus
  1. pet
thipivawekus
  • Start your Apidog journey
  • Download PDF Windows Internals Part 2 Edition 7 by Mark Russinovich Andrea Allievi Alex Ionescu David Solomon
  • pdf download The Folded Sky by Elizabeth Bear
  • Online Read Ebook The Restless Few by James Watjen
  • PDF DOWNLOAD Monstrilio by Gerardo Sámano Córdova on Iphone
  • Read pdf The Best We Could Hope For A Novel by Nicola Kraus
  • Five Views on the Gospel by Michael Horton Scot McKnight David A. deSilva Julie C Ma Shively T.J Smith on Ipad
  • Pdf ePub How to Kill Your Family A Novel by Bella Mackie download ebook
  • Read online Green Wood Carving How to Make Beautiful Objects from Unseasoned Wood by Harald Lamon
  • download pdf Datenanalyse mit SPSS Für Seminar- Projekt- Bachelor- und Masterarbeiten by Michael Streich
  • pdf download The Shipmate Chronicles - Book 1 Only the Strangest Reimagining of the Creation and Evolution of Man to be Unearthed by Clarke Phoenix
  • PDF EPUB Download Finley the Filtering Fish by Jamie Lefebvre Shehan Gunasekara Full Book
  • download pdf The Veiled Kingdom by Holly Renee
  • Make a Killing A Billie Levine Mystery by Kimberly G. Giarratano on Ipad
  • epub download The Ojanox Omnibus Edition by Daemon Manx
  • Feral Volume 2 by Tony Fleecs Trish Forstner Tone Rodriguez Brad Simpson on Ipad
  • epub download 13 Hillcrest Drive by Gerald Petievich
  • download pdf Pelt of the Red Fox A Novel of the West by R L Adare
  • Download PDF 15th International Munich Chassis Symposium 2024 Volume 3 steering.tech and chassis.tech by Peter E. Pfeffer
  • PDF DOWNLOAD Grave Words A Deadly Deadlines Mystery by Gerri Lewis on Iphone
  • Pdf ePub Good Girls Gossip Find Your Female Power by Tova Leigh download ebook
  • Pdf ePub Two Twisted Crowns - Die Magie zwischen uns by Rachel Gillig Sabrina Zelezny download ebook
  • DOWNLOAD PDF EPUB Chromatic by Ashley Bustamante
  • Pdf ePub City of Magic and Monsters by Estelle Laure download ebook
  • Terraria Volume 1 The Journey Begins by Brendan J. Vogel Matt Clingempeel Grant Alter Mattia Di Giovanni on Audiobook New
  • PDF DOWNLOAD Ero Ninja Scrolls Vol. 3 by Haruki on Iphone
  • 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-25 00:51:40
Previous
PDF DOWNLOAD Ero Ninja Scrolls Vol. 3 by Haruki on Iphone
Next
Finds Pets by status
Built with