My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF DOWNLOAD Her Best Friend the Duke by Laura Martin on Iphone
  • Tsalmoth by Steven Brust on Ipad
  • epub download Shattering Dawn by Jayne Ann Krentz
  • Read online Wayward Wayward Pines 2 by Blake Crouch
  • pdf download Letters to the Human Race...from the Cat Feline frustrations about inferior species by
  • pdf download His to Defend A Possessive Hero Mafia Romance by Rhenna Morgan
  • Read Pdf Disrupting the Game From the Bronx to the Top of Nintendo by Reggie Fils-Aimé
  • PDF Download The Body at the Roman Baths A gripping and charming cozy crime novel by Kate Hardy
  • DOWNLOADS The Quilt Binding Bible 25 Flawless Finishes Techniques Troubleshooting by Marci Baker
  • PDF Expansive Love A Practical Guide to Relationship Anarchy by Tuck Malloy
  • download pdf You Dont Need to Forgive Trauma Recovery on Your Own Terms by Amanda Ann Gregory LCPC
  • download pdf A Convenient Christmas Bride and The Ranchers Christmas Proposal by Rhonda Gibson She
  • DOWNLOAD PDF EPUB Silver Throat by Siri Pettersen Tara Chace
  • PDF EPUB Download Dopamine Nation Finding Balance in the Age of Indulgence by Anna Lembke Full Boo
  • Cry Heart But Never Break by Glen Ringtved Charlotte Pardi on Audiobook New
  • Dungeons Dragons Dungeon Club Time to Party by Molly Knox Ostertag Xanthe Bouma on Ipad
  • pdf download Overshoot How the World Surrendered to Climate Breakdown by Andreas Malm Wim Carton
  • download pdf Mixed Feelings Poems and Stories by Avan Jogia
  • What Is the Bible by Rachel Held Evans Matthew Paul Turner Ying Hui Tan on Ipad
  • PDF Kindle The Bright Side How Optimists Change the World and How You Can Be One by Sumit Paul-Cho
  • pdf download Rescue on the Farm An Uplifting Inspirational Romance by Allie Pleiter
  • The Path of Freemasonry The Craft as a Spiritual Practice by Mark Stavish Arturo de Hoyos Lon Milo
  • Pony Express Courtship and The Express Riders Lady by Rhonda Gibson Stacy Henrie on Iphone New Form
  • DOWNLOAD PDF EPUB Derived Category Methods in Commutative Algebra by Lars Winther Christensen Han
  • Pdf ePub The Housemaids Secret by Freida McFadden download ebook
  • Original Sins The Miseducation of Black and Native Children and the Construction of American Racism
  • download pdf Bright by Jessica Jung
  • epub download The Grief of Stones by Katherine Addison
  • PDF Download House of Psychotic Women Expanded Edition An Autobiographical Topography of Female Ne
  • The Psychology of the Extreme by Arie W. Kruglanski Sophia Moskalenko on Iphone New Format
  • Download PDF Metallica All the Songs The story behind every track by Benoit Clerc
  • PDF Llamame Iggy Call Me Iggy Spanish Language Edition by Jorge Aguirre Rafael Rosado Fernando L
  • Online Read Ebook Modern Libertarianism A Brief History of Classical Liberalism in the United States
  • Pdf ePub A Pickle for the Knowing Ones by Timothy Dexter download ebook
  • DOWNLOADS Salte con la tuya Get Your Way by Álvaro Gordoa
  • DEE The Silence Whispers by Brad Umphress on Iphone New Format
  • PDF Surrounded by Liars How to Stop Half-Truths Deception and Gaslighting from Ruining Your Life
  • PDF EPUB Download Puck Shy A Spicy Valentines Day Novella by Kayla Grosse Full Book
  • Pdf ePub Threat of Exposure A Thrilling Suspense Novel by Lynette Eason download ebook
  • PDF Kindle Siege of Vraks by Steve Lyons
  • PDF DOWNLOAD Mimesis Expression Construction Fredric Jamesons Seminar on Aesthetic Theory by Fre
  • epub download Trigun Maximum Deluxe Edition Volume 4 by Yasuhiro Nightow Yasuhiro Nifghtow Justin
  • Online Read Ebook Rick Kotanis 400 Million Dollar Summer by Waka T. Brown
  • Download Pdf A New Lease on Death A Mystery by Olivia Blacke
  • Read Pdf If Cats Disappeared from the World A Novel by Genki Kawamura Eric Selland
  • PDF EPUB Download Name Her Holy by Aubrey Ennis Full Book
  • pdf download Broken by Daylight by Elizabeth Helen
  • Download PDF Graph Algorithms the Fun Way Powerful Algorithms Decoded Not Oversimplified by Jeremy
  • PDF DOWNLOAD Tras el hielo by Stephanie Archer María Cárcamo Ramos on Iphone
  • Casualties of Truth by Lauren Francis-Sharma on Audiobook New
  • 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-12 00:13:30
Previous
Casualties of Truth by Lauren Francis-Sharma on Audiobook New
Next
Add a new pet to the store
Built with