My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • epub download Brimstone Deluxe Limited Edition by Callie Hart
  • download pdf Spheres by V. Angelo
  • Read pdf The Bad Ones A Novel by Melissa Albert
  • download pdf The Boy Who Ruled the Monsters Volume 2 by Sin Guilty NAKAMURA 8 Kamishiro Taishi
  • Lost in Taiwan A Graphic Novel by Mark Crilley on Iphone New Format
  • Online Read Ebook Oyster Perpetual Submariner The Watch that Unlocked the Deep by Nicholas Foulkes
  • Download Pdf Bound to the Shadow Prince by Ruby Dixon
  • Read Pdf Pet Sitter 5 by Kelly Starling Lyons Wayne Spencer
  • Honey Lemon Soda Vol. 8 by Mayu Murata Amanda Haley on Audiobook New
  • epub download Justice Love and Organizational Healing A Guide to Transformational Consulting by Or
  • PDF EPUB Download HBRs 10 Must Reads on High Performance with bonus article by Harvard Business Re
  • PDF The Hungry Succubus Wants to Consume Him Vol. 1 by Tabireco
  • DOWNLOAD PDF EPUB Romancing the Schoolteacher by Mary Davis
  • Read Pdf Spirits in Flowers Oracle Deck Includes 52 cards and a 128-page illustrated book by Gilli
  • PDF DOWNLOAD Innocence and Seduction The Art of Dan DeCarlo Expanded Edition by Bill Morrison on I
  • Download PDF Rivals by Jilly Cooper
  • PDF DOWNLOAD Crystalpedia The Wisdom History and Healing Power of More Than 180 Sacred Stones A
  • PDF DOWNLOAD The Marshals Mission by Anna Zogg on Iphone
  • Download Pdf Murder Rewind Death at Blockbuster Minute Mysteries Set in the 1990s by S. K. Doyle
  • PDF EPUB Download Chokepoints American Power in the Age of Economic Warfare by Edward Fishman Full
  • PDF DOWNLOAD Dinghai Fusheng Records Novel Vol. 1 Special Edition by Fei Tian Ye Xiang Qian Er Ba
  • The Lost Traveler by Sanora Babb on Audiobook New
  • PDF Mukden 1905 Russia and Japans Battle for Manchuria by John Valitutto Johnny Shumate
  • Read pdf The Ashes and the Star-Cursed King by Carissa Broadbent
  • epub download Spanish - English Illustrated Dictionary A Bilingual Visual Guide to Over 10 000 Spani
  • Read pdf Proud Flesh A Memoir of Motherhood Intimate Violence and Reclaiming Pleasure by Catheri
  • Read pdf On Her Terms by Cathryn Fox
  • Society of Lies A Novel by Lauren Ling Brown on Iphone New Format
  • pdf download Im a Behemoth an S-Ranked Monster but Mistaken for a Cat I Live as an Elf Girls Pet
  • epub download Pet Sematary by Stephen King
  • pdf download Wonders of the Heart by Ruth Scofield
  • Download PDF A Murder Most French by Colleen Cambridge
  • Download PDF Tu mundo y el mío. Postales del Antropoceno The Anthropocene Reviewed by John Green
  • Read Pdf Our South Black Food Through My Lens by Ashleigh Shanti
  • Marvel Arms and Armor The Mightiest Weapons and Technology in the Universe by DK on Iphone New Forma
  • 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-09 01:43:15
Previous
Marvel Arms and Armor The Mightiest Weapons and Technology in the Universe by DK on Iphone New Forma
Next
Add a new pet to the store
Built with