My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • The Ghost Orchid by Jonathan Kellerman on Audiobook New
  • PDF Kindle I Want to Trust You but I Dont Moving Forward When Youre Skeptical of Others Afraid of
  • PDF DOWNLOAD Cry of the Wild Eight Animals Under Siege by Charles Foster on Iphone
  • download pdf The Afternoon of Christianity The Courage to Change by Tomás Halík Gerald Turner
  • PDF DOWNLOAD A Rumored Engagement by Lily George on Iphone
  • Download Pdf Herbal Medic A Green Berets Guide to Emergency Medical Preparedness and Natural First A
  • Online Read Ebook Killer Story The Truth Behind True Crime Television by Claire St. Amant
  • Download PDF Smart Girl A First-Gen Origin Story by Latonya Rease Miles
  • epub download Nagahama to Be or Not to Be by Scarlet Beriko
  • Read pdf Dont Let the Forest In by CG Drews
  • PDF Kindle Why Its OK to Have Bad Spelling and Grammar by Jessica Flanigan
  • Pdf ePub But What Will People Say Navigating Mental Health Identity Love and Family Between Cult
  • Pdf ePub A Terrified Teacher at Ghoul School Vol. 15 by Mai Tanaka Amanda Haley download ebook
  • Silver Throat by Siri Pettersen Tara Chace on Ipad
  • Online Read Ebook Lady Nightmare by Rachel M. Yoldi
  • Read pdf A Slash of Emerald by Patrice McDonough
  • Download Pdf The Crimson Road by A.G. Slatter
  • PDF Kindle Amor en juego The Long Game by Elena Armas
  • PDF EPUB Download Dark Wire The Incredible True Story of the Largest Sting Operation Ever by Josep
  • PDF The Legendary Witch Is Reborn as an Oppressed Princess Volume 3 by Touko Amekawa Kuroyuki Jer
  • download pdf Gwelf Into the Hinterlands by Larry MacDougall
  • PDF DOWNLOAD Sword Art Online Ordinal Scale Vol. 1 manga by IsII Stephen Paul abec on Iphone
  • Download PDF The Boyhood of Cain by Michael Amherst
  • Hostage Security by Lisa Childs on Ipad
  • pdf download An Atlas of Es Devlin by Es Devlin Andrea Lipps
  • An Unlikely Amish Match and An Amish Arrangement by Vannetta Chapman Jo Ann Brown on Iphone New For
  • pdf download The Art of Michael Fell by Andrew Wilton
  • Read Pdf The Dukes Guide to Fake Courtship by Jade Lee
  • PDF Kindle Hunny Koko Go To Italy by Adela Lauren Picard
  • PDF DOWNLOAD Andres Valencia Painting Without Rules by Andres Valencia Alexander M. Rigby on Ipho
  • Read online Its Only a Game by Kelsea Yu
  • Read Pdf Harlequin Presents March 2025 - Box Set 1 of 2 by Caitlin Crews Abby Green Sharon Kendr
  • PDF Why England Slept by John F. Kennedy Henry R. Luce
  • Read Pdf Frankenstein Signature Classics by Mary Shelley
  • Todd Hido Intimate Distance Revised and Expanded Edition Over Thirty Years of Photographs a Chronol
  • DOWNLOADS Midnight Black by Mark Greaney
  • PDF EPUB Download Kowloon Generic Romance Vol. 9 by Jun Mayuzuki Amanda Haley Full Book
  • Stereophonic by David Adjmi Will Butler on Audiobook New
  • Inkworld The Color of Revenge by Cornelia Funke on Ipad
  • download pdf Spectacular en español Caraval 4 - Ed. Coleccionista by Stephanie Garber
  • DOWNLOADS Magic Stone Gourmet Eating Magical Power Made Me the Strongest Volume 8 Light Novel by Ryo
  • DOWNLOAD PDF EPUB Beyond Disruption Innovate and Achieve Growth without Displacing Industries Com
  • Planeta by Ana Oncina on Audiobook New
  • Criaturas luminosas Remarkably Bright Creatures by Shelby Van Pelt on Audiobook New
  • Read online As Good as Dead A Good Girls Guide to Murder 3 by Holly Jackson
  • PDF DOWNLOAD Graphic Design For Everyone Understand the Building Blocks so You can Do It Yourself
  • download pdf The Bones Beneath My Skin by TJ Klune
  • Great Big Beautiful Life by Emily Henry on Iphone New Format
  • Royal Fiancée Required by Kali Anthony on Iphone New Format
  • download pdf The Self-Compassion Workbook for OCD Lean into Your Fear Manage Difficult Emotions a
  • 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:18:31
Previous
download pdf The Self-Compassion Workbook for OCD Lean into Your Fear Manage Difficult Emotions a
Next
Add a new pet to the store
Built with