- Start your Apidog journey
- Dreamy Handfuls by TANABE on Iphone New Format
- Download Pdf What I Ate in One Year and related thoughts by Stanley Tucci
- PDF EPUB Download Game of Thrones House of the Dragon Season 2 Inside the Dawn of the Targaryen Ci
- PDF Download Fat Loss Habits The No Bullsht Guide to Losing Weight by Ben Carpenter
- Pdf ePub The Way Out A Revolutionary Scientifically Proven Approach to Healing Chronic Pain by Ala
- DOWNLOAD PDF EPUB Killing Lily by Jillian Gardner
- DOWNLOADS National Geographic Field Guide to the Birds of the United States and Canada-East 2nd Edi
- Ava and Maya the Fairy Dragon by Medha Bhaskar Madhuri Lakkapragada Vanii Suki on Audiobook New
- Online Read Ebook Platform Engineering A Guide for Technical Product and People Leaders by Camille
- Download PDF The Goddess of Warsaw A Novel by Lisa Barr
- PDF Kindle Fatal Vision by Joe McGinniss
- The Waiting Game The Untold Story of the Women Who Served the Tudor Queens A History by Nicola Clark
- download pdf Troubled A Memoir of Foster Care Family and Social Class by Rob Henderson
- The Rainbow Fish Bilibri - Eng Korean PB by Marcus Pfister on Iphone New Format
- Read online The One Impossible Labyrinth by Matthew Reilly
- PDF Download Stop Bullshitting Yourself by Drew Hanlen
- Pdf ePub From These Roots My Fight with Harvard to Reclaim My Legacy by Tamara Lanier download eboo
- Read pdf Mortal End An Opera of Cursed and Fated Vampires by Maddie Rose Andry
- Sharon Tate Recollection by Debra Tate on Audiobook New
- DOWNLOAD PDF EPUB Meet Every Learners Needs Redesigning Instruction So All Students Can Succeed by
- Download PDF Mangal II Stories and Recipes by Ferhat and Sertac Dirik Action Bronson
- DOWNLOAD PDF EPUB Scripting Automation with Bash Powershell and Python by Michael Kofler
- Download Pdf James Ensor Wildest Dreams Beyond Impressionism by Herwig Todts
- Online Read Ebook Swimming with Spies by Chrystyna Lucyk-Berger
- Read online The Good Girl by Sb Rogue
- PDF Download Happy Fathers Day from the Crayons by Drew Daywalt Oliver Jeffers
- PDF Download Medgar and Myrlie Medgar Evers and the Love Story That Awakened America by Joy-Ann Re
- Habitats From Ocean Trench to Tropical Forest by DK Chris Packham on Ipad
- PDF DOWNLOAD Brutalist Japan A Photographic Tour of Post-War Japanese Architecture by Paul Tulett
- DOWNLOAD PDF EPUB The Well-Lived Life A 103-Year-Old Doctors Six Secrets to Health and Happiness a
- PDF Lycoris Recoil Ordinary Days by Asaura Spider Spider Lily Aniplex ABC ABC Animation BS11
- PDF EPUB Download Charlie Hernández the Phantom of Time by Ryan Calejo Full Book
- PDF Download What the Light Touches A Novel by Xavier Bosch Samantha Mateo
- Download PDF Hells Toxic Trio Defeat the Demonic Spirits that Stall Your Destiny by Ryan LeStrange
- Read pdf The Cast Down by Katelyn Engels
- Read online David Kibbes Power of Style A Guided Journey to Help You Discover Your Authentic Style b
- DOWNLOADS Lectures 1949-1968 Volume 1 Music Literature and the Arts by Theodor W. Adorno Nicholas
- PDF EPUB Download Reading the Waves A Memoir by Lidia Yuknavitch Full Book
- Design Made Easy with Inkscape A practical guide to your journey from beginner to pro-level vector i
- Online Read Ebook The Menopause Metabolism Fix The Over-40 Womans 4-Week Program to Recover Your Str
- Pdf ePub Burma Sahib A Novel by Paul Theroux download ebook
- DOWNLOAD PDF EPUB Alas de ónix Empíreo 3 Onyx Storm by Rebecca Yarros
- Download PDF At Dark I Become Loathsome by Eric LaRocca
- epub download One Cursed Rose by Rebecca Zanetti
- PDF Download Prince Freya Vol. 11 by Keiko Ishihara
- Read Pdf Little Tarts 1 X Pastry Recipe 60 X Fillings by Meike Schaling
- pdf download So Let Them Burn by Kamilah Cole
- Online Read Ebook The Dead Romantics by Ashley Poston
- Read online Wild West Village Not a Memoir Unless I Win an Oscar Die Tragically or Score a Country
- PDF Download If the Song Doesnt Work Change the Dress The Illustrated Memoirs of Broadway Costume
- 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
Example:
1
Responses
🟢200OK
application/json
Body
code
integer
required
>= 0<= 0
data
object (Pet)
required
id
integer <int64>
required
>= 1
category
object (Category)
required
name
string
required
Example:
doggie
photoUrls
array[string]
required
tags
array[object (Tag) {2}]
required
status
enum<string>
required
Allowed values:
availablependingsold
🟠404Record not found
🟠400Invalid input