My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • epub download The Museum of Other People From Colonial Acquisitions to Cosmopolitan Exhibitions by A
  • PDF Download Isaac Murphy The Rise and Fall of a Black Jockey by Katherine C. Mooney
  • Read online The Rider by Tim Krabbe
  • download pdf Haruki Murakami Manga Stories 2 The Second Bakery Attack Samsa in Love Thailand by Har
  • Download PDF Marvel What If...Loki Was Worthy A Loki Valkyrie Story by Madeleine Roux
  • PDF Kindle Sketching from the Imagination Creatures Monsters by 3dtotal Publishing
  • DOWNLOAD PDF EPUB Hells Toxic Trio Defeat the Demonic Spirits that Stall Your Destiny by Ryan LeSt
  • Read Pdf Analytic Idealism in a Nutshell A straightforward summary of the 21st centurys only plaus
  • PDF EPUB Download RAF Fighters vs Ju 87 Stuka In the West 1940-41 by Andy Saunders Gareth Hector J
  • epub download Alas de ónix Empíreo 3 Onyx Storm by Rebecca Yarros
  • Download PDF Charlie Hernández the Phantom of Time by Ryan Calejo
  • PDF DOWNLOAD Fail-Safe Investing Lifelong Financial Security in 30 Minutes by Harry Browne on Ipho
  • DOWNLOADS The Essential Guide to Intermittent Fasting for Women Balance Your Hormones to Lose Weight
  • Thieves of Purpose Overcoming the 12 Mindsets Robbing You of Your Potential Self Help Tools by Davin
  • PDF EPUB Download Lustful Appetites An Intimate History of Good Food and Wicked Sex by Rachel Hope C
  • PDF Download Like A Boss Best Wishes 4 by Sarah Mlynowski Hena Khan Jennifer Bricking
  • PDF The Brain Book by Liam Drew
  • PDF Download How to Paint Landscapes Quickly and Beautifully in Watercolor and Gouache by Nathan F
  • Pdf ePub Heir of Stardust and Secrets A Dark Fantasy Romance by CC Hartly download ebook
  • PDF Download Configurations of Time Imagining Other Temporalities in the Artist Residency by Angel
  • Relational Spirituality A Psychological-Theological Paradigm for Transformation by Todd W. Hall M.
  • DOWNLOADS Blood Ties A Novel by Jo Nesbo Robert Ferguson
  • PDF Kindle I Ship My Rival x Me The Comic Manhua Vol. 2 by PEPA Qualia
  • epub download The Fed and the Flu Parsing Pandemic Economic Shocks by David R Kotok Michael R Englu
  • PDF Download Lycoris Recoil Ordinary Days by Asaura Spider Spider Lily Aniplex ABC ABC Animatio
  • PDF EPUB Download The Wakanda Files A Technological Exploration of the Avengers and Beyond by Troy
  • Princeton Review TOEFL iBT Prep with Audio Listening Tracks 2022 Practice Test Audio Strategies
  • Read pdf J.K. Lassers Your Income Tax 2025 Professional Edition by J.K. Lasser Institute
  • Online Read Ebook TDBoKT Guide Talent Development Body of Knowledge by Association for Talent Develo
  • PDF Kindle BLADE VOL. 1 MOTHER OF EVIL by Bryan Hill Elena Casagrande Valentina Pinti
  • Yes No or Maybe Manga Vol. 1 by Michi Ichiho Yukimura Lala Takemiya on Ipad
  • Critical Role Vox Machina Coloring Book by Critical Role Olivia Samson CoupleOfKooks Noah Hayes
  • Download Pdf Bleakwatch Chronicles Tinker Bell and the Lost City by Zack Loran Clark
  • PDF EPUB Download DD Dungeon Masters Guide 2024 by Wizards of the Coast Full Book
  • epub download Paradise Rot A Novel by Jenny Hval Marjam Idriss
  • Sample APIs
    • Find pet by ID
      GET
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Deletes a pet
      DELETE
    • Finds Pets by status
      GET
  1. Sample APIs

Find pet by ID

GET
/pet/{petId}
pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/1'
Response Response Example
200 - Success example
{
    "code": 0,
    "data": {
        "name": "Hello Kitty",
        "photoUrls": [
            "http://dummyimage.com/400x400"
        ],
        "id": 3,
        "category": {
            "id": 71,
            "name": "Cat"
        },
        "tags": [
            {
                "id": 22,
                "name": "Cat"
            }
        ],
        "status": "sold"
    }
}

Request

Path Params
petId
string 
required
pet ID
Example:
1

Responses

🟢200OK
application/json
Body
code
integer 
required
status code
>= 0<= 0
data
object (Pet) 
required
pet details
id
integer <int64>
required
Pet ID
>= 1
category
object (Category) 
required
group
name
string 
required
name
Example:
doggie
photoUrls
array[string]
required
image URL
tags
array[object (Tag) {2}] 
required
tag
status
enum<string> 
required
Pet Sales Status
Allowed values:
availablependingsold
🟠404Record not found
🟠400Invalid input
Previous
epub download Paradise Rot A Novel by Jenny Hval Marjam Idriss
Next
Add a new pet to the store
Built with