My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF Kindle Liar Liar Vol. 1 manga by Funa Yukina Haruki Kuou konomi Kevin Gifford
  • Pdf ePub How to Piss Off Men 106 Things to Say to Shatter the Male Ego by Kyle Prue download ebook
  • Danganronpa 2 Chiaki Nanamis Goodbye Despair Quest Volume 2 by Karin Suzuragi Spike Chunsoft Jacki
  • Pdf ePub Feeding Tiny Bellies Over 100 Baby-Led Weaning Toddler and Family Recipes A Cookbook by
  • PDF DOWNLOAD Alfredo Paredes at Home by Alfredo Paredes Brad Goldfarb on Iphone
  • I Heard Her Call My Name A Memoir of Transition by Lucy Sante on Audiobook New
  • Read online Not Another Love Song by Julie Soto
  • Download Pdf Kings Queens and Fallen Monarchies Royal Dynasties of Interwar Europe by Robert Stove
  • PDF Energize Make the Most of Every Moment by Simon Alexander Ong
  • Online Read Ebook 365 Connecting Questions for Couples Revised and Updated With 200 new questions by
  • An Accidental Hero by Loree Lough on Ipad
  • Pdf ePub Dungeons Dragons Saturday Morning Adventures II by David M. Booher George Kambadais down
  • Love and Other Hollywood Endings A Spicy Cinematic Enemies to Lovers Romance by Susannah Erwin on Ip
  • PDF Download Infinite Cosmos Visions From the James Webb Space Telescope by Ethan Siegel Brian Gr
  • PDF Lonely Planet Kyoto by Tom Fay Rob Goss Thomas OMalley
  • PDF DOWNLOAD The Book of Practical Dreamcraft Harness Your Nightly Adventures for Health and Happi
  • The Other Valley A Novel by Scott Alexander Howard on Ipad
  • PDF Kindle The Master and Margarita Mirra Ginsburg Translation by Mikhail Bulgakov Diana Burgin K
  • DOWNLOAD PDF EPUB From Trenton to Yorktown Turning Points of the Revolutionary War by John R. Maas
  • DOWNLOAD PDF EPUB Inkworld The Color of Revenge by Cornelia Funke
  • Read pdf Cooking with Marshmello Recipes with a Remix by Marshmello
  • Pdf ePub Planeta by Ana Oncina download ebook
  • PDF Download The U.S. Healthcare Ecosystem Payers Providers Producers Second Edition by Lawton
  • epub download Planeta by Ana Oncina
  • Read online Keiichi Tanaami by KEIICHI TANAAMI ALESSIO ASCARI Hans Ulrich Obrist Carlo McCormick
  • Online Read Ebook Black Clover Vol. 33 by Yuki Tabata
  • PDF EPUB Download Minecraft Annual 2025 by Mojang AB Farshore Full Book
  • PDF DOWNLOAD The Grand Biocentric Design How Life Creates Reality by Robert Lanza Matej Pavsic B
  • Pdf ePub All Is Found A Frozen Anthology by Disney Books download ebook
  • PDF Download Treasure Coast A Crime Thriller by James Foley
  • DOWNLOAD PDF EPUB The Lost Deer Queen by H J Nichols
  • Online Read Ebook Bosss Heir Demand by Jackie Ashenden
  • Online Read Ebook The Center Game A Perfectly Playable Chess Opening Surprise by Arne Moll
  • DOWNLOAD PDF EPUB Ascendance of a Bookworm Part 5 Volume 7 Light Novel by Miya Kazuki Yu Shiina
  • pdf download My Life on the Mountain by Marion Brand
  • Stealing Horses to Great Applause The Origins of the First World War Reconsidered by Paul W. Schroed
  • PDF labyrinthine self by Nicole Mello
  • PDF Download I Love You So Much Its Killing Us Both A Novel by Mariah Stovall
  • Online Read Ebook Exit Interview The Life and Death of My Ambitious Career by Kristi Coulter
  • pdf download Eerie Archives Volume 8 by Esteban Maroto Doug Moench Jose Bea Ken Kelly
  • U-Joints A Taxonomy of Connections by Andrea Caputo Anniina Koivu on Audiobook New
  • DOWNLOADS The Doodle Knit Directory 200 playful colorwork motifs for knitted accessories by Jamie Lo
  • The Sender A Story About When Right Words Make All The Difference by Kevin Elko Bill Beusay on Ipad
  • DOWNLOADS Embracing Communist China Americas Greatest Strategic Failure by James Fanell Bradley Tha
  • Online Read Ebook The Art of DreamWorks Dog Man by Ramin Zahed Dav Pilkey Peter Hastings
  • epub download The Moonlight Healers by Elizabeth Becker
  • PDF Download Narrative of the Life of Frederick Douglass by Frederick Douglass
  • PDF Download Yoga by Emmanuel Carrère John Lambert
  • DOWNLOADS The Unraveling of Emlyn Dulaine Volume 1 by Lindsay A Franklin
  • Pdf ePub Wyoming Promises by Kerri Mountain download ebook
  • 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-15 21:47:55
Previous
Pdf ePub Wyoming Promises by Kerri Mountain download ebook
Next
Add a new pet to the store
Built with