My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • DOWNLOADS Tea Magic Cozy Spells in a Cup by Chloé Zarka Grinsnir
  • Download PDF At Home in Stone Creek Ranchers Wild Secret by Linda Lael Miller
  • Bloodfever by Karen Marie Moning on Audiobook New
  • download pdf The 100 Tactical Patterns You Must Know Workbook Practical Exercises to Spot the Key C
  • Download PDF The Complete Aaron Sans Erotica Collection Volumes 1-7 66 Stories about MILFs Gangbang
  • PDF SECRET WARS BATTLEWORLD OMNIBUS VOL. 1 JIM CHEUNG COVER by Marvel Various
  • Entrances and Exits by Michael Richards Jerry Seinfeld on Ipad
  • Online Read Ebook How to Love A Guide to Feelings Relationships for Everyone by Alex Norris
  • PDF EPUB Download Long Island by Colm Tóibín Full Book
  • epub download The Art of You The Essential Guidebook for Reclaiming Your Creativity by James McCrae
  • PDF Kindle Expiration Dates A Novel by Rebecca Serle
  • DOWNLOAD PDF EPUB Storm and Fury by Jennifer L. Armentrout
  • PDF EPUB Download Eros at Nadir by Mike Resnick Full Book
  • PDF DOWNLOAD A Map to the Door of No Return Notes to Belonging by Dionne Brand Saidiya Hartman on
  • pdf download The Right Stuff by Tom Wolfe Robin Sloan
  • Read pdf Yours Truly by Abby Jimenez
  • Read Pdf The Abundant Life Journal A 30-Week Devotional for Mindfulness and Restoration by Anh Lin
  • Online Read Ebook SANCTIFY Volume 3 by GODSSTATION
  • The Hidden Dungeon Only I Can Enter Manga Vol. 12 by Meguru Seto Tomoyuki Hino Takehana Note on Ip
  • PDF Kindle Blood Of My Heart by Ariel Dawn
  • Oathbound by Tracy Deonn on Ipad
  • Download PDF Dead By Dusk by Eleanor Hill
  • DOWNLOAD PDF EPUB Santa Barbara At Home in Paradise by Douglas Woods Matt Walla Marc Appleton M
  • Read Pdf Victoria of Many Faces Vol. 1 manga by Syuu Andria McKnight Komo Ushino Nanna Fujimi
  • PDF EPUB Download The Grief of Stones by Katherine Addison Full Book
  • Four Ruined Realms Deluxe Limited Edition by Mai Corland on Ipad
  • Read pdf Ghazghkull Thraka Prophet of the Waaagh by
  • DOWNLOAD PDF EPUB Wings of Starlight by Allison Saft
  • PDF Download Bibliotherapy Books to Guide You Through Every Chapter of Life by Molly Masters
  • DOWNLOAD PDF EPUB Catching a Hacker by Maggie Wells
  • Cunning Vows by Kia Carrington-Russell T L Smith on Iphone New Format
  • Online Read Ebook Who Needs College Anymore Imagining a Future Where Degrees Wont Matter by Kathleen
  • PDF Download Wings of Starlight by Allison Saft
  • PDF How Life Works A Users Guide to the New Biology by Philip Ball
  • Online Read Ebook For Keeps by Marta Perry
  • PDF EPUB Download The Plague by Albert Camus Laura Marris Full Book
  • Read pdf On Her Terms by Cathryn Fox
  • PDF EPUB Download The Sounds of Life How Digital Technology Is Bringing Us Closer to the Worlds of A
  • Read online Imposible decir adiós We Do Not Part by Han Kang
  • Pdf ePub Harry Potter Deluxe Paper Dolls by Insight Editions download ebook
  • Download Pdf The Edge of Nowhere by William W Johnstone J A Johnstone
  • Read pdf My Little Pony Set Your Sail by Megan Brown Casey Gilly Amy Mebberson
  • Pdf ePub The Last Great Acts of Saint Peter Re-enacted from Ancient Writings by Edward N. Brown dow
  • Pdf ePub The Rancher Next Door by Betsy St. Amant download ebook
  • download pdf Paradise Rot A Novel by Jenny Hval Marjam Idriss
  • Online Read Ebook Sicilian Avengers Book One by Luigi Natoli Stephen Riggio Umberto Eco
  • Online Read Ebook Three Eight One by Aliya Whiteley
  • The Other Side of Tomorrow by Tina Cho Deb JJ Lee on Iphone New Format
  • download pdf Im in Love with the Villainess Shes so Cheeky for a Commoner Light Novel Vol. 2 by Ino
  • Pdf ePub The Time Machine by H. G. Wells 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-10 23:52:05
Previous
Pdf ePub The Time Machine by H. G. Wells download ebook
Next
Add a new pet to the store
Built with