My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF Download A British Girls Guide to Hurricanes and Heartbreak by Laura Taylor Namey
  • PDF A Deception of Courts Realm of Fey Book III by Ben Alderson
  • Download Pdf How Not to Chaperone a Lady A Steamy Historical Romance Book by Virginia Heath
  • Read Pdf The ACT Workbook for Kids Fun Activities to Help You Deal with Worry Sadness and Anger
  • PDF Kindle An Accidental Hero by Loree Lough
  • PDF Adrift in Currents Clean and Clear by Seanan McGuire
  • PDF EPUB Download The 100 Tactical Patterns You Must Know Workbook Practical Exercises to Spot the
  • PDF EPUB Download La riada The Flood by Michael McDowell Ph.D Full Book
  • epub download Sito An American Teenager and the City that Failed Him by Laurence Ralph
  • Pdf ePub The Night Is Defying A Nytefall Novel by Chloe C. Peñaranda download ebook
  • DOWNLOADS Metallica All the Songs The story behind every track by Benoit Clerc
  • PDF EPUB Download If Cats Disappeared from the World A Novel by Genki Kawamura Eric Selland Full
  • PDF EPUB Download My Beautiful Man Volume 2 Manga by Yuu Nagira Megumi Kitano Full Book
  • Praiseworthy by Alexis Wright on Ipad
  • download pdf The Let Them Theory A Life-Changing Tool That Millions of People Cant Stop Talking Abo
  • PDF Download The Psychology of the Armenian Genocide by George Green
  • PDF Kindle The Peoples Hospital Hope and Peril in American Medicine by Ricardo Nuila
  • DOWNLOAD PDF EPUB A Haunt for Jackals by J. L. Odom
  • DOWNLOADS Name Her Holy by Aubrey Ennis
  • PDF The Last One Out of Town Turn Out the Lights The Epic 1975 Foxcroft Academy Basketball Season b
  • Read pdf 3D Scroll Saw Projects 35 Fun Compound-Cut Projects More Than 150 Patterns by Diana L. T
  • PDF EPUB Download Aftermarket Afterlife by Seanan McGuire Full Book
  • PDF EPUB Download Nadie tiene que saberlo excepto tú El libro para sanar tu corazón Nobody Has t
  • PDF Yellowface by R. F. Kuang
  • Download Pdf Orisha Volume 1 With Great Power by Huzayfa Umar Saturday AM
  • DOWNLOADS Pet Sematary by Stephen King
  • AP World History Modern Flashcards Sixth Edition by Barrons Educational Series Lorraine Lupinskie-
  • Pet Sitter 5 by Kelly Starling Lyons Wayne Spencer on Iphone New Format
  • Read pdf How Life Works A Users Guide to the New Biology by Philip Ball
  • Handbook for Hard Times A monks guide to fearless living by Gelong Thubten on Audiobook New
  • DOWNLOAD PDF EPUB You Are the Boss of You Cultivate the Mindset and Tools to Live Life on Your Ter
  • Read online Blood and Oil Mohammed bin Salmans Ruthless Quest for Global Power by Bradley Hope Just
  • Read online The Knight and the Moth by Rachel Gillig
  • PDF EPUB Download Letters to a Young Athlete by Chris Bosh Pat Riley Full Book
  • Read online The Real Madrid Revolution How the Worlds Most Successful Club Is Changing the Game-for
  • DOWNLOAD PDF EPUB Fatal Freeze by Michelle Karl
  • 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-13 00:07:46
Previous
DOWNLOAD PDF EPUB Fatal Freeze by Michelle Karl
Next
Add a new pet to the store
Built with