- Start your Apidog journey
- DOWNLOAD PDF EPUB Archigram The Book by Peter Cook Dennis Crompton David Greene
- Pdf ePub Leading Figures in the History of Omega Psi Phi Fraternity Inc. Volume 2 by Judson L. Jef
- Read online The Wizard of Op by Ed Emberley
- Read Pdf Fat Loss Habits The No Bullsht Guide to Losing Weight by Ben Carpenter
- PDF Home Sweet Home Vol. 1 by Minami Mizuno
- Read Pdf The Weird and Wonderful World of Bats Demystifying These Often-Misunderstood Creatures by
- PDF Download The Gentlemans Confession by Anneka R. Walker
- PDF Kindle The Money-Saving Garden Year A Month-by-month Guide to a Great Garden that Costs Less by
- download pdf International Human Rights Law by David Harris Sandesh Sivakumaran Sangeeta Shah Da
- Comparative Financial Regulation by Alessio M. Pacces Edoardo D. Martino Hossein Nabilou on Ipad
- PDF Download Big Panda and Tiny Dragon by James Norbury
- download pdf Vows of Murder by Lynn Cahoon
- Download Pdf Gleam by Raven Kennedy
- Online Read Ebook Twisted Games - Special Edition by Ana Huang
- Download Pdf Unhumans The Secret History of Communist Revolutions and How to Crush Them by Jack Poso
- DOWNLOADS Asterix Vol. 40 Asterix and the White Iris by René Goscinny Albert Uderzo Jean-Yves Ferr
- Download PDF Camp Jeff by Tova Reich
- PDF EPUB Download The Eyes Are the Best Part by Monika Kim Full Book
- My Alcoholic Escape from Reality by Nagata Kabi on Audiobook New
- Schroeder by Neal Cassidy on Audiobook New
- DOWNLOAD PDF EPUB A Murder in Hollywood The Untold Story of Tinseltowns Most Shocking Crime by Cas
- Download Pdf Children of Virtue and Vengeance by Tomi Adeyemi
- Online Read Ebook Rogues and Scholars A History of the London Art World 1945-2000 by James Stourton
- PDF DOWNLOAD How to Draw a Secret by Cindy Chang on Iphone
- Now Im a Demon Lord Happily Ever After with Monster Girls in My Dungeon Volume 11 by Ryuyu Daburyu
- Legendborn by Tracy Deonn on Ipad
- Download Pdf Followed by the Lark A Novel by Helen Humphreys
- epub download Greenlights by Matthew McConaughey
- pdf download Hope The Autobiography by Pope Francis Jorge Mario Bergoglio Carlo Musso Richard Dix
- download pdf To Die Is Different Than Supposed by Alissa Butterworth
- epub download Practice A Novel by Rosalind Brown
- PDF Kindle A Feast of Folklore The Bizarre Stories Behind British Food by Ben Gazur
- Download PDF Vulture Capitalism Corporate Crimes Backdoor Bailouts and the Death of Freedom by Gra
- Read Pdf Celestial Elysium Girls by Stefan Soell
- Seeking Wisdom From Darwin to Munger 3rd Edition by Peter Bevelin on Iphone New Format
- Pdf ePub Spectacular A Caraval Holiday Novella by Stephanie Garber Rosie Thorns download ebook
- Read Pdf How to Eat An Ancient Guide for Healthy Living by Princeton University Press
- epub download SECRET WARS BY JONATHAN HICKMAN OMNIBUS ALEX ROSS REED RICHARDS COVER by Jonathan Hick
- DOWNLOADS Frenemies with Benefits by Synithia Williams
- Mother River by Can Xue Karen Gernant Chen Zeping on Audiobook New
- Pdf ePub Bluey The Doctor by Penguin Young Readers download ebook
- DOWNLOAD PDF EPUB Azula in the Spirit Temple Avatar The Last Airbender by Faith Erin Hicks Peter
- Download Pdf The Patrick Melrose Novels Never Mind Bad News Some Hope Mothers Milk At Last by Ed
- PDF Kindle Practical Shooting Training by Ben Stoeger Joel Park
- Read Pdf DUST A Novel by Josh Plasse
- Download Pdf Birthday Girl by Penelope Douglas
- Pdf ePub Losing the Garden The Story of a Marriage a Suicide and a New Life of Self-Discovery by
- PDF Kindle Diaries 1999-2009 The brand new volume from the beloved author TV icon and Monty Python
- Online Read Ebook I Can Grow It An Acorn Book Princess Truly 10 by Kelly Greenawalt Amariah Rausche
- PDF Kindle The Serpent and the Wings of Night by Carissa Broadbent
- 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