My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Read Pdf Jeffrey Gitomers The Sales Bible The Ultimate Sales Resource by Jeffrey Gitomer
  • PDF DOWNLOAD DD Dungeon Masters Guide 2024 by Wizards of the Coast on Iphone
  • DOWNLOAD PDF EPUB Ink Nest Poetry - A Literary Magazine by Evelyn Hoyt
  • Pdf ePub Torn by Carian Cole download ebook
  • PDF Download Why Its OK to Have Bad Spelling and Grammar by Jessica Flanigan
  • Read online Storm Warning by Elizabeth Goddard
  • PDF The Financial Coaching Playbook by Kelsa Dickey
  • Read pdf The Great Awakening Our Prophesized Transformation and the Attainment of Embodied Enlight
  • pdf download Were So Blessed Forty Days of Devotions and Activities for the Whole Family by CAIN Ja
  • Read Pdf Counterfeit Courtship by Christina Miller
  • Read pdf Love Hate Clickbait A Novel by Liz Bowery
  • epub download Beach Cottage Kisses by Tara Taylor Quinn
  • pdf download Sunrise on the Reaping A Hunger Games Novel by Suzanne Collins
  • Read online How to Listen When Markets Speak Risks Myths and Investment Opportunities in a Radical
  • Read pdf Midnight on the Scottish Shore A Novel of World War II by Sarah Sundin
  • Those Beyond the Wall A Novel by Micaiah Johnson on Audiobook New
  • PDF DOWNLOAD Asumi-chan is Interested in Lesbian Brothels Vol. 3 by Kuro Itsuki on Iphone
  • Sex Talks The Five Conversations That Will Transform Your Love Life by Vanessa Marin Xander Marin o
  • DOWNLOAD PDF EPUB Meditations 68.02 by Northwestern Publishing House NPH
  • PDF EPUB Download The Disabled Tyrants Beloved Pet Fish Canji Baojun De Zhangxin Yu Chong Novel Vol.
  • Read pdf Imposible decir adiós We Do Not Part by Han Kang
  • epub download Elfemies to Lovers by Jennifer Chipman
  • download pdf White Liar by Tomo Serizawa
  • epub download The Abundant Life Journal A 30-Week Devotional for Mindfulness and Restoration by Anh
  • Download Pdf Magical France 500 Sacred and Mystical Sites by Rob Wildwood
  • download pdf Inheritance of Scars by Crystal Seitz
  • Online Read Ebook Ignorance and Bliss On Wanting Not to Know by Mark Lilla
  • Read pdf Get Better at Anything 12 Maxims for Mastery by Scott H. Young
  • PDF DOWNLOAD Buffy the Vampire Slayer Tiny Tarot Deck and Guidebook by Casey Gilly Karl James Mou
  • pdf download Orlando A Norton Critical Edition by Virginia Woolf Madelyn Detloff
  • Download Pdf Grimoire Girl A Memoir of Magic and Mischief by Hilarie Burton Morgan
  • DOWNLOADS El emprendedor 10 pasos para empezar o potenciar tu negocio The Entrepreneur. Ten Steps
  • The EACVI Textbook of Cardiovascular Magnetic Resonance by Victor Ferrari Massimo Lombardi Sven Pl
  • Download PDF Death in Paradise The Puzzle Book by Death in Paradise
  • Online Read Ebook English for Everyone Inglés para el día a día Everyday English Spanish Edition by
  • DOWNLOADS Show Dont Tell Stories by Curtis Sittenfeld
  • After the North Pole A Story of Survival Mythmaking and Melting Ice by Erling Kagge Kari Dickson
  • PDF Download 2024 Valparaiso Vikings High School Football Memory Book Jobs Not Finished by Valpara
  • epub download Sacred Sites. The Library of Esoterica by Jessica Hundley
  • Download Pdf Villains Are Destined to Die Vol. 5 by Gwon Gyeoeul SUOL AH Cho David Odell
  • Download PDF Backstabbed in a Backwater Dungeon My Trusted Companions Tried to Kill Me But Thanks t
  • Online Read Ebook La felicidad by Gabriel Rolón
  • PDF Kindle Fireborn Phoenix and the Frost Palace by Aisling Fowler
  • PDF EPUB Download Validation How the Skill Set That Revolutionized Psychology Will Transform Your
  • pdf download Christmas Protector by Dana Mentink Susan Sleeman
  • PDF Kindle The Last Song of Penelope by Claire North
  • download pdf The Titans Bride Vol. 2 by ITKZ
  • epub download Keep Me by Sara Cate
  • Lonely Planet Pocket Bilbao San Sebastian by Isabel Albiston on Iphone New Format
  • Stay by Valerie Kapp on Ipad
  • 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-13 00:18:36
Previous
Stay by Valerie Kapp on Ipad
Next
Add a new pet to the store
Built with