My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Orlando A Norton Critical Edition by Virginia Woolf Madelyn Detloff on Iphone New Format
  • PDF Better by Far A Novel by Hazel Hayes
  • epub download Imitation Vol. 5 by KyungRan Park
  • pdf download Messengers The Guitars of James Hetfield by James Hetfield
  • DOWNLOAD PDF EPUB Lets Buy the Land and Cultivate It in a Different World Manga Vol. 7 by Rokujuuy
  • Read online The Soldiers Surprise Family by Jolene Navarro
  • The Winner by C.J. Parsons on Audiobook New
  • PDF EPUB Download Welcome to Demon School Iruma-kun 11 by Osamu Nishi Full Book
  • PDF EPUB Download Bound to the Shadow Prince by Ruby Dixon Full Book
  • Online Read Ebook The Dain Curse by Dashiell Hammett
  • PDF EPUB Download The Last Bloodcarver by Vanessa Le Full Book
  • pdf download The Lady in Glass and Other Stories by Anne Bishop
  • Playground by Aron Beauregard on Iphone New Format
  • DOWNLOAD PDF EPUB The Scarlet Papers by Matthew Richardson
  • pdf download Harry Potter and the Goblet of Fire The Illustrated Edition by J. K. Rowling Jim Kay
  • Magical Mushrooms Coloring Book by Marina Terauds on Ipad
  • download pdf Fart Quest The Dragons Dookie by Aaron Reynolds Cam Kendell
  • Stables Book 2 of the Black Gulch Ranch Series by M. A. Cobb on Audiobook New
  • Serotonin A Novel by Michel Houellebecq Shaun Whiteside on Audiobook New
  • Read Pdf Rebuilding Milo The Lifters Guide to Fixing Common Injuries and Building a Strong Foundat
  • PDF EPUB Download Effective Vulnerability Management Managing Risk in the Vulnerable Digital Ecosyst
  • Closer Baby Closer by Savannah Brown on Iphone New Format
  • download pdf Soul Eater The Perfect Edition 17 by Atsushi Ohkubo
  • Download PDF Donde viven las musas Land of Muses by Marianela Dos Santos
  • Online Read Ebook And Then Boom by Lisa Fipps
  • PDF DOWNLOAD Stars Around My Scars The Annotated Poetry of Taylor Swift by Elly McCausland on Ipho
  • DOWNLOAD PDF EPUB The Comeuppance by Branden Jacobs-Jenkins
  • Read online The Palm Springs School Desert Modernism 1934-1975 by Alan Hess Christine Madrid French
  • Read Pdf Rani Choudhury Must Die by Adiba Jaigirdar
  • DOWNLOADS God Didnt Make Us to Hate Us 40 Devotions to Liberate Your Faith from Fear and Reconnect w
  • pdf download Heart of the Shadow King by Sylvia Mercedes
  • epub download Shiver by Maggie Stiefvater
  • Pdf ePub Andres Valencia Painting Without Rules by Andres Valencia Alexander M. Rigby download ebo
  • download pdf No Longer Human by Junji Ito Osamu Dazai
  • PDF Kindle Cher Part One The Memoir by Cher
  • Dream of the Bird Tattoo Poems and Sueï½itos by Juan J Morales on Ipad
  • 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
Modified at 2025-06-12 03:43:35
Previous
Dream of the Bird Tattoo Poems and Sueï½itos by Juan J Morales on Ipad
Next
Add a new pet to the store
Built with