My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Download Pdf The Queens of Crime A Novel by Marie Benedict
  • PDF DOWNLOAD Status Royale Vol. 2 by Ru Xu on Iphone
  • download pdf Christmas Protector by Dana Mentink Susan Sleeman
  • Read Pdf The Land of the Living A Novel by Timothy Crellin
  • A Kids Guide to Backyard Trees by Felicia Brower Nicole LaRue on Iphone New Format
  • PDF DOWNLOAD My Side of the River A Memoir by Elizabeth Camarillo Gutierrez on Iphone
  • pdf download Swamp Thing by Mark Millar and Phil Hester Omnibus by Mark Millar Phil Hester
  • PDF Download The Undertow Scenes from a Slow Civil War by Jeff Sharlet
  • PDF EPUB Download Konosuba Gods Blessing on This Wonderful World Vol. 18 manga by Natsume Akatsuki
  • Download PDF SPIDER-MAN REIGN 2 by Kaare Andrews
  • PDF EPUB Download Konbini Cult recipes stories and adventures from Japans iconic convenience stor
  • Strongmen Mussolini to the Present by Ruth Ben-Ghiat on Ipad
  • I Ching the Oracle A Practical Guide to the Book of Changes An updated translation annotated with c
  • An Unlikely Amish Match and An Amish Arrangement by Vannetta Chapman Jo Ann Brown on Audiobook New
  • download pdf Flavour of Flight The Food and Drink of British Airways by Al Bridger
  • The Golden Enclaves A Novel by Naomi Novik on Ipad
  • Pdf ePub Hollywood Hearts by Toni Logan download ebook
  • PDF Kindle Break Point A Spicy Second Chance Sports Romance by Yahrah St. John
  • Online Read Ebook Flesh and Steel by Guy Haley
  • DOWNLOADS Hunny Koko Go To Italy by Adela Lauren Picard
  • PDF Download Pierre Soulages From Midnight to Twilight by Pierre Soulages Annie Godfrey Larmon A
  • PDF DOWNLOAD Adolescence Boy it by Aya Sakyou Yuzuki N on Iphone
  • Pdf ePub The Dungeon Anarchists Cookbook by Matt Dinniman download ebook
  • PDF The Palm Springs School Desert Modernism 1934-1975 by Alan Hess Christine Madrid French Eddie
  • PDF EPUB Download A Nice Guy Like Me A Memoir by Spencer Keasey Full Book
  • epub download Tuesdays Child by Fern Michaels
  • Download PDF Of Blood Stone by A J Braun
  • download pdf Today Tonight Tomorrow by Rachel Lynn Solomon
  • PDF Download The Cost of Fear Why Most Safety Advice Is Sexist and How We Can Stop Gender-Based Vi
  • Read pdf Under the Bramble Arch by Corinne Boyer
  • Read online The Paradise Problem by Christina Lauren
  • PDF EPUB Download Grandmaster of Demonic Cultivation Mo Dao Zu Shi Manhua Vol. 4 by Mo Xiang Tong X
  • Read online Queen Charlotte Before the Bridgertons came the love story that changed the ton... by Ju
  • Harmony by Whitney Hanson on Audiobook New
  • Download PDF Innocence and Seduction The Art of Dan DeCarlo Expanded Edition by Bill Morrison
  • PDF Download Los dos hemisferios de Lucca Luccas World by Bárbara Anderson
  • pdf download One-Night Crush by Mia Heintzelman
  • DOWNLOAD PDF EPUB Warriors Changing Skies 1 The Elders Quest by Erin Hunter
  • 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 02:43:32
Previous
DOWNLOAD PDF EPUB Warriors Changing Skies 1 The Elders Quest by Erin Hunter
Next
Add a new pet to the store
Built with