My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • epub download High Island Blues A George Molly Palmer-Jones Novel by Ann Cleeves
  • DOWNLOADS Bite of the Kaba Lagoon A Branches Book Kwames Magic Quest 3 by Bernard Mensah Natasha Na
  • PDF EPUB Download Russia and Ukraine Entangled Histories Diverging States by Maria Popova Oxana Sh
  • Download Pdf The Reprise of the Spear Hero Volume 10 The Manga Companion by Aneko Yusagi
  • PDF EPUB Download Alas de ónix Empíreo 3 Onyx Storm by Rebecca Yarros Full Book
  • Read pdf Fighting for Control Power Reproductive Care and Race in the US-Mexico Borderlands by L
  • PDF Autodesk Maya 2023 Basics Guide by Kelly L. Murdock
  • PDF EPUB Download Diaries 1999-2009 The brand new volume from the beloved author TV icon and Monty
  • PDF Download Glow of the Everflame A Novel by Penn Cole
  • PDF Download Take Me Home by Ouchi Kaeru
  • DOWNLOADS Unraveling the Dark by Alejandro Leopardi
  • download pdf Applied Research Methods in Criminal Justice and Criminology by Eric J. Fritsch Chad
  • The 5 Types of Wealth A Transformative Guide to Design Your Dream Life by Sahil Bloom on Iphone New
  • Download PDF The Kaggle Workbook Self-learning exercises and valuable insights for Kaggle data scien
  • The Perks of Being an S-Class Heroine Vol. 3 by Grrr on Iphone New Format
  • Read online Binding 13 by Chloe Walsh
  • download pdf The Love Lyric by Kristina Forest
  • PDF Kindle The Complete Poe Clan The 70s by Moto Hagio Rachel Thorn
  • Pdf ePub HELLVERINE RESURRECTION by Benjamin Percy Julius Ohta Ryan Stegman download ebook
  • Online Read Ebook The Cautious Travellers Guide to the Wastelands A Novel by Sarah Brooks
  • download pdf Overwatch Declassified - An Official History by Seanan McGuire
  • PDF DOWNLOAD The Devil and Mrs. Davenport A Novel by Paulette Kennedy on Iphone
  • epub download Worlds End Harem Vol. 18 - After World by Link Kotaro Shono
  • PDF EPUB Download Dragon Dreams by Roni Schotter Khoa Le Full Book
  • DOWNLOADS Somatic-Oriented Therapies Embodiment Trauma and Polyvagal Perspectives by Herbert Grass
  • PDF EPUB Download 10-Button Sounds Sing-Along Nursery Rhymes by Yi-Hsuan Wu Full Book
  • PDF EPUB Download So Let Them Burn by Kamilah Cole Full Book
  • PDF EPUB Download Radiant Vol. 18 by Tony Valente Full Book
  • PDF EPUB Download Deluge Gaza and Israel from Crisis to Cataclysm by Jamie Stern-Weiner Avi Shlai
  • On the Calculation of Volume Book I by Solvej Balle Barbara J. Haveland on Audiobook New
  • PDF EPUB Download White Holes by Carlo Rovelli Full Book
  • Walt Disneys Uncle Scrooge The Diamond Jubilee Collection by Carl Barks on Iphone New Format
  • DOWNLOAD PDF EPUB The U-2 Over the Soviet Union Americas Famous Cold War Spy Plane from a Soviet P
  • download pdf The Book of Practical Dreamcraft Harness Your Nightly Adventures for Health and Happin
  • Download PDF Introduction to Educational Research by Craig A Mertler
  • DOWNLOAD PDF EPUB Our Hideous Progeny A Novel by C.E. McGill
  • PDF EPUB Download Evergreen Academy by Heather Schneider Full Book
  • DOWNLOAD PDF EPUB Jella Lepman and Her Library of Dreams The Woman Who Rescued a Generation of Chi
  • DOWNLOAD PDF EPUB Blindside - Marks Story by N.R. Walker
  • download pdf From Skeptic to Salvation A Rescue Story by Tom Smith
  • Read pdf Cartography. by Kenneth Field
  • Read online A Governesss Guide to Passion and Peril by Manda Collins
  • PDF EPUB Download The Black Fantastic 20 Afrofuturist Stories by andré m. carrington Full Book
  • 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
PDF EPUB Download The Black Fantastic 20 Afrofuturist Stories by andré m. carrington Full Book
Next
Add a new pet to the store
Built with