othungypongi
  1. pet
othungypongi
  • Start your Apidog journey
  • The Magic of Code How Digital Language Created and Connects Our World-and Shapes Our Future by Samuel Arbesman on Audiobook New
  • Private Revolutions Four Women Face Chinas New Social Order by Yuan Yang on Audiobook New
  • PDF EPUB Download The Cambridge History of the Holocaust Volume 4 Aftermath Outcomes Repercussions by Laura Jockusch Devin O. Pendas Full Book
  • PDF Reinventing the American Thoroughbred The Arabian Adventures of Alexander Keene Richards by Gary A. ODell
  • Deep Weird The Varieties of High Strangeness Experience by Jack Hunter Jeffrey J. Kripal on Audiobook New
  • Read online High-Tech Heroes Why Gen Z Is Our Last And Best Chance To Save The Planet by Pete Dulcamara
  • DOWNLOAD PDF EPUB The Comics Journal 311 by Kate Beaton Gary Groth Austin English Kristy Valenti
  • PDF Born Inside a Nest So Small by Iza Trapani
  • Download Pdf Luther First of the Fallen by Gav Thorpe
  • PDF Kindle The Gardener of Lashkar Gah The Afghans who Risked Everything to Fight the Taliban by Larisa Brown
  • Online Read Ebook The Daughters War by Christopher Buehlman
  • Online Read Ebook The German Navy in World War II The Kriegsmarine in World War II by Nigel Thomas Johnny Shumate
  • Read online Teenage Mutant Ninja Turtles 40th Anniversary Comics Celebration-The Deluxe Edition by Jim Lawson Sophie Campbell Kevin Eastman Pablo Tunica Khary Randolph
  • pdf download Strange Houses A Novel by Uketsu Jim Rion
  • PDF Download Ella Josephine Resident in Charge Book 2 by Nina LaCour Sònia Albert
  • Rainbows After Storms Vol. 4 by Luka Kobachi on Ipad
  • Download Pdf Reborn as a Space Mercenary I Woke Up Piloting the Strongest Starship Light Novel Vol. 7 by Ryuto Shuinichi Matsui Tetsuhiro Nabeshima
  • PDF DOWNLOAD Twisted Vows by Jordan Blake on Iphone
  • PDF EPUB Download Mezze More than 50 recipes for dips salads other small plates to share by Ryland Peters Small Full Book
  • PDF The Princeton Field Guide to Predatory Dinosaurs by Gregory S. Paul
  • download pdf Wool Collectors Edition Book One of the Silo Series by Hugh Howey
  • PDF EPUB Download Matzah and Flour Recipes from the History of the Sephardic Jews by Hélène Jawhara Piñer Full Book
  • Online Read Ebook The Science of Beauty Debunk the Myths and Discover What Goes into Your Beauty Routine by Michelle Wong
  • Read Pdf Finding Me A Memoir by Viola Davis
  • Pdf ePub The Temple of Fortuna by Elodie Harper download ebook
  • PDF The Inescapable Immune Escape Pandemic by Geert Vanden Bossche MD Phd
  • Harry Potter y la cámara secreta Ed. Minalima Harry Potter and the Chamber o f Secrets by J. K. Rowling on Iphone New Format
  • To Smithereens by Rosalyn Drexler on Ipad
  • Pdf ePub Sinister MMM Romance by West Greene download ebook
  • Pdf ePub New Education Policy Sustainable Development and Nation Building Perspectives Issues and Challenges by Manish K. Verma download ebook
  • 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-19 17:38:00
Previous
Pdf ePub New Education Policy Sustainable Development and Nation Building Perspectives Issues and Challenges by Manish K. Verma download ebook
Next
Finds Pets by status
Built with