My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • PDF INTESTINO EN FORMA descargar gratis
  • HISTORIONES DE LA GEOGRAFÍA EBOOK Diego González Descargar libro PDF EPUB
  • MURMELTIERE MIT MP3 ePub gratis
  • Descargar ebook MAESTROS DE LA COSTURA. CÓMO VESTIR EN CADA OCASIÓN Descarga Libros Gratis PDF - EP
  • Descargar ebook MI ALMA POR VENGANZA Descarga Libros Gratis PDF - EPUB
  • Descargar PDF EPUB FELICES PARA NUNCA
  • PDF Kindle ALIANÇA CELESTIAL descargar gratis
  • pdf descargar TOKIO BLUES NORWEGIAN WOOD
  • TERRAS ePub gratis
  • LA SOCIEDAD DIGITAL leer pdf
  • pdf descargar LA PALABRA EXACTA
  • EL BAILE DE LAS QUE SOBRAN Fermina Cañaveras ePub gratis
  • Pdf ePub Mobi VALENTINA - MARIA ZABAY descargar ebook gratis
  • Kindle QUE FAIRE DES JUIFS descargar gratis
  • Descargar PDF EPUB POR DÓNDE SE SALE
  • LADY PENELOPE DA SIEMPRE SU PASEO A LAS DIEZ CLUB ASTAREA 2 leer el libro pdf
  • BLACKSAD 7. TODO CAE - SEGUNDA PARTE leer el libro pdf
  • LA BIBLIOTECA DE CÓRDOBA leer epub Andrea D. Morales
  • PDF LA ESTRATEGIA DEL PARASITO CRÓNICAS DEL PARÁSITO 1 descargar gratis
  • EL CORONEL NO TIENE QUIEN LE ESCRIBA leer pdf
  • Descargar pdf QUEMAR DESPUES DE ESCRIBIR EDICION OFICIAL
  • EL DESCONTENTO EDICIÓN ESPECIAL leer epub gratis
  • LA PRESENCIA PURA CHRISTIAN BOBIN ePub gratis
  • pdf descargar LA SOCIEDAD SECRETA DE BRUJAS REBELDES
  • Descargar ebook EL CASO ALASKA SANDERS Descarga Libros Gratis PDF - EPUB
  • Descargar IMAGINAR LA VIDA Manuela Carmena Gratis - EPUB PDF y MOBI
  • DETRÁS DE SUS OJOS leer pdf
  • EL PLAN MAESTRO leer el libro
  • ePub CUENTAME ESTA NOCHE descargar gratis
  • epub descargar OBVIAMENTE IMOGEN
  • SOY SENSIBLE Anna Romeu ePub gratis
  • PDF Kindle CINCO RAZONES PARA DESEAR A UN CANALLA LOS CANALLAS DEL REDEMPTION 3 descargar gratis
  • pdf descargar ALL ABOUT US NOW 3 ACTIVITY BOOK 3º PRIMARIA
  • HARRY POTTER Y LA PIEDRA FILOSOFAL ED. ILUSTRADA BOLSILLO ePub gratis
  • 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-12 01:43:10
Previous
HARRY POTTER Y LA PIEDRA FILOSOFAL ED. ILUSTRADA BOLSILLO ePub gratis
Next
Add a new pet to the store
Built with