My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Read pdf Protecting Wren A Navy SEAL Military Romantic Suspense Novel by Susan Stoker
  • PDF Download The Blithedale Romance by Nathaniel Hawthorne
  • PDF DOWNLOAD Diagnosing Whiteness Anti-Blackness White Psychopathology Collective Psychosis and
  • DOWNLOAD PDF EPUB The Pfizer Papers Pfizers Crimes Against Humanity by The WarRoom DailyClout Pfiz
  • Download Pdf The Good Girl by Sb Rogue
  • PDF Kindle The Vision Board Oracle A 52-Card Deck and Guidebook by Amy Zerner Monte Farber
  • Download Pdf Forward As Always by Olan Rogers Jake Sidwell Jim Krueger
  • PDF Download Tribal How the Cultural Instincts That Divide Us Can Help Bring Us Together by Michae
  • PDF DOWNLOAD Norwegian Method The Culture Science and Humans Behind the Groundbreaking Approach
  • Online Read Ebook Alas de ónix Empíreo 3 Onyx Storm by Rebecca Yarros
  • Read Pdf Precarious Woman Executive Miss Black General Vol. 11 by Jin
  • Pdf ePub Violet Bent Backwards Over the Grass by Lana Del Rey download ebook
  • DOWNLOADS The Psychology of Fashion by Carolyn Mair
  • The Venetian Sanctuary by Philip Gwynne Jones on Ipad
  • PDF EPUB Download Collected Works of Josef Stalin Volume 3 by Josef V Stalin Full Book
  • Download PDF The Paradise of the Soul Forty-Two Virtues to Reach Heaven by St. Albert the Great
  • PDF Kindle Dreamy Handfuls by TANABE
  • Read online Murder at la Villette by Cara Black
  • DOWNLOADS The Ballad of Songbirds and Snakes by Suzanne Collins
  • PDF Download How to Draw Super Cute Things with Bobbie Goods Learn to draw color absolutely adora
  • PDF EPUB Download I Have Some Questions for You by Rebecca Makkai Full Book
  • Read online From These Roots My Fight with Harvard to Reclaim My Legacy by Tamara Lanier
  • DOWNLOAD PDF EPUB Endoscopic Transorbital Surgery of the Orbit Skull Base and Brain by Theodore H
  • PDF DOWNLOAD THE BRIDGE KINGDOM by Danielle L. Jensen on Iphone
  • Wonderland A Fantasy Role-Playing Setting by Andrew Kolb on Audiobook New
  • PDF EPUB Download Prince and the Pawper by Stephanie Cooke Whitney Gardner Full Book
  • PDF Kindle One in a Millennial On Friendship Feelings Fangirls and Fitting In by Kate Kennedy
  • Download PDF Wave of Blood by Ariana Reines
  • The Complete Writings by Zhuangzi Chris Fraser on Ipad
  • PDF Leading Giants A Leaders Guide to Maximum Influence by Dave Durand
  • download pdf El niño que perdió la guerra The Boy That Lost the War by Julia Navarro
  • PDF EPUB Download Running Injury Free Second Edition Prevent and Treat the Most Common Running In
  • pdf download Bandwidth The Untold Story of Ambition Deception and Innovation That Shaped the Inter
  • Read Pdf Kissed and Missed A Forbidden Girlfriends Dad Valentines Day Novella by Cleo White
  • PDF The Wakanda Files A Technological Exploration of the Avengers and Beyond by Troy Benjamin
  • DOWNLOADS Under the Same Stars by Libba Bray
  • Download Pdf Alice in Wonderland Tiny Tarot Deck and Guidebook by Minerva Siegel Lisa Vannini
  • DOWNLOAD PDF EPUB The Hills of California by Jez Butterworth
  • pdf download Dragon Age Tevinter Nights by Patrick Weekes
  • DOWNLOADS Wild West Village Not a Memoir Unless I Win an Oscar Die Tragically or Score a Country 1
  • PDF Kindle Habitats From Ocean Trench to Tropical Forest by DK Chris Packham
  • PDF Kindle Disarming Dakota by Sumeya Ali Abdi
  • DOWNLOAD PDF EPUB Iced Out by CE Ricci
  • PDF DOWNLOAD The Killings at Kingfisher Hill The New Hercule Poirot Mystery by Sophie Hannah on Ip
  • PDF DOWNLOAD 4th Degree by Nikki Castle on Iphone
  • epub download Bungo Stray Dogs Another Story light novel Yukito Ayatsuji vs. Natsuhiko Kyougoku by K
  • The Angel Orphan Charlotte Mason Finds Her Way Home - Tales of Boldness and Faith - Book 1 by Leah B
  • pdf download The Imperial Uncle by Da Feng Gua Guo E. Danglars Jan Mitsuko Cash
  • The Alchemist Cocktail Book Master the dark arts of mixology by The Alchemist on Ipad
  • Pdf ePub Axe Me No Questions by Paula Charles download ebook
  • 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 Axe Me No Questions by Paula Charles download ebook
Next
Add a new pet to the store
Built with