joriwhefariv
  1. pet
joriwhefariv
  • Start your Apidog journey
  • epub descargar INTELIGENCIA METABÓLICA
  • PDF LA MARAVILLOSA TIENDA DE SEÚL descargar gratis
  • EL HOMBRE MÁS RICO DE BABILONIA ePub gratis
  • epub descargar LA BALLENA VARADA
  • ePub LA PASION TURCA descargar gratis
  • ePub MACANAZ Y ALDECOA descargar gratis
  • PIRAGÜISMO leer pdf
  • pdf descargar CERAMICAS ZIRCONIO Y CAD CAM
  • EN EL VALLE leer epub Paolo Cognetti
  • Descargar ebook LA JOVEN DE LAS NARANJAS Descarga Libros Gratis PDF - EPUB
  • LA MALDICIÓN DEL AMOR VERDADERO leer epub STEPHANIE GARBER
  • epub descargar TRACK 1. GHOST
  • HISTORIONES DE LA HISTORIA leer epub gratis
  • PDF DICK O LA TRISTEZA DEL SEXO descargar gratis
  • pdf descargar GENERACIÓN DOPAMINA
  • Descargar PDF CODIGOS DE ACTIVACION PLEYADIANOS
  • Descargar PDF EPUB EL ESPAÑOL QUE ENAMORÓ AL MUNDO
  • LA MALDICION DEL TITAN NOVELA GRAFICA PERCY JACKSON Y LOS DIOSES DEL OLIMPO III leer el libro pdf
  • ePub CONTÉMPLAME descargar gratis
  • ePub CUANDO DESPIERTEN LAS FLORES descargar gratis
  • PDF CUENTOS VERDADEROS descargar gratis
  • Pdf ePub Mobi VIRGO TODO LO QUE ODIAS DE TU SIGNO Y TODAVÍA NO SABES - ESTUDIO PE S.A.C. descargar ebook gratis
  • EL REY OSCURO BELLA OSCURIDAD 2 leer el libro
  • Descargar pdf CONTRA EL PROGRESO
  • PACK LA REVOLUCIÓN DE LA GLUCOSA leer epub gratis
  • EL ESPLENDOR Agustín Martínez ePub gratis
  • Descargar ebook PLANIFICA TU ÉXITO CON UNA MENTE EXTENDIDA Descarga Libros Gratis PDF - EPUB
  • epub descargar NO HAY NIÑOS DIFÍCILES
  • MONOPATINS -SKATERS- leer epub gratis
  • LA OFERTA FINAL leer el libro pdf
  • 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

Finds Pets by status

GET
/pet/findByStatus
Multiple status values can be provided with comma separated strings
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/findByStatus?status'
Response Response Example
200 - Example 1
[
    {
        "id": 72988218,
        "category": {
            "id": 49264852,
            "name": "Holly Smitham"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=8089233623717920",
            "https://loremflickr.com/400/400?lock=5410339392613092",
            "https://loremflickr.com/400/400?lock=7220008450180245"
        ],
        "tags": [
            {
                "id": -97298132,
                "name": "Minnie Morissette"
            },
            {
                "id": -12693806,
                "name": "Ross Ryan"
            }
        ],
        "status": "pending"
    }
]

Request

Authorization
OAuth 2.0
Implicit
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://petstore.swagger.io/oauth/authorize
Scopes:
read:pets-read your pets
write:pets-modify pets in your account
or
Query Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
Modified at 2025-08-21 22:34:35
Previous
Find pet by ID
Next
Finds Pets by tags
Built with