apalawupolyk
  1. pet
apalawupolyk
  • Start your Apidog journey
  • Download Pdf The Only Neurology Book Youll Ever Need by Alison I. Thaler Malcolm S. Thaler
  • epub download All or Nothing How Trump Recaptured America by Michael Wolff
  • The Brothers Karamazov A New Translation by Michael R. Katz by Fyodor Dostoevsky Michael R. Katz on Iphone New Format
  • pdf download Normal People A Novel by Sally Rooney
  • download pdf Your Body Already Knows Intuitive Ayurveda 21 Days to Reset your Gut Sleep Mood and Health by Nidhi Bhanshali Pandya Jasmine Hemsley
  • download pdf The Transformative Magic of M Code in Power Query Excel Power BI A BEGINNERS GUIDE TO MASTERING THE ART OF DATA METAMORPHOSIS TO GET JUST THE DATA STRUCTURE NE
  • PDF EPUB Download Praise Me When Im a Good Boy by Yodaka Kuroi Emma Schumacker Full Book
  • Mamenchisaurus Amusement Park by Mao Xiao on Audiobook New
  • pdf download Eleanor Park by Rainbow Rowell
  • DOWNLOADS A Good Life by Virginie Grimaldi Hildegarde Serle
  • PDF Download Making It in America The Almost Impossible Quest to Manufacture in the U.S.A. And How It Got That Way by Rachel Slade
  • PDF EPUB Download Danzig Jahre der Freiheit - Roman. Das Finale der beliebten Bestsellersaga by Hilke Sellnick Full Book
  • PDF Download Belonging Citizenship and Muslim Identity A British-French Comparison by Stéphane Hlaimi
  • Pdf ePub The Housemaids Secret by Freida McFadden download ebook
  • Online Read Ebook Analyses for Retaining walls Slope Stability and Landslides Select Proceedings of 8th ICRAGEE 2024 by Rajib Sarkar B.K. Maheshwari Abhishek Kumar
  • Read pdf With Him I Am Safe A 7 Day Devotional by Nikayla A. Benbow
  • Download PDF How to Survive As a Villain 1 by Yi Yi Yi Yi Wang Yi
  • PDF Download The City and Its Uncertain Walls A Novel by Haruki Murakami Philip Gabriel
  • Read online Under the Oak Tree Volume 1 The Novel by Suji Kim
  • pdf download Marzano Mastery Approaches A Decision-Making Process for Competency-Based Schools Strategies to build competency-based practices by Robert J Marzano Bill Zima
  • Download Pdf When the Bosque Ran Clear Life Along the River from Prehistory to the Civil War by Dan Young Jill Alford Rainey Miller Tad Lamb
  • PDF In This Economy How Money Markets Really Work by Kyla Scanlon Morgan Housel
  • Resident Evil Infinite Darkness - The Beginning The Graphic Novel by TOKYOPOP Keith R. A. DeCandido on Audiobook New
  • PDF DOWNLOAD FAUST Love Of The Damned by David Quinn Tim Vigil on Iphone
  • epub download The Starving Saints A Novel by Caitlin Starling
  • 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 19:28:15
Previous
epub download The Starving Saints A Novel by Caitlin Starling
Next
Finds Pets by status
Built with