My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Playground by Aron Beauregard on Ipad
  • download pdf Story of Taylor Swift by Lindsey Sagar
  • PDF Kindle The Happy Healthy Plant-Based Cookbook 75 Colorful Recipes to Nourish Your Whole Body F
  • PDF EPUB Download Absolute Transmetropolitan Vol. 3 2025 Edition by Warren Ellis Darick Robertson
  • Download Pdf BOREAL An Anthology of Taiga Horror by Katherine Silva
  • Pdf ePub Freedom and the Captive Mind Fr. Gleb Yakunin and Orthodox Christianity in Soviet Russia b
  • Read pdf Open Wide A Cookbook for Friends by benny blanco Jess Damuck
  • Download PDF 2120 by George Wylesol
  • Read online The Untamed The Official Artbook Hardcover by Mo Xiang Tong Xiu
  • Download PDF Holly A Belladonna Novella by Adalyn Grace
  • PDF Kindle The Secret History of Audrey James A Novel by Heather Marshall
  • DOWNLOAD PDF EPUB Adorable Animal Bakes 60 Cute Creations to Make with Your Family by Cathryn Wood
  • Download Pdf The Lost Passenger A Novel by Frances Quinn
  • PDF The Marquess Next Door A Steamy Historical Romance Book by Virginia Heath
  • epub download Qatars Foreign Policy Geography Politics and Strategy since 1971 by Marwan Kabalan M
  • Read online Why Does It Snow Weather with The Very Hungry Caterpillar by Eric Carle
  • epub download The William Morgan Affair Masonic Mystery in Upstate New York by Ann Webster Bunch
  • Read Pdf Lore Olympus The Official Coloring Book by Rachel Smythe
  • Read pdf Murder in an Irish Garden by Carlene OConnor
  • Online Read Ebook Corrupt Devils Night 1 by Penelope Douglas
  • Knucklehead Poems by Tony Keith Jr. on Audiobook New
  • DOWNLOADS Monstrilio by Gerardo Sámano Córdova
  • PDF Eve Adapted for Young Adults How the Female Body Shaped Human Evolution by Cat Bohannon
  • PDF Pornography Men Possessing Women by Andrea Dworkin
  • PDF DOWNLOAD Love Heals A Biblical Plan to Restore Our Emotions Memories Souls and Bodies by So
  • Small Country by Gaël Faye on Ipad
  • Download Pdf Diversity Equity and Inclusion in Veterinary Medicine by Kemba Marshall
  • PDF EPUB Download The Culture The Drawings by Iain M. Banks Full Book
  • Pdf ePub The Fortunate Mistress Roxana by Daniel Defoe Marc Mierowsky Nicholas Seager download eb
  • pdf download Butts A Backstory by Heather Radke
  • download pdf The Brothers Karamazov A New Translation by Michael R. Katz by Fyodor Dostoevsky Mich
  • DOWNLOADS Body Parts A Serial Killers Deadly Compulsions by Caitlin Rother
  • Online Read Ebook Karl Lagerfeld A Fashion History by MARIE OTTAVI
  • Reckless by Elsie Silver on Iphone New Format
  • World of Warcraft Exploring Azeroth Northrend Exploring Azeroth 3 by Alex Acks on Ipad
  • DOWNLOADS Fated Winds and Promising Seas A tender-hearted tale of forging fates fantastic creatures
  • The Last Hamilton A Novel by Jenn Bregman on Ipad
  • PDF Sociopath A Memoir by Patric Gagne
  • DOWNLOAD PDF EPUB Bone Pendant Girls by Terry S. Friedman
  • PDF Dinosaur Roar by Paul Stickland Henrietta Stickland
  • Download Pdf Nona the Ninth by Tamsyn Muir
  • Read pdf Lightlark Book 1 by Alex Aster
  • Online Read Ebook Eyes on Gaza Witnessing Annihilation by Khaled A. Beydoun Mohammad Sabaaneh
  • Read online A Wolf in Sheeps Clothing A Wolf in Sheeps ClothingTell Me Your Secrets... by Joan Johns
  • pdf download The Disappearing Act The Impossible Case of MH370 by Florence de Changy
  • Download PDF Still Standing Dealing with Grief Loss Sickness by Reverend Yolanda Michelle Murphy
  • DOWNLOAD PDF EPUB Vendetta Luckys Revenge by Jackie Collins
  • pdf download Brotherless Night A Novel by V. V. Ganeshananthan
  • DOWNLOADS A Day at the Post Office by Theonesse Cheon
  • PDF Puzzled 4 Murder by J. C. Eaton
  • 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-07 21:32:40
Previous
PDF Puzzled 4 Murder by J. C. Eaton
Next
Add a new pet to the store
Built with