My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF Kindle Sisters with a Side of Greens by Michelle Stimpson
  • PDF EPUB Download The Art of Cuphead The Delicious Last Course Deluxe Edition by Studio MDHR Full
  • DOWNLOADS The Roman Army of the Middle Empire AD 180-284 Weapons Organization and Equipment by Gab
  • download pdf A Kingdom so Crimson by Emmory Jarman
  • DOWNLOAD PDF EPUB How to Be a Childrens Book Illustrator A Guide to Visual Storytelling by Publish
  • DOWNLOAD PDF EPUB Drawn Together Studio DB Architecture and Interiors by Britt Zunino Damian Zuni
  • Read Pdf Timehunters by Sara Samuels
  • PDF DOWNLOAD Pressure Drop Reggae in the Seventies by John Masouri on Iphone
  • Pdf ePub Jonesy Complete Collection by Sam Humphries Caitlin Rose Boyle download ebook
  • PDF The Coworker by Freida McFadden
  • pdf download Witch Life in a Micro Room Vol. 4 by Akitaka Abby Lehrke
  • DOWNLOADS The Exorcism Files True Stories of Demonic Possession by Adam Blai
  • What about the Children Five Values for Multiracial Families by Nicole Doyley Tasha Jun on Ipad
  • PDF MOON KNIGHT BY JED MACKAY OMNIBUS GREG CAPULLO COVER by Jed MacKay Danny Lore Alessandro Capp
  • Online Read Ebook Birthday Party Demon by Wendy Dalrymple
  • Pdf ePub The Frontier Lord Begins with Zero Subjects Volume 7 by Fuurou Kinta Hengtee Lim downloa
  • Morpho Joint Forms and Muscular Functions Anatomy for Artists by Michel Lauricella on Audiobook New
  • Download Pdf The Final Trigger The Truth and Lies of JFKs Assassination by Randall Windle
  • Read online Heretic Jesus Christ and the Other Sons of God by Catherine Nixey
  • Ali.the Well-Guarded Secret Figures of the First Master in Shii Spirituality by Mohammad Ali Amir-Mo
  • PDF Download Delicate Escape Deluxe Edition by Catherine Cowles
  • Online Read Ebook The Reformatory A Novel by Tananarive Due
  • DOWNLOADS TSF Monogatari by Shindo L
  • Download PDF Shangri-La Frontier 15 by Ryosuke Fuji Katarina
  • DOWNLOADS Stealing Home A Novel by Grace Reilly
  • Read online Proud Flesh A Memoir of Motherhood Intimate Violence and Reclaiming Pleasure by Cather
  • Read online Green Lantern Vol. 2 Love and War by Jeremy Adams Amancay Nahuelpan
  • Read online Big Nate This Means War by Lincoln Peirce
  • PDF Download Geiger Volume 2 The Nuclear Knight by Geoff Johns Gary Frank Brad Anderson
  • 50 German Coffee Breaks Short activities to improve your German one cup at a time by Coffee Break La
  • epub download Runescape The Fall of Hallowvale by Robbie MacNiven
  • Pdf ePub Villains Are Destined to Die Vol. 7 by SUOL AH Cho David Odell download ebook
  • Pdf ePub Godsrain - A Pathfinder Novel by Liane Merciel download ebook
  • Online Read Ebook The Blunder Years A Boyhood Memoir by Phil Caragol
  • His Roommates Pleasure by Lana McGregor on Audiobook New
  • Visual Complex Analysis 25th Anniversary Edition by Tristan Needham Roger Penrose on Audiobook New
  • Download PDF Robert B. Parkers Buried Secrets by Christopher Farnsworth
  • DOWNLOAD PDF EPUB Natural Poisons and Venoms Plant Toxins Alkaloids and Lectins by Eberhard Teusch
  • 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 01:02:01
Previous
DOWNLOAD PDF EPUB Natural Poisons and Venoms Plant Toxins Alkaloids and Lectins by Eberhard Teusch
Next
Add a new pet to the store
Built with