My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF Réussir mon année avec Shayvise téléchargement
  • téléchargement epub La vérité sur ce qui nous motive
  • téléchargement epub La Présence pure - Et autres textes
  • PDF Kindle Summer with the Single Dad - The Single Dads of San Camanez The Brew Brothers 2 par Whi
  • télécharger pdf Of Shadows and Sails - The Tarakona Chronicles 2
  • Lire en ligne Kit Davenport - Lintégrale
  • Lire en ligne Voyage autour du monde
  • Télécharger PDF Votre peau me dit tout de vous
  • télécharger pdf Ultramarins
  • Lecture en ligne Ebook Inconditionnelles
  • Pdf ePub My Korean Lover Tome 3 par Maud Parent téléchargement ebook
  • PDF A Hotwifes Christmas Gift par Clara Brume
  • TÉLÉCHARGER PDF EPUB Ralentir ou périr - Léconomie de la décroissance
  • PDF Conan de Barbaar Tiende Deel - Conan de Barbaar 10 par Erika Sanders
  • téléchargement epub Avec sans titre
  • Lire en ligne Le care chrétien ou la révolution de lamour
  • PDF Stärke deine Dankbarkeit Dein Mangeldenken überwinden und mit der Freude am Leben und der Kraft
  • Kindle De toi à moi with love Tome 3 téléchargement
  • télécharger pdf Sexuality and Prison - Emotional Despair and Restrained Desires
  • Kindle Vive la Reine des citrouilles téléchargement
  • télécharger pdf COMMENT REUSSIR LE NOUVEAU CONCOURS DE LINSP
  • Pdf ePub Almodóvar - A retrospective par Pau Gomez téléchargement ebook
  • Kindle Lénergie de linvisible téléchargement
  • téléchargement epub Michael Jordan
  • TÉLÉCHARGEMENTS Arresting the Hockey Player - Ice Dragons Hockey Romance 3
  • Télécharger PDF Aiden Ascending - The Ring Saga 2
  • TÉLÉCHARGEMENTS Ongelooflijke schoft
  • TÉLÉCHARGER PDF EPUB Le trading - Manuel du trader intraday... et un peu plus
  • Lire en ligne El Messi que no Conoces El Hombre Detrás de la Magia
  • TÉLÉCHARGEMENTS The 1 Rule How Tiny Shifts Lead to Monumental Achievements - the 1 rule 1
  • TÉLÉCHARGER PDF EPUB Guide complet des contrôles médicaux par tranche dâge Prendre soin de sa san
  • Lecture en ligne Ebook En relisant les Evangiles
  • Télécharger Pdf Bienvenue auprès des Saints - Hommage à la vie éternelle
  • Télécharger PDF Смеющееся Наследие
  • TÉLÉCHARGEMENTS The Jungle Book
  • Télécharger Pdf Les Os Emeraude Tome 3
  • TÉLÉCHARGER PDF EPUB The Ovenlight Saga Baking Dough - Part 1 - The Ovenlight Saga 1
  • PDF The Hunchback of Notre-Dame téléchargement
  • téléchargement epub Faceless
  • PDF Kindle Dernières nouvelles du cerveau - Les biais de la vie ordinaire par Albert Moukheiber
  • Lire en ligne Black Opal - Guilty
  • TÉLÉCHARGER PDF EPUB The Keepers Time
  • téléchargement pdf Play it Again
  • Télécharger Pdf Harry Potter and the Philosophers Stone
  • Télécharger Pdf Flush
  • télécharger pdf Un monde presque parfait
  • Kindle Les trônes trahis téléchargement
  • TÉLÉCHARGER PDF EPUB The Allotment
  • Télécharger PDF The Authors Manual Navigating the How-To Writing Process
  • téléchargement pdf Le royaume éternel Tome 1
  • 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 08:59:15
Previous
téléchargement pdf Le royaume éternel Tome 1
Next
Add a new pet to the store
Built with