My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF Kindle Cultivando una relación íntima con Dios Spanish Edition Experimente y disfrute sus benef
  • Read online Effective Fundraising for Nonprofits Real-World Strategies That Work by Ilona Bray JD
  • PDF EPUB Download Sex for One The Joy of Selfloving by Betty Dodson Full Book
  • DOWNLOAD PDF EPUB Greeks Convenient Cinderella A Steamy Marriage of Convenience Story by Lynne Gra
  • PDF Download John Cuneos Good Intentions by John Cuneo
  • PDF Kindle Conclave by Robert Harris
  • PDF EPUB Download Space to Grow Unlocking the Final Economic Frontier by Matthew Weinzierl Brenda
  • download pdf Conversations with Ted Kooser by John Cusatis
  • Download Pdf The Greatest Band That Ever Wasnt The Story Of The Roughest Toughest Most Hell-Raisin
  • Pdf ePub How to Draw Super Cute Things with Bobbie Goods Learn to draw color absolutely adorable a
  • Read online Blackmailed into the Marriage Bed by Melanie Milburne
  • PDF I Want to Love You Till Your Dying Day 1 by Nachi Aono
  • pdf download An American in Paris A Novel by Margaret Vandenburg
  • PDF Kindle The Rainfall Market by You Yeong-Gwang Slin Jung
  • DOWNLOAD PDF EPUB The International Love Story by Jonas Noelting
  • PDF EPUB Download The Reckoning of Roku Avatar the Last Airbender Chronicles of the Avatar Book 5
  • PDF Kindle The Art of Sam Yang by Sam Yang 3dtotal Publishing
  • Read Pdf Super Beast 96 by Lawler
  • PDF DOWNLOAD Ruthless Render Volume 2 by dd markk on Iphone
  • PDF The Fine Art of Erections by Gruenholtz
  • Download PDF The Mountain Mans Valentine Baby by Mia Brody
  • epub download Accidental One-Night Baby by Julia James
  • Download Pdf The Nine OClock Whistle Stories of the Freedom Struggle for Civil Rights in Enfield No
  • Read online 7th Time Loop The Villainess Enjoys a Carefree Life Married to Her Worst Enemy Manga Vol
  • Download Pdf I Hate Fairyland Book Three by Skottie Young Brett Bean
  • PDF Kindle The Disputed Austro-Hungarian Border Agendas Actors and Practices in Western Hungary B
  • Online Read Ebook The Destroyer of Worlds A Return to Lovecraft Country by Matt Ruff
  • Download Pdf Throne of the Fallen by Kerri Maniscalco
  • PDF DOWNLOAD Remembering Peasants A Personal History of a Vanished World by Patrick Joyce on Iphon
  • PDF DOWNLOAD The Margraves Daughter the Enemy Prince Volume 1 by An Ogura on Iphone
  • The Hacker Mindset A 5-Step Methodology for Cracking the System and Achieving Your Dreams by Garrett
  • PDF Kindle Tokyo Revengers A Letter from Keisuke Baji Vol. 3 by Ken Wakui Yukinori Natsukawaguchi
  • A Haunt for Jackals by J. L. Odom on Audiobook New
  • Local Capacity Building and Health Systems Strengthening in Developing Countries. by Zelalem Attlee
  • PDF EPUB Download Black Girls and How We Fail Them by Aria S. Halliday Full Book
  • epub download A Father in the Making by Marta Perry Deb Kastner
  • PDF Download Working Girls Trixie and Katyas Guide to Professional Womanhood by Trixie Mattel Kat
  • Download PDF Simply the Best A Chicago Stars Novel by Susan Elizabeth Phillips
  • Designing Audio Circuits and Systems by Bob Cordell on Ipad
  • PDF Download Surviving God A New Vision of God through the Eyes of Sexual Abuse Survivors by Grace
  • Pdf ePub La riada The Flood by Michael McDowell Ph.D download ebook
  • download pdf When God Speaks by Hunter Leonard William Meany
  • Online Read Ebook Finding Home - Alternate Cover by Lauren Rowe
  • Tremendous The Life of a Comedy Savage by Joey Diaz Erica Florentine on Audiobook New
  • PDF Tim Burton Designing Worlds by Tim Burton Maria McLintock Anja Aronowsky Cronberg Charlie Fo
  • PDF DOWNLOAD Harrow the Ninth Locked Tomb Trilogy 2 by Tamsyn Muir on Iphone
  • PDF DOWNLOAD Kill or Be Killed Compendium by Ed Brubaker Sean Phillips Elizabeth Breitweiser on
  • Pdf ePub The Inmate by Freida McFadden download ebook
  • Online Read Ebook Only Rainbows by Karen C McCord
  • epub download Upstairs Downstairs Baby by Cat Schield
  • 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
epub download Upstairs Downstairs Baby by Cat Schield
Next
Add a new pet to the store
Built with