My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • TÉLÉCHARGEMENTS Die Schöpfung. So könnte es gewesen sein.
  • Lire en ligne How to Lose a Lass - A Hot Scots Prequel 4
  • Lecture en ligne Ebook Lamour en bateau
  • téléchargement epub Cherub Tome 2
  • PDF Bon appétit - BTS par Elise Chedeville
  • Télécharger PDF Best Friends Daughter II - Best Friends Daughter 2
  • Lecture en ligne Ebook It was Always You - The Worthingtons
  • télécharger pdf Breakfast in Bed - Sophisticated Women 2
  • PDF Les enfants endormis téléchargement
  • TÉLÉCHARGER PDF EPUB Daredevil Echo Quête de vision
  • Télécharger Pdf Perdu pour la France
  • Kindle Bellissimo bastardo téléchargement
  • téléchargement epub Une somme humaine
  • Télécharger Pdf Survival Tips for Todays World
  • TÉLÉCHARGEMENTS Lhéritage fossile
  • Lecture en ligne Ebook Légendes et drames du rock
  • Télécharger Pdf Aspen Ridge Pack Shifter M.D.
  • Pdf ePub Die falsche Energiewende - Die fatalen Fehler der deutschen Energiepolitik par Herbert W.
  • PDF Kindle The Ballad of Never After par Stephanie Garber
  • PDF Les grandes patries étranges par Guillaume Sire
  • PDF Kindle Tsunami par Marc Dugain
  • téléchargement epub François dAssise - Le chevalier sans armure
  • Pdf ePub Homo chaoticus - Révolution dans lévolution par Didier Raoult téléchargement ebook
  • Lecture en ligne Ebook La saison des apparences - Naissance des corps dété
  • Télécharger PDF Une vie comme les autres
  • Lecture en ligne Ebook Lhumilité - Vives Flammes 333
  • Kindle Les dieux de Platon téléchargement
  • téléchargement pdf Tiny Actions Tremendous Impact A Comprehensive Guide to Habit Transformation and
  • téléchargement epub Shopify Mastery The Ultimate Guide to E-commerce Success
  • Télécharger Pdf Borderline Tome 1
  • télécharger pdf Notizen zur Idealistischen Metaphysik I - Band I - Die Vorsokratiker und Platon
  • Pdf ePub Option informatique MPSI-MP MP - Tout-en-un par Nathaniel Carré Roger Mansuy téléchargem
  • télécharger pdf GAIA NOVA - Paradies 2.0
  • Télécharger Pdf Connaissance et innovation
  • PDF Home for the Holidays - Cauldron Falls 3 par Solara Gordon
  • téléchargement epub Mon livre de jeux
  • télécharger pdf La comptabilité analytique pour les Nuls
  • Pdf ePub 100 idées pour développer la psychomotricité des enfants par Aurélien DIgnazio Juliette M
  • Télécharger Pdf A Vif
  • Télécharger PDF My Missing Piece Tome 2
  • PDF Kindle Queen of Skies - Kingdom of Fairytales 45 par J.A.Armitage Anne Stryker
  • PDF Kindle Dor et de jungle par Jean-Christophe Rufin
  • PDF Kindle Vive la Reine des citrouilles par Shea Earnshaw Arnold Petit
  • télécharger pdf Ravished and Spanked
  • Pdf ePub Christmas Stories Omnibus par Anupam Roy téléchargement ebook
  • TÉLÉCHARGEMENTS Les soeurs Essex Tome 1 et 2
  • Télécharger PDF Les nouveaux seigneurs
  • téléchargement epub Spies and Lies
  • télécharger pdf Nymphéa et la chambre rouge
  • Pdf ePub Invisible Ennemy par Gyula Pozsgay téléchargement ebook
  • 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
Previous
Pdf ePub Invisible Ennemy par Gyula Pozsgay téléchargement ebook
Next
Add a new pet to the store
Built with