My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Online Read Ebook The Solitary Witch Oracle Lore Wisdom and Light for your Magickal Path by Lucy C
  • epub download Dune House Corrino Vol. 1 by Brian Herbert Kevin J. Anderson Simone Ragazzoni
  • Dryfire Fundamental Shooting Techniques for Training at Home by Ben Stoeger Andreas Yankopolus on I
  • PDF DOWNLOAD DEE The Silence Whispers by Brad Umphress on Iphone
  • PDF Kindle The Parent Plan Part 3 by Paula Detmer Riggs
  • Find My Daughter A totally addictive and gripping serial killer thriller by Jennifer Chase on Audiob
  • PDF EPUB Download My Life on the Mountain by Marion Brand Full Book
  • Kinda Korean Stories from an American Life by Joan Sung on Audiobook New
  • The Fine Art of Erections by Gruenholtz on Audiobook New
  • PDF EPUB Download Little Owls Love by Divya Srinivasan Full Book
  • Pdf ePub Crystalpedia The Wisdom History and Healing Power of More Than 180 Sacred Stones A Cryst
  • Online Read Ebook An Amish Mothers Secret Past and Her Amish Suitors Secret by Jo Ann Brown Carrie
  • PDF EPUB Download Lonely Planet Pocket Barcelona by Isabella Noble Full Book
  • pdf download Diary of a Wimpy Kid Book 12 by Jeff Kinney
  • Pdf ePub The GHOST WHISKERERS by Thom Zahler Sandy King download ebook
  • Online Read Ebook When the Moon Hatched A Novel by Sarah A. Parker
  • download pdf The Amish Spinsters Courtship and Her New Amish Family by Emma Miller Carrie Lighte
  • Read Pdf Coltons Deadly Trap by Patricia Sargeant
  • DOWNLOAD PDF EPUB Its Getting Hot in Here A Novel by Jane Costello
  • DOWNLOADS 60 Quick Granny Squares Mix Match Crochet Motifs in 220 SuperwashR Sport from Cascade Yar
  • Septology by Jon Fosse Damion Searls on Ipad
  • PDF DOWNLOAD How We Sold Our Future The Failure to Fight Climate Change by Jens Beckert Ray Cunni
  • Pdf ePub Cold Case Mountain Murder by Rhonda Starnes download ebook
  • Glucose Revolution The Life-Changing Power of Balancing Your Blood Sugar by Jessie Inchauspe on Ipho
  • De Lukov con amor From Lukov With Love by Mariana Zapata on Ipad
  • DOWNLOAD PDF EPUB LatinoLand A Portrait of Americas Largest and Least Understood Minority by Marie
  • Read Pdf George R. R. Martin Presents Wild Cards House Rules  A Novel in Stories by George R. R. M
  • PDF Kindle A Guide Book of United States Coins 2026 Official Red Book by R S Yeoman John Feigenbau
  • PDF Broken Hearts And Toxic Traits I am The Problem by Dionisio Burgos Louis Morales
  • Pdf ePub A Domestic Cook Book Containing a Careful Selection of Useful Receipts for the Kitchen by
  • PDF Punk 57 by Penelope Douglas
  • Constellations by Kelsi Montgomery on Audiobook New
  • My Little Pony 5 Magical Tales A 5-in-1 Level One I Can Read Collection  Ponies Unite A New Adventu
  • Read pdf The Matchmakers Match by Jessica Nelson
  • PDF The Vaeltheris Legacy by Bethany Bushhouse
  • Playgirl The Official History of a Cult Magazine by Playgirl Magazine on Ipad
  • PDF Download Zero Limits Living The Three Essential Pillars to Achieving All Your Lifes Goals by J
  • DOWNLOADS The Skin Youre In A Collection of Horror Comics by Ashley Robin Franklin
  • Read pdf Fashion in Color A Journey Through Every Hue by Megan Hess
  • DOWNLOAD PDF EPUB Cleat Cute A Novel by Meryl Wilsner
  • Download PDF Between the Pines by Amber Palmer
  • PDF EPUB Download Greenbergers CURRENT Diagnosis Treatment Gastroenterology Hepatology Endosco
  • DOWNLOADS Mirror Mirror by Christina Nolte
  • Read Pdf Famous Last Words A Novel by Gillian McAllister
  • Pdf ePub Failure Frame I Became the Strongest and Annihilated Everything With Low-Level Spells Ligh
  • PDF EPUB Download I Am Rome A Novel of Julius Caesar by Santiago Posteguillo Full Book
  • epub download Redemption Ranch by Leann Harris
  • Read pdf Dreaming Japanese by Marty Friedman Jon Wiederhorn
  • pdf download The Rise and Fall of the Italian Communist Party A Transnational History by Silvio Pons
  • Online Read Ebook City of the Snakes by Darren Shan
  • 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
Previous
Online Read Ebook City of the Snakes by Darren Shan
Next
Add a new pet to the store
Built with