My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF Download Interior Chinatown by Charles Yu
  • Download PDF Citizen My Life After the White House by Bill Clinton
  • Read online Not in Love by Ali Hazelwood
  • Read Pdf Shangri-La Frontier 15 by Ryosuke Fuji Katarina
  • DOWNLOADS Imitation Vol. 5 by KyungRan Park
  • DOWNLOAD PDF EPUB Black Clover Vol. 36 by Yuki Tabata
  • Read pdf The First and Last King of Haiti The Rise and Fall of Henry Christophe by Marlene L. Daut
  • PDF Something is Killing the Children 0 by James Tynion IV Werther DellEdera
  • Download Pdf TSF Monogatari by Shindo L
  • PDF DOWNLOAD Christmas Cover-Up by Lynette Eason on Iphone
  • epub download The Bakery Dragon by Devin Elle Kurtz
  • Online Read Ebook The Gain Principle Mastering Lifes Growth Cycles for Success and Service by Steve
  • Alchemy of Nine Dimensions Activating the Full Spectrum of Consciousness by Barbara Hand Clow Gerry
  • PDF Kindle Compromised into Marriage by Liz Tyner
  • epub download American Spirits by Russell Banks
  • Download Pdf Puzzled 4 Murder by J. C. Eaton
  • Pdf ePub Pink-pilled Women and the far right by Lois Shearing download ebook
  • Download Pdf Story of Taylor Swift by Lindsey Sagar
  • Download Pdf DD 5E Original Adventures Reincarnated 7 Dark Tower by Chris Doyle Bob Brinkman
  • Download PDF New Anatomy for Strength Fitness Training An Illustrated Guide to Your Muscles in Acti
  • PDF Kindle Accidental Fiancee by Mary Moore
  • Marvel Studios The Infinity Saga - Captain America The Winter Soldier The Art of the Movie by Marie
  • PDF DOWNLOAD Cat Gamer Volume 7 by Wataru Nadatani Zack Davisson Susie Lee on Iphone
  • Download PDF Our Favorite Appetizer Recipes Second Edition by Gooseberry Patch
  • PDF EPUB Download El dique The Levee by Michael McDowell Ph.D Full Book
  • Read online The Amish Nurses Suitor and The Nannys Amish Family by Carrie Lighte Patricia Johns
  • download pdf Homecoming A Downeast Novel by Marie Force
  • Theres No Freaking Way Ill be Your Lover Unless... Manga Vol. 6 by Teren Mikami Musshu Eku Takeshi
  • PDF DOWNLOAD Looking for You A Novel by Alexander McCall Smith on Iphone
  • pdf download Darkfever by Karen Marie Moning
  • DOWNLOAD PDF EPUB Old Gods New Enigmas Marxs Lost Theory by Mike Davis
  • Pdf ePub Titanic The Ship Magnificent Volume One by Bruce Beveridge Steve Hall Scott Andrews Dan
  • Read pdf The Nightingale by Kristin Hannah
  • Pdf ePub High Density High Mountain Trackers HMT 2G 3 by Freya Barker download ebook
  • DOWNLOADS Im the Villainess So Im Taming the Final Boss Vol. 7 light novel by Sarasa Nagase Mai M
  • Read online My Boyfriend is a Dog Vol. 2 by kadiro
  • pdf download Heaven Sent and His Hometown Girl by Jillian Hart
  • 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
Modified at 2025-06-14 00:58:05
Previous
pdf download Heaven Sent and His Hometown Girl by Jillian Hart
Next
Add a new pet to the store
Built with