oreladushopi
  1. pet
oreladushopi
  • Start your Apidog journey
  • BABY-LED WEANING Y ADIÓS A LAS PAPILLAS leer el libro
  • Descargar PDF EPUB UN CARACOL EN MI ARMARIO
  • EL FRACASO DE MI EXITO EBOOK Gervasio Posadas Descargar libro PDF EPUB
  • epub descargar FORA ETIQUETES
  • PDF NUTRICIÓN SIN MIEDO descargar gratis
  • EL SECRETO DE LA SALAMANDRA DORADA leer el libro pdf
  • EL PLAN MAESTRO Javier Sierra ePub gratis
  • PDF BIOLOGÍA 2º BACHILLERATO. EDICIÓN LOMLOE descargar gratis
  • Kindle PERFECTO CAOS AMORES CAÓTICOS 1 descargar gratis
  • EMPIEZA HOY Y CAMBIA TU VIDA PARA SIEMPRE leer pdf
  • Kindle EL ALIENTO DE LOS DIOSES descargar gratis
  • PDF EL VERANO EN QUE ME ENAMORE descargar gratis
  • LAS SÍLABAS DEL CIELO VICTOR HERRERO DE MIGUEL ePub gratis
  • TRAVESURAS DE LA NIÑA MALA leer el libro
  • ROMA SANGRIENTA leer el libro pdf
  • Descargar ebook FEARLESS THE POWERLESS TRILOGY 3 Descarga Libros Gratis PDF - EPUB
  • pdf descargar FUNDAMENTOS DEL LENGUAJE CLARO
  • PDF LUCÍA Y EL INFINITO descargar gratis
  • OH MY COOKIE EBOOK Noelia Toré Descargar libro PDF EPUB
  • LOS FILÓSOFOS Y EL AMOR leer epub gratis
  • LA COLLINE QUI TRAVAILLE EBOOK PHILIPPE MANEVY Descargar libro PDF EPUB
  • ePub HARRY POTTER Y EL MISTERIO DEL PRÍNCIPE RUSTICA descargar gratis
  • Descargar ebook LOVECRAFT THE DUNWICH HORROR Nº 01 Descarga Libros Gratis PDF - EPUB
  • Descargar ebook LIFE THROUGH AN APERTURE edición en inglés Descarga Libros Gratis PDF - EPUB
  • Descargar EL PODER DE LA GEOGRAFÍA TIM MARSHALL Gratis - EPUB PDF MOBI
  • Descargar PDF EPUB COCINA DÍA A DÍA
  • Pdf ePub Mobi INVISIBLE - Paul Auster descargar ebook gratis
  • Descargar PDF REINA DE SOMBRAS TRONO DE CRISTAL 4
  • Descargar ebook EL VERANO DE LOS JUGUETES MUERTOS Descarga Libros Gratis PDF - EPUB
  • NEUROHÁBITOS leer el libro
  • 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

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
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header 'api_key: <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"
}
Modified at 2025-09-04 21:04:40
Previous
NEUROHÁBITOS leer el libro
Next
Finds Pets by status
Built with