acexushevegh
  1. pet
acexushevegh
  • Start your Apidog journey
  • PDF EPUB Download Polymer Nanocomposite Membranes in Water Treatment and Desalination Recent Developments Future Opportunities and Sustainable Applications by Md Rezaur Ra
  • AWS Certified Solutions Architect Study Guide Associate SAA-C03 Exam by David Clinton Ben Piper on Audiobook New
  • DOWNLOADS The Death of Vivek Oji by Akwaeke Emezi
  • PDF EPUB Download Remnants of Filth Yuwu Novel Vol. 7 Special Edition by Rou Bao Bu Chi Rou St Full Book
  • DOWNLOAD PDF EPUB The Complete Summer I Turned Pretty Trilogy The Summer I Turned Pretty Its Not Summer Without You Well Always Have Summer by Jenny Han
  • Polybius by Collin Armstrong on Ipad
  • Pdf ePub Uproar in Midport Village A MINECRAFT MOVIE by Golden Books download ebook
  • DOWNLOADS A Sip of Yesterday by Stephanie Doering
  • Love Misha by Askel Aden on Iphone New Format
  • Download Pdf Quedará el amor Love Will Remain by Alice Kellen
  • Read online So Drunk A Tooths Gotta Go Essays on Dating Hacks Breakups Traveling Comedy The Gig Economy More by Joy Alicia
  • Online Read Ebook Japans Financial System New Perspectives and Potential Risks in the Post-Global Financial Crisis Era by Tokuo Iwaisako
  • DOWNLOADS Geography A Visual Encyclopedia by DK
  • DOWNLOADS Language Teacher Emotion Regulation An Exploration in Japan by Sam Morris
  • PDF Download Appendix N revised and expanded edition Weird Tales From the Roots of Dungeons Dragons by Peter Bebergal Adrian Tchaikovsky Ann VanderMeer
  • download pdf Spurred On by Elle Jordan
  • Online Read Ebook London Particular by Christianna Brand
  • The Unveiled Tarot An 80-Card Deck and Guidebook by Jesse Lonergan Mike Mignola on Iphone New Format
  • download pdf Gingko Season A Novel by Naomi Xu Elegant
  • Read Pdf Writing Mr. Right A Novel by Alina Khawaja
  • Michael Freeman on Color and Tone The Ultimate Photography Masterclass by Michael Freeman on Audiobook New
  • Download Pdf Elsewhere by Shelby Matheson
  • Pdf ePub The Legend of Albert Jacka From the shores of Gallipoli to the battlefields of France the epic story and fierce battles of the first Australian soldier to be award
  • PDF Kindle Puck Shy A Spicy Valentines Day Novella by Kayla Grosse
  • Home of Fire and Tempest Book Three of the Sorrowborn Trilogy by April Davis Kevin A Davis on Audiobook New
  • 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-22 00:44:21
Previous
Home of Fire and Tempest Book Three of the Sorrowborn Trilogy by April Davis Kevin A Davis on Audiobook New
Next
Finds Pets by status
Built with