focholypytho
  1. pet
focholypytho
  • Start your Apidog journey
  • PDF Heavenly Tyrant Iron Widow Book 2 by Xiran Jay Zhao
  • Download PDF Glider Flying Handbook 2025 FAA-H-8083-13B by Federal Aviation Administration
  • Download Pdf Handbook Of Carbon Nanomaterials In 2 Volumes by Daniel A Heller Mijin Kim
  • PDF Kindle Darling in the Franxx Vol. 1-2 by Code000 Kentaro Yabuki
  • PDF EPUB Download Where Love Still Lingers Poetry Reflection and The Healing Power of Words by Athena Rayne Kostas Full Book
  • Read online To Smithereens by Rosalyn Drexler
  • pdf download Navigators of Dune by Brian Herbert Kevin J. Anderson
  • PDF S. El barco de Teseo by J.J. Abrams Doug Dorst
  • DOWNLOAD PDF EPUB 13 Hillcrest Drive by Gerald Petievich
  • DOWNLOAD PDF EPUB Park Avenue A Novel by Renée Ahdieh
  • Spinjitzu Brothers 2 The Lair of Tanabrax LEGO Ninjago by Tracey West on Audiobook New
  • DOWNLOAD PDF EPUB The Housemaids Secret by Freida McFadden
  • PDF DOWNLOAD Cleat Cute A Novel by Meryl Wilsner on Iphone
  • Read Pdf A Master of Djinn by P. Djèlí Clark
  • PDF Eleanor Park by Rainbow Rowell
  • PDF EPUB Download The Oxford Handbook of Biblical Monsters by Brandon R. Grafius John W. Morehead Full Book
  • PDF EPUB Download The Temple of Fortuna by Elodie Harper Full Book
  • Night in the City A Novel by Michael McGarrity on Audiobook New
  • PDF Kindle Empire of the Damned by Jay Kristoff
  • The Maids Secret A Maid Novel by Nita Prose on Ipad
  • DOWNLOADS Exhala Exhale by Gaby Vargas
  • PDF Kindle Chimera by Evangeline Hale
  • download pdf The Freak by Matt Lesniewski
  • Pdf ePub Los médicos de Auschwitz La historia de los ejecutores de la Solución Final by Bruno Halioua Amaya Bozal Chamorro download ebook
  • Online Read Ebook Cozy Cuties Coloring Book for Adults and Kids by Coco Wyo
  • Online Read Ebook Climbing Trees by Beverley Campbell
  • epub download Deciphering Good Omens Nice and Accurate Essays on the Novel and Television Series by Erin Giannini Amanda Taylor
  • Pdf ePub Language Teacher Emotion Regulation An Exploration in Japan by Sam Morris download ebook
  • 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-24 00:04:30
Previous
Find pet by ID
Next
Finds Pets by tags
Built with