My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Read online Platirius Infiltration Book I by D.L. Hannah
  • DOWNLOAD PDF EPUB Wildcat by Adam Paulhus
  • download pdf Brutal Minds The Dark World of Left-Wing Brainwashing in Our Universities by Stanley K
  • Read online Bitsy Bat Team Star by Kaz Windness
  • DOWNLOAD PDF EPUB Diaries 1999-2009 The brand new volume from the beloved author TV icon and Mont
  • Read online DEVILS REIGN OMNIBUS by Chip Zdarsky Marvel Various Marco Checchetto
  • pdf download Everything is An Event A Step-by-Step Guide to Creating Memorable Occasions for Todays
  • Download PDF The Three of Us by Richard Kranzin
  • PDF Kindle One in a Millennial On Friendship Feelings Fangirls and Fitting In by Kate Kennedy
  • A Tale of the Secret Saint Manga Vol. 8 by Touya Mahito Aobe Chibi on Iphone New Format
  • Loner Life in Another World Light Novel Vol. 9 by Shoji Goji Bibi Andrew Hodgson on Audiobook New
  • Andrew Wyeth at Kuerner Farm The Eye of the Earth by William L. Coleman Allison C. Slaby Karen Bau
  • PDF EPUB Download The Brain Book by Liam Drew Full Book
  • PDF Download Do Not Open This Book It Stinks by Andy Lee Heath McKenzie
  • DOWNLOADS Brian by Jeremy Cooper
  • DOWNLOADS Marvel What If . . . Marc Spector Was Host to Venom A Moon Knight Venom Story by Mike Che
  • epub download The Disney Christmas Cookbook 50 Delicious Recipes by Joy Howard Disney Books
  • PDF Kindle Its Okay Not to Look for the Meaning of Life A Zen Monks Guide to Living Stress-Free One
  • download pdf Ends of the Earth Journeys to the Polar Regions in Search of Life the Cosmos and Our
  • The Only Neurology Book Youll Ever Need by Alison I. Thaler Malcolm S. Thaler on Ipad
  • DOWNLOAD PDF EPUB Learn AI-assisted Python Programming With GitHub Copilot and ChatGPT by Leo Port
  • epub download The Art and Soul of Blade Runner 2049 - Revised and Expanded Edition by Tanya Lapointe
  • Read online Curfew by Jose Donoso
  • Online Read Ebook Emma by Jane Austen
  • PDF EPUB Download Art Masters Vincent Van Gogh by Susie Hodge Full Book
  • pdf download Exalting Jesus in Hosea Joel Amos Obadiah by Allan Moseley Jonathan Akin Ph.D.
  • On Air with Zoe Washington by Janae Marks on Ipad
  • PDF EPUB Download Carnal Urges A Queens and Monsters Novel by J.T. Geissinger Full Book
  • pdf download Dodge and Burn by Ellen Crosby
  • download pdf Introduction to Educational Research by Craig A Mertler
  • PDF EPUB Download Mind Your Body A Revolutionary Program to Release Chronic Pain and Anxiety by Ni
  • PDF DOWNLOAD All Fours by Miranda July on Iphone
  • Read pdf Scripting Automation with Bash Powershell and Python by Michael Kofler
  • PDF An ABC of Childhood Tragedy by Jordan B Peterson Juliette Fogra
  • Pdf ePub The Ax by Donald E. Westlake download ebook
  • Read online When Grief Comes Home A Gentle Guide for Living Through Loss While Supporting Your Child
  • PDF The Big Empty by Robert Crais
  • DOWNLOADS A Death in Cornwall by Daniel Silva
  • pdf download The Good Girl by Sb Rogue
  • download pdf No Domain The John McAfee Tapes by
  • Read pdf The Woodpecker Method by Axel Smith Hans Tikkanen
  • Mrs. Quinns Rise to Fame A Novel by Olivia Ford on Audiobook New
  • Download Pdf RoomMate A Twisted Psychological Thriller from a Female Serial Killers POV by Chad Olsh
  • Pdf ePub Finlay Donovan Rolls the Dice A Novel by Elle Cosimano download ebook
  • PDF True Love Fades Away When the Contract Ends - Music of the Flower Gardens and Heavens Light Nov
  • PDF EPUB Download Bruce Saves the Planet A Disney Planet Possible Book by Ryan T. Higgins Full Boo
  • PDF EPUB Download The Myth That Made Us How False Beliefs about Racism and Meritocracy Broke Our E
  • DOWNLOAD PDF EPUB Bird of a Thousand Stories by Kiyash Monsef
  • Read pdf The Secret Lives of Booksellers and Librarians Their stories are better than the bestsell
  • PDF EPUB Download Variable Valve Timings Memoirs of a car tragic by Chris Harris Full Book
  • 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 Download Variable Valve Timings Memoirs of a car tragic by Chris Harris Full Book
Next
Add a new pet to the store
Built with