ywhoghughowh
  1. pet
ywhoghughowh
  • Start your Apidog journey
  • LAS CANCIONES TRISTES YA NO HABLAN DE MÍ leer el libro pdf
  • Descargar PDF LOS TRUCOS DE LOS RICOS 3
  • Descargar PDF LOS 200 PRIMEROS CASOS DE MORTADELO Y FILEMÓN
  • Descargar pdf SABER PERDER 10ª ED.
  • PHANTASMA EDICIÓN ESPECIAL LIMITADA Kaylie Smith ePub gratis
  • PDF EL GABINETE DEL DR. LENG INSPECTOR PENDERGAST 21 descargar gratis
  • Descargar PDF EPUB LES CENDRES A LA PISCINA
  • Descargar pdf BELEZA VERMELLA
  • Descargar PDF EPUB CORTAR EL VIENTO
  • CRIATURAS DESPIADADAS REINAS Y MONSTRUOS 1 ePub gratis
  • epub descargar MAGNOLIA PARKS INTO THE DARK DELUXE SPECIAL EDITION
  • ROM LA ETAPA ORIGINAL MARVEL LIMITED EDITION EBOOK Varios autores Descargar libro PDF EPUB
  • epub descargar EL MISMO FUEGO
  • Descargar PDF EPUB CANTO JO I LA MUNTANYA BALLA
  • SONÓ UN VIOLÍN EN PARÍS leer epub María Reig
  • PDF Kindle ESPECIAL THE STRIKER DIOSES JUEGO 1 descargar gratis
  • Pdf ePub Mobi NOESI TEXTOS DE FILOSOFIA 2º BATXILLERAT PER A LES PAU ED 2022 CATALUÑA ISLAS BALEARS - descargar ebook gratis
  • ESTAMBUL CIUDAD Y RECUERDOS leer epub ORHAN PAMUK
  • LOS NIÑOS DE LA CASA DEL LAGO leer el libro pdf
  • Descargar FUERA ETIQUETAS LUCIA SERRANO Gratis - EPUB PDF y MOBI
  • epub descargar UN TRATO CON EL DIABLO
  • Descargar ENAMÓRATE DE TI Walter Riso Gratis - EPUB PDF y MOBI
  • Descargar PDF EPUB O PROFISSIONAL DO FUTURO
  • Descargar PDF TODAVÍA MÁS ALLÁ DE MIS CANCIONES
  • Descargar LA TERCERA GUERRA MUNDIAL YA ESTA AQUI CRISTINA MARTIN JIMENEZ Gratis - EPUB PDF y MOBI
  • PDF Kindle INDIGNO DE SER HUMANO NºM. 03 DE 3 descargar gratis
  • 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-27 21:54:05
Previous
PDF Kindle INDIGNO DE SER HUMANO NºM. 03 DE 3 descargar gratis
Next
Finds Pets by status
Built with