oholajyzughy
  1. pet
oholajyzughy
  • Start your Apidog journey
  • EL ORDEN DEL CAPITAL ePub gratis
  • OS FILLOS DO MAR leer el libro pdf
  • LOS SECRETOS DE LA CORTESANA leer pdf
  • Pdf ePub Mobi EL JUICIO DE SALOMÓN - JOHN FINNEMORE descargar ebook gratis
  • ePub ORÁCULO LOS MENSAJEROS DE EGIPTO CARTAS descargar gratis
  • ACUARIO TODO LO QUE ODIAS DE TU SIGNO Y TODAVÍA NO SABES EBOOK ESTUDIO PE S.A.C. Descargar libro PDF EPUB
  • COLECCIÓN MAFALDA 11 TOMOS EN UNA CAJA DE LATA EDICIÓN FELIZ A NIVERSARIO MAFALDA QUINO ePub gratis
  • PDF Kindle ESCLAVOS DE LA COMIDA descargar gratis
  • NO NOS DIGAS QUE ES IMPOSIBLE leer epub gratis
  • PDF Kindle HISTORIAS DE GAZA descargar gratis
  • Descargar pdf MIS LABIOS RECUERDAN
  • Kindle LA SABIDURÍA DE LA RANA descargar gratis
  • CIORAN OU LE GAI DÉSESPOIR leer epub ANCA-GABRIELA VISDEI
  • BLUEY. UN CUENTO - A LA CAMA CON PAPÁ. UN CUENTO DE BUENAS NOCHES leer epub gratis
  • GRAMATICA ITALIANA ESPASA leer epub gratis
  • LAS GUERRAS DE NUESTROS ANTEPASADOS EBOOK MIGUEL DELIBES Descargar libro PDF EPUB
  • CROATIE 2025 PETIT FUTÉ ePub gratis
  • SI VIVES HASTA LOS 100 AÑOS MÁS TE VALE SER FELIZ leer el libro pdf
  • UN FRANCES A MEDIANOCHE leer epub ANNA CARRERAS
  • pdf descargar EL BEBÉ MONTESSORI
  • EL DÍA DE MI MUERTE EBOOK Federico Axat Descargar libro PDF EPUB
  • pdf descargar UNA FÁBULA PARA EL FIN DEL MUNDO
  • CANON DE CÁMARA OSCURA ePub gratis
  • Descargar PDF NO TE COMAS EL COCO
  • LANZAROTE EN EL CENTRO DEL MUNDO EBOOK MICHEL HOUELLEBECQ Descargar libro PDF EPUB
  • pet
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • store
    • Returns pet inventories by status
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. pet

Find pet by ID

GET
/pet/{petId}
Returns a single pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header 'api_key;'
Response Response Example
200 - Example 1
{
    "id": 100,
    "category": {
        "id": 101,
        "name": "dog"
    },
    "name": "Luna",
    "photoUrls": [
        "https://loremflickr.com/400/400?lock=2557291284045546",
        "https://loremflickr.com/400/400?lock=1603075073377479"
    ],
    "tags": [
        {
            "id": 15,
            "name": "Dalmatian"
        }
    ],
    "status": "available"
}

Request

Authorization
API Key
Add parameter in header
api_key
Example:
api_key: ********************
or
Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Modified at 2025-08-21 22:43:10
Previous
LANZAROTE EN EL CENTRO DEL MUNDO EBOOK MICHEL HOUELLEBECQ Descargar libro PDF EPUB
Next
Finds Pets by status
Built with