My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Télécharger PDF Manuel pratique de kinésiologie
  • PDF Kindle Foot-Ivoire par Jean-Jacques Konadjé
  • PDF Kindle Royal complot Tome 5 par Deborah Hernould
  • téléchargement pdf La philo en mode serial thinker
  • TÉLÉCHARGEMENTS Le peuple de lair Tome 1
  • PDF Patschlachenphilosophien - Gedichte und Texte téléchargement
  • Télécharger Pdf An Affair at Christmastide - Mary and Bright series 1
  • TÉLÉCHARGEMENTS Tout mon brevet 2025 en studyfiches - 3e toutes les matières - fiches visuelles qui
  • TÉLÉCHARGEMENTS 1001 Heilung - Wie Matthis Dickmann hilft schmerzfrei zu leben
  • TÉLÉCHARGEMENTS A Wishful Hope - Hope Ever After 15
  • Télécharger PDF Owning Her - Bound and Taken Dark Romance 4
  • téléchargement pdf POV Matrix 3000 Points of View on One Page
  • PDF O Toque Dos Anjos - A Magia da Cura Celestial téléchargement
  • Pdf ePub Les Bienfaits des Remèdes Naturels par Patricia Dolores Grondier téléchargement ebook
  • Lire en ligne Histoire du climat depuis lan mil
  • TÉLÉCHARGER PDF EPUB Les requins
  • télécharger pdf Rubrique-à-Brac - Intégrale
  • Pdf ePub Omega Justice - Hartland PD 3 par Shea Balik téléchargement ebook
  • Lire en ligne Je taime je te trompe - Repenser linfidélité pour réinventer son couple
  • TÉLÉCHARGER PDF EPUB Lacrum - Ceux den haut
  • PDF Vampires lycans gargouilles Tome 10 téléchargement
  • Lecture en ligne Ebook Au commencement était... - Une nouvelle histoire de lhumanité
  • télécharger pdf Sa Majesté des Mouches
  • PDF Kindle La faucheuse Tome 1 par Neal Shusterman
  • TÉLÉCHARGER PDF EPUB Craving of the Sands
  • Kindle Limmobilier pour les nuls téléchargement
  • Kindle LArnaque des nouveaux pères - Enquête sur une révolution manquée téléchargement
  • Lecture en ligne Ebook Les meilleurs gâteaux de Mamie pour grands et petits
  • PDF Disparition programmée Tome 2 par Roland Smith Dominique Piat
  • Pdf ePub Assoiffés - Tome 9 Adorés par Tracy Wolff Audrey d Hulstère téléchargement ebook
  • Lire en ligne Vertige - Dix ans denquêtes sur la crise écologique et climatique
  • Pdf ePub Shame Point Zero par PHOENIX JAMES téléchargement ebook
  • Télécharger PDF Feel-Good Productivity - How to Do More of What Matters to You
  • PDF Kindle 100 Bonheur - En 10 minutes dautocoaching par jour par Raphaëlle Giordano Florine Orphe
  • télécharger pdf Le temps glisse le long des jours
  • Pdf ePub O Toque Dos Anjos - A Magia da Cura Celestial par téléchargement ebook
  • Télécharger PDF Her Mistress Teaches Him How To Do It Sordid Liaisons 2 BDSM Age Gap Voyeur Humilia
  • TÉLÉCHARGEMENTS Operation Christmas Hearts - The Heart stories 4
  • Pdf ePub La Présence pure - Et autres textes par Christian Bobin téléchargement ebook
  • téléchargement epub Living in Balance - Welfare 1
  • TÉLÉCHARGER PDF EPUB Opera with my Gargoyle - Monster Erotica Short Stories
  • téléchargement epub Summer Came - Joy of Living
  • Lecture en ligne Ebook Prison Games Dark Mafia Romance
  • Télécharger PDF Above Clouds
  • téléchargement epub Cinderellas Billion-Dollar Invitation
  • TÉLÉCHARGER PDF EPUB Low Season in St Tropez
  • télécharger pdf Meute
  • Télécharger PDF 마흔에 읽는 갈라디아서
  • Lire en ligne Goddess Energy Liberate the Divine Feminine in You Radiate Magnetic Confidence and
  • téléchargement epub Seek - How Curiosity Can Transform Your Life and Change the World
  • 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-06 21:38:05
Previous
téléchargement epub Seek - How Curiosity Can Transform Your Life and Change the World
Next
Add a new pet to the store
Built with