My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Télécharger Pdf Dark Enemy Daddy Monster
  • Kindle Le Grevisse de létudiant Littérature - Les grands genres littéraires - Histoire de la litté
  • Lire en ligne Owls Lesson
  • téléchargement pdf Guide du Routard Bourgogne 2024 25
  • Télécharger Pdf Tout mon brevet 2025 en studyfiches - 3e toutes les matières - fiches visuelles qui
  • TÉLÉCHARGEMENTS O Caminho Verdadeiro A Busca pela Verdade Bíblica - FICÇÃO E VERDADES BÍBLICAS 1
  • téléchargement pdf VThe Art of Effective Goal Setting for Self Improvement
  • Télécharger Pdf File dans ta chambre - Offrez des limites éducatives à vos enfants
  • PDF Kindle Beyond my Wounds I Am Witness of Gods Power - Beyond my Wounds par Heidy Mejia
  • Télécharger PDF Apocaline Tome 2
  • téléchargement pdf Irrésistible - Déploie ton pouvoir dattraction et deviens laimant de ton plus bea
  • télécharger pdf The Clusion Wars The Apocalyptic Clash Between Liberal Inclusion and Conservative E
  • TÉLÉCHARGEMENTS Good Love - The Ballinger Sisters 3
  • Pdf ePub The Interview Masters Customer Service Manager - The Interview Masters par téléchargement
  • TÉLÉCHARGER PDF EPUB Low Season in St Tropez
  • Télécharger PDF Hygiène de lassassin
  • Télécharger Pdf Und das Hirn wirbelt immer weiter wie im Hamsterrad - Wie man als Mutter eines ADHS-
  • téléchargement pdf Shadows Beneath the Sun A Journey Through Love Loss and Redemption
  • PDF Battle Royale Between Toys - Living Toy Universe 1 téléchargement
  • PDF La SCI pour les nuls par Robert Matthieu
  • Pdf ePub Ophélia et les abysses Tome 2 par Hans Jorgen Sandnes Aude Pasquier téléchargement ebook
  • Pdf ePub Huhito Fables Vol.19 - Fables 19 par téléchargement ebook
  • Télécharger PDF 1 2 3 défoule-toi - Pack en 3 volumes La rentrée les vacances dautomne Noël
  • PDF શબદ મઢ સવદન par
  • téléchargement pdf Coeur collège Tome 5
  • Télécharger PDF Thomas Hardy The Complete Novels - Far From The Madding Crowd The Return of the Nat
  • Lire en ligne Comment les grands projets se réalisent - Les éléments inattendus qui jouent un rôle
  • TÉLÉCHARGEMENTS Jacky Leon Tome 2
  • Lecture en ligne Ebook Beneath Her Armor - Chained by Fate 3
  • Lire en ligne Les chroniques de Virgin River Tomes 5 et 6
  • Lire en ligne 100 idées pour développer la psychomotricité des enfants
  • téléchargement pdf A deux on est moins forts
  • Lire en ligne Vertragsfrau
  • téléchargement pdf Les Animaux dénaturés
  • TÉLÉCHARGEMENTS Origin A Prequel to Beacon - The Hero of Heartland - The Hero of Heartland 0
  • 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 01:17:01
Previous
TÉLÉCHARGEMENTS Origin A Prequel to Beacon - The Hero of Heartland - The Hero of Heartland 0
Next
Add a new pet to the store
Built with