My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Pdf ePub La réunification des deux Corées par Joël Pommerat téléchargement ebook
  • Lire en ligne Lécologisation du travail social - Les établissements sociaux à lépreuve du changemen
  • téléchargement epub Coeur collège Tome 5
  • téléchargement pdf MaClé Alpha A1.1 - Méthode rapide dalphabétisation pour adultes
  • Lecture en ligne Ebook La capacité dêtre seul
  • téléchargement pdf Emotions enquête et mode demploi Tome 2
  • Télécharger Pdf The Ghosts Embrace
  • Lecture en ligne Ebook La mafia dEtat - Histoire des élites de Mitterand à Macron
  • Pdf ePub Sin Too - Sin 2 par S.J. Tilly téléchargement ebook
  • téléchargement pdf A ta mort ce sera à moi
  • téléchargement pdf Les grandes patries étranges
  • Télécharger Pdf La belle de mai - Fabrique de révolutions
  • TÉLÉCHARGER PDF EPUB La Passe-miroir Tome 4
  • PDF Kindle Languille par Valentine Goby
  • PDF Coração de Pedra Um Romance de Gárgula Protetora - Coração de Pedra 0 téléchargement
  • Kindle Bound By Her Baby Revelation One Forbidden Night In Paradise - Bound by Her Baby Revelatio
  • Télécharger Pdf Herausforderung schulische Inklusion - zwischen Anspruch und Realität
  • PDF Le grand manuel du pâtissier - Et vos rêves gourmands deviennent réalité par Mélanie Dupuis An
  • Télécharger PDF The House Witch and When The Cat Spells War - The perfect cosy fantasy romance for l
  • PDF My Cowboy of Convenience - Cowboys of Sunnydale 4 téléchargement
  • TÉLÉCHARGER PDF EPUB As A Man Thinketh
  • Lire en ligne Le Hobbit
  • PDF Kindle Storm in a Teacup books 1 -4 par
  • Télécharger Pdf Cuidado Compasivo Transitando Por La Demencia
  • TÉLÉCHARGEMENTS Fantastic Four lIntégrale Tome 4
  • PDF Dark Enemy Daddy Monster par
  • PDF Les Nouvelles aventures de Barbe-Rouge Tome 4 par Jean-Charles Kraehn Stefano Carloni Jean-Mi
  • Kindle Mono is the new black - Monospace fontionary téléchargement
  • TÉLÉCHARGEMENTS Les animaux ont-ils une culture
  • Lecture en ligne Ebook Les loups du millénaire Tome 5
  • PDF Kindle De toi à moi with love Tome 3 par Louanne Serra
  • Télécharger PDF A Wishful Hope - Hope Ever After 15
  • téléchargement epub Changing Room Desires Her Secret Plan with Two
  • téléchargement epub Plus malin que le diable - Le secret de la liberté et du succès
  • TÉLÉCHARGER PDF EPUB Krennelin Berry
  • télécharger pdf Baba Yaga - die absichtsvollen Reisenden - Baba Yaga 1
  • Lecture en ligne Ebook Entwined Passion
  • Lecture en ligne Ebook Hairline SOS Strategies for a Receding Hairline
  • Lecture en ligne Ebook Méthode de français Défi 4 - Cahier dexercices B2
  • Pdf ePub The Secluded Queen - Legacy of an Armored Queen 1 par téléchargement ebook
  • Télécharger PDF Jai un visage pour être aimé - Choix de poèmes 1914-1951
  • Pdf ePub Embracing Emerald - The Silvia Saga 1 par Jenna Lee téléchargement ebook
  • Pdf ePub Lombre du soir par Laurence Lacroix-Arnebourg téléchargement ebook
  • Télécharger PDF The Price of Peeking A Neighborly Spanking Story
  • TÉLÉCHARGER PDF EPUB Die Hüter von Ceanlocheigh
  • TÉLÉCHARGER PDF EPUB Les silences des pères
  • téléchargement pdf Stefano y el guardián del destino - 1 7
  • Télécharger PDF Le cercle blanc Tome 1
  • TÉLÉCHARGEMENTS Huhito Fables Vol.14 - Fables 14
  • Télécharger PDF His Curvy Beauty Books 7-9 - Curvy Collections 3
  • 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-14 02:43:10
Previous
Télécharger PDF His Curvy Beauty Books 7-9 - Curvy Collections 3
Next
Add a new pet to the store
Built with