My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Online Read Ebook Prophetic Reset 40 Days to Aligning with Gods Plan for Your Life by Joshua Giles
  • epub download 1001 Days Memoirs of an Empress by Empress Farah Pahlavi Taylor Viens
  • Online Read Ebook Soul Eater The Perfect Edition 17 by Atsushi Ohkubo
  • Putins Wars From Chechnya to Ukraine by Mark Galeotti on Ipad
  • DOWNLOAD PDF EPUB All the Fiends of Hell by Adam Nevill
  • Download Pdf Reckless by Lauren Roberts
  • PDF EPUB Download What Happens at the Beach. by Rachael Stewart Full Book
  • PDF Make Change That Lasts BW Illustrations 9 Simple Ways to Break Free from the Habits That Hold Y
  • DOWNLOADS Conclave by Robert Harris
  • Dawn of Grace Mary Magdalenes Story by Jill Eileen Smith on Audiobook New
  • Download Pdf The Lost Library by Rebecca Stead Wendy Mass
  • download pdf Blood on Satans Claw or The Devils Skin by Robert Wynne-Simmons Richard Wells
  • DOWNLOADS The Terraformers by Annalee Newitz
  • PDF DOWNLOAD Quicksilver by Callie Hart on Iphone
  • Read online A Court of Thorns and Roses Paperback Box Set 5 books by Sarah J. Maas
  • Family of Her Dreams by Keli Gwyn on Iphone New Format
  • pdf download Star Trek Vol. 3 Glass and Bone by Collin Kelly Jackson Lanzing Marcus To
  • PDF The Life of Christ in the Mass by Saint Vincent Ferrer OP Albert Judy
  • PDF EPUB Download The Disney Villains Cookbook by Disney Books Full Book
  • Download Pdf Be a Revolution How Everyday People Are Fighting Oppression and Changing the World-and
  • PDF Download The Order of the Circle by Levi Cory Anna Kubik Elisabeth Mkheidze
  • PDF Aftermarket Afterlife by Seanan McGuire
  • Read pdf The Harder I Fight the More I Love You A Memoir by Neko Case
  • Read pdf The Fur Traders Lady by Gabrielle Meyer
  • PDF DOWNLOAD Beyond Painting by Max Ernst on Iphone
  • PDF DOWNLOAD Cahokia Jazz A Novel by Francis Spufford on Iphone
  • Pdf ePub Abraham Lincoln His Life in Print Books and Ephemera from the David M. Rubenstein American
  • PDF DOWNLOAD Genios Los by Jaime Bayly on Iphone
  • The Psychology of the Extreme by Arie W. Kruglanski Sophia Moskalenko on Ipad
  • PDF DOWNLOAD Minecraft Annual 2025 by Mojang AB Farshore on Iphone
  • PDF Kindle Birthday Girl by Penelope Douglas
  • PDF Art of Invincible Season 1 by Marc Sumerak Robert Kirkman
  • DOWNLOADS Hypertension A Companion to Braunwalds Heart Disease by George L. Bakris MD Matthew Sorre
  • pdf download Check Mate by Ali Hazelwood
  • PDF A Short History of the Roman Mass by Uwe Michael Lang
  • PDF Ilium A Novel by Lea Carpenter
  • Read Pdf The Master and Margarita Mirra Ginsburg Translation by Mikhail Bulgakov Diana Burgin Ka
  • Pdf ePub Stealing Horses to Great Applause The Origins of the First World War Reconsidered by Paul
  • Download Pdf Doctor Sonnets Fantastic by John Teton
  • Read online Fight Right How Successful Couples Turn Conflict into Connection by Julie Schwartz Gottm
  • Download Pdf One Tiny Turtle Read and Wonder by Nicola Davies Jane Chapman
  • Read Pdf Lightfall Book One of The Everlands by Ed Crocker
  • When God Made You Jamirs Story Meet Jamir Gods Chosen One by Tawanda Jupiter on Audiobook New
  • Read pdf The Way of Heaven and Earth From Either Or to the Catholic Both And by Matthew Becklo
  • Read online The Kings Weapon by Neena Laskowski
  • Read pdf The Otaku in 2200 A.D. Part 2 by Chousuke Nagashima
  • PDF EPUB Download Mini Philosophy A Small Book of Big Ideas by Jonny Thomson Full Book
  • Making Pottery without a Kiln Happy Little Projects to Make for Your Home by Daniela Schmidt-Kohl on
  • PDF I Love You So Much Its Killing Us Both A Novel by Mariah Stovall
  • Download Pdf Sounds Like Love by Ashley Poston
  • 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:37:25
Previous
Download Pdf Sounds Like Love by Ashley Poston
Next
Add a new pet to the store
Built with