My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Télécharger Pdf Solo Leveling Tome 15
  • TÉLÉCHARGEMENTS Contes singuliers tirés du Pour et Contre
  • PDF Les manipulateurs sont parmi nous - Qui sont-ils Comment sen protéger par Isabelle Nazare-Aga
  • TÉLÉCHARGER PDF EPUB Man in Uniform - Give me a Love Trope
  • télécharger pdf Altitude
  • TÉLÉCHARGEMENTS LAtelier des Sorciers Tome 2
  • PDF Vivre en accord avec soi téléchargement
  • télécharger pdf Light Shadow Tome 3
  • Télécharger Pdf Wicked Tome 1
  • téléchargement epub Comment peut-on être français
  • PDF Les meilleurs gâteaux de Mamie pour grands et petits par Larousse
  • Lire en ligne Le manuel dastrologie spirituelle - Devenir acteur de sa destinée
  • Pdf ePub The Seven Stars - Celestial Guardians Series 2 par Incognito Xhinjo téléchargement ebook
  • Kindle The Baby His Secretary Carries téléchargement
  • Télécharger PDF De la discorde à lentente Camille Barrère et lItalie 1897-1924
  • TÉLÉCHARGER PDF EPUB Bouncing Back Reclaiming Your Strength After You Fall
  • PDF Taken Claimed In The Zombie Apocolypse Monster Erotica Romance - Her Monster Mate Romance 5 p
  • TÉLÉCHARGER PDF EPUB 365 jours avec Jamy - On en apprend tous les jours
  • Lire en ligne Монстр Виноват 2 - Monsters 2
  • télécharger pdf Scrooged - Deepwood Mountain Holiday Specials
  • TÉLÉCHARGEMENTS The Rigged Race of Life - The Mammon Series 2
  • PDF How To Get Off The Hamster Wheel téléchargement
  • téléchargement epub Sauver sa peau
  • téléchargement pdf An Affair at Christmastide - Mary and Bright series 1
  • télécharger pdf A ta mort ce sera à moi
  • Kindle Смеющееся Наследие téléchargement
  • Lire en ligne Demain la brume
  • télécharger pdf Coração de Pedra Um Romance de Gárgula Protetora - Coração de Pedra 0
  • PDF Lettres dItalie à Musset par George Sand
  • Lire en ligne Le grand livre des animaux en danger
  • Télécharger Pdf Stranger Things Expanded Edition
  • PDF Le jour où... Tome 1 par BeKa Marko Maëla Cosson
  • PDF Kindle A Wishful Hope - Hope Ever After 15 par
  • Télécharger PDF Le code de la route Rousseau
  • Télécharger PDF The Playful Path how Imagination and Childlike Wonder Shape our Best Selves
  • Lecture en ligne Ebook Fall of the house of X Tome 1
  • TÉLÉCHARGER PDF EPUB Real-Life Advice From Experts
  • Pdf ePub The Ghosts Embrace par Plairung Thepsawat Olivia Harper téléchargement ebook
  • télécharger pdf La véritable histoire de Hussein qui découvrit le tombeau de Toutankhamon
  • PDF Kindle Le patrimonio - 1000 solutions patrimoniales illustrées par Antoine de Ravel dEsclapon
  • téléchargement pdf Die Zauberin des Schattendorns - A Feiticeira de Shadowthorn 1
  • Télécharger PDF Knowledge Management
  • Lire en ligne La princesse des âmes
  • TÉLÉCHARGER PDF EPUB Le monde modes demploi - Comprendre prévoir agir protéger
  • téléchargement epub La bible concours SESAME
  • TÉLÉCHARGER PDF EPUB Clément chez les calmistes
  • Télécharger PDF Deutschland Dämmerung - Vom Ende einer Hochkultur
  • PDF All I Want For Christmas - Cinderellas Billion-Dollar Christmas The Missing Manhattan Heirs W
  • Télécharger Pdf Mastering Reiki
  • PDF Christmas Stories Omnibus téléchargement
  • 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-13 02:58:10
Previous
PDF Christmas Stories Omnibus téléchargement
Next
Add a new pet to the store
Built with