- Start your Apidog journey
- Download PDF The Promise Break Free from Limitation and Reclaim Your Inner Power by Mandy Morris
- Pdf ePub Sociopath A Memoir by Patric Gagne download ebook
- Read pdf Snarky Sharky by Bethan Clarke Nikolas Ilic
- PDF Kindle Astronaut Hayleys Brave Adventure by Hayley Arceneaux Lucie Bee
- Download PDF Out On a Limb by Karen M Henderson
- pdf download The Widower Takes a Wife An Uplifting Inspirational Romance by Emma Miller
- epub download Diversity Equity and Inclusion in Veterinary Medicine by Kemba Marshall
- PDF EPUB Download Murder in the Dressing Room by Holly Stars Full Book
- Read online Functional Limb Salvage The Multidisciplinary Team Approach by Christopher E. Attinger
- Read pdf Milo Manara - The Definitive Collection by Milo Manara
- Digital Painting Made Simple Create Captivating Portraits in Clip Studio Paint Procreate Photoshop
- epub download A Path of Life Through Faith and Reflection 31 Days of Devotion by Tynesa M Mosley Ja
- epub download The Boyhood of Cain by Michael Amherst
- Download Pdf Status Royale Vol. 2 by Ru Xu
- download pdf Co-Intelligence Living and Working with AI by Ethan Mollick
- PDF Download There Bleeds the Light by Andrea Renae
- DOWNLOAD PDF EPUB Lifes Fragile Moments by Julian Lennon
- PDF Kindle Lolly Willowes Or The Loving Huntsman by Sylvia Townsend Warner Mona Awad
- Download PDF Pickleballers by Ilana Long
- PDF Download Cerebral Entanglements How the Brain Shapes Our Public and Private Lives by Allan J.
- Pdf ePub Vows of Murder by Lynn Cahoon download ebook
- Read online The Ballad of Smallhope and Pennyroyal Meet your favourite new partners-in-crime in 2024
- Download PDF How to Love Better The Path to Deeper Connection Through Growth Kindness and Compassi
- pdf download My Midlife Magic Daze by Jennifer L. Hart
- PDF EPUB Download Universal Principles of Typography 100 Key Concepts for Choosing and Using Type by
- Read online Christmas at Hogwarts by J. K. Rowling Ziyi Gao
- PDF EPUB Download Todd Hido Intimate Distance Revised and Expanded Edition Over Thirty Years of Phot
- PDF DOWNLOAD Serotonin A Novel by Michel Houellebecq Shaun Whiteside on Iphone
- PDF EPUB Download A Bungalow for Two by Carole Gift Page Full Book
- pdf download Besar el cielo Kiss the Sky by Becca Ritchie Krista Ritchie
- PDF Kindle The New Romantic Garden by Jo Thompson
- DOWNLOAD PDF EPUB Brave Buzzy Bee by Rima Fakih Slaiby Theresa AlHayek Angela Li
- Read Pdf H.P. Lovecrafts At the Mountains of Madness Volume 1 Manga by Gou Tanabe
- download pdf Pony Express Courtship and The Express Riders Lady by Rhonda Gibson Stacy Henrie
- PDF DOWNLOAD The Message by Ta-Nehisi Coates on Iphone
- pdf download Metallica All the Songs The story behind every track by Benoit Clerc
- PDF Our Plastic Problem A Call for Global Solutions by Megan Durnford
- Online Read Ebook A Court of Thorns and Roses Paperback Box Set 5 books by Sarah J. Maas
- Download Pdf Overwatch The Official Cookbook by Chelsea Monroe-Cassel
- Online Read Ebook Bad Summer People A Novel by Emma Rosenblum
- PDF Solo Leveling The Novel Omnibus novel by Chugong Dubu J. Torres Hye Young Im
- PDF EPUB Download The Piece That Fits Special Edition by N. J. Gray Full Book
- The Little Kid with the Big Green Hand by Matthew Gray Gubler on Audiobook New
- The Next Deadly Chapter by V. M. Burns on Audiobook New
- Read pdf 3 Shades of Blue Miles Davis John Coltrane Bill Evans and the Lost Empire of Cool by J
- PDF Bioethics and Brains A Disciplined and Principled Neuroethics by John R. Shook James Giordano
- Read Pdf House of Flame and Shadow by Sarah J. Maas
- DOWNLOADS Every Precious and Fragile Thing A Novel by Barbara Davis
- DOWNLOADS Secrets of Santa Muerte A Guide to the Prayers Spells Rituals and Hexes by Cressida Sto
- Creep A Love Story by Emma van Straaten on Ipad
- 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