butocypeghonk
  1. pet
butocypeghonk
  • Start your Apidog journey
  • Beach Reads and Deadly Deeds A Novel by Allison Brennan on Iphone New Format
  • epub download The Knights of Tayrealm Coloring Book by Alef Vernon
  • PDF EPUB Download The Royal Ranger The Ambush at Sorato by John Flanagan Full Book
  • Download Pdf Stephan Eicher by Sébastien Bataille Rodolphe Burger
  • PDF Kindle Treasure on Shell Island by Tolar Miles
  • DOWNLOAD PDF EPUB Keeper of the Light by Keira F Jacobs
  • Download Pdf The Secret House by Gregory Frost
  • DOWNLOAD PDF EPUB Unlocking the English Legal System by Tom Frost Rebecca Huxley-Binns Jacqueline Martin Shaneez Mithani
  • Read Pdf Cultural Heritage Tourism Leadership Perspectives on Human Dignity by Mark L. Pickel
  • DOWNLOAD PDF EPUB Cider with Rosie by Laurie Lee Simon Winchester
  • Read pdf The Grump Next Door Special Edition by Brighton Walsh
  • PDF Kindle Voices of Camptown Untold Stories From a Freedom Colony Cemetery by Charles Swenson Tina B. Henderson Ph.D. Robert R. Bubb Ph.D.
  • PDF Kindle Beyblade X Vol. 1 by Homura Kawamoto Hikaru Muno Posuka Demizu
  • Read online 2025 Deluxe Motor Carrier Road Atlas by RAND MCNALLY
  • Pdf ePub Foolish Puckboy by Eden Finley Saxon James download ebook
  • Latina Superheroes Volume 1 Jalisco Santa by Kayden Phoenix on Audiobook New
  • Download PDF Homebody by Theo Parish
  • PDF EPUB Download Partridge Island A Childhood Michigan Memoir by Sharon Wolbers -Pendola Michael Pendola Full Book
  • download pdf The Game Masters Book of Instant Towns and Cities 160 unique villages towns settlements and cities ready-on-demand plus random generators for NPCs side que
  • PDF EPUB Download Terms and Conditions by Lauren Asher Full Book
  • PDF Kindle My Friends A Novel by Fredrik Backman
  • epub download Phoenix Liberte Egalite Phoenix by Deck dArcy Laurent Brancowitz Thomas Mars Christian Mazzalai Laura Snapes
  • Pdf ePub Vatican Daughter A Novel by Joni Marie Iraci download ebook
  • PDF Kindle Stompbox 100 Pedals of the Worlds Greatest Guitarists by
  • Faith Moves Mountains by Morgan Crutcher on Iphone New Format
  • Online Read Ebook The First Night with the Duke Volume 6 by Hwang DoTol Teava MSG
  • Read pdf The Infinite and The Divine by Robert Rath
  • epub download Lush by Rochelle Dowden-Lord
  • Download PDF For Better or For Worse The Complete Library Vol. 9 by Lynn Johnston
  • Download Pdf Quantum Theory and Fuzzy Systems Traversing Uncertainty in Group Decision-Making and Social Networks Quantum and Fuzzy Approaches to Social Network Analysis and
  • 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-19 17:53:20
Previous
Find pet by ID
Next
Finds Pets by tags
Built with