My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Download PDF Drawn Together Studio DB Architecture and Interiors by Britt Zunino Damian Zunino Tim
  • Download Pdf The Alchemist of Monsters and Mayhem An Accidental Alchemist Mystery by Gigi Pandian
  • pdf download His Cinderella Next Door by Cara Colter
  • DOWNLOAD PDF EPUB The Winter Soldier Cold Front by Mackenzi Lee
  • Pdf ePub Visions 2023__Illustrators Book by pixiv pixiv Inc Alice Prowse download ebook
  • Online Read Ebook A Perfect Day to Be Alone A Novel by Nanae Aoyama Jesse Kirkwood
  • Download Pdf Killer in Shellview County by R. Barri Flowers
  • Wes Lang The Black Paintings by Wes Lang Wallace Ludel James Fox on Iphone New Format
  • pdf download Leo A Benny Griessel Novel by Deon Meyer
  • PDF Walking Otherward Forty Meditations on Following Jesus Path of Other-centered Co-suffering Lov
  • Pdf ePub Ander Santi Were Here A Novel by Jonny Garza Villa download ebook
  • PDF The Frontier Lord Begins with Zero Subjects Volume 7 by Fuurou Kinta Hengtee Lim
  • Read pdf Thutmose III and Hatshepsut Pharaohs of Egypt Their Lives and Afterlives by Aidan Dodson
  • PDF DOWNLOAD No Apologies by Sybil Bartel on Iphone
  • The Bosss Mistletoe Maneuvers by Linda Thomas-Sundstrom on Audiobook New
  • War by Louis-Ferdinand Céline Charlotte Mandell on Ipad
  • PDF Build a Beautiful Business con Confianza Become Friends with Risk to Grow Scale and Impact An
  • epub download Healing the Widowers Heart by Susan Anne Mason
  • The Cleaner by Samantha Beal on Audiobook New
  • Download Pdf Lightning Can Strike Twice My Life as a Fury by Tommy Fury
  • Online Read Ebook Marvel Arms and Armor The Mightiest Weapons and Technology in the Universe by DK
  • PDF EPUB Download Mornings Without Mii by Mayumi Inaba Ginny Tapley Takemori Full Book
  • download pdf Lucky Girl Family Falling and Finding My Way by Lottie Tomlinson
  • PDF Download Promise Me Not by Meagan Brandy
  • PDF Kindle Reckless by Elsie Silver
  • epub download As Good as Dead A Good Girls Guide to Murder 3 by Holly Jackson
  • DOWNLOAD PDF EPUB Things I Wanted To Say by Monica Murphy
  • Lumine Volume Two A Webtoon Unscrolled Graphic Novel by Emma Krogell on Audiobook New
  • Pdf ePub Gleam by Raven Kennedy download ebook
  • Download Pdf One-Night Crush by Mia Heintzelman
  • Cartridges of the World 17th Edition The Essential Guide to Cartridges for Shooters and Reloaders b
  • Despised Why the Modern Left Loathes the Working Class by Paul Embery on Ipad
  • PDF A Spell for Heartsickness A Cozy Romantasy by Alistair Reeves
  • Online Read Ebook Be More Moo Deng The Unofficial Coloring Book by DK
  • Read online Disney Twisted-Wonderland Rose-Red Tyrant The Novel by Jun Hioki Yana Toboso
  • epub download Arum and King Six Decades of Boxing Gold by Marty Corwin
  • 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-09 23:53:20
Previous
epub download Arum and King Six Decades of Boxing Gold by Marty Corwin
Next
Add a new pet to the store
Built with