ofiwimazeghu
  1. pet
ofiwimazeghu
  • Start your Apidog journey
  • Download PDF Cuentos Del Atardecer by Marïa Teresa Mac Donnell
  • PDF EPUB Download Sonic the Hedgehog The IDW Collection Vol. 4 by Ian Flynn Evan Stanley Bracardi Curry Jack Lawrence Full Book
  • PDF Kindle Coming in Hot by Josie Juniper
  • PDF Kindle Endgame Inside the Royal Family and the Monarchys Fight for Survival by Omid Scobie
  • download pdf A Fire in the Flesh A Flesh and Fire Novel by Jennifer L. Armentrout
  • pdf download Una época de cambios los Derechos Civiles by Alicia Klepeis Laura Tolton Isabel C. Mendoza
  • Playwriting with Purpose A Guide and Workbook for Playwrights by Jacqueline Goldfinger on Ipad
  • download pdf Digital Human Modeling and Applications in Health Safety Ergonomics and Risk Management 16th International Conference DHM 2025 Held as Part of the 27th HCI
  • Read pdf I Abandoned My Engagement Because My Sister is a Tragic Heroine but Somehow I Became Entangled with a Righteous Prince Manga Vol. 3 by Fuyutsuki Koki Haduki Fut
  • PDF Download Obey Me The Comic Vol. 1 by Subaru Nitou NTT Solmare
  • Download PDF Peter Sutcliffe The Full Crimes of The Yorkshire Ripper by Chris Cook
  • Read Pdf The Circus of Satan by Jeffrey Konvitz
  • Out of Many One Writings on American Universalism by Peter Teague Seth Flaxman Ilyse Hogue on Ipad
  • Reckless by Lauren Roberts on Iphone New Format
  • Download Pdf Triumph Spitfire Restoration Manual by Larry Spouler
  • Download PDF Nine Month Contract by Amy Daws
  • PDF Download Entwined Essays on Polyamory and Creating Home by Alex Alberto
  • PDF Download The Compleat Angler A Graphic Adaptation by Gareth Brookes Izaak Walton
  • PDF EPUB Download The Game Boy Encyclopedia Every Game Released for the Nintendo Game Boy and Game Boy Color by Chris Scullion Full Book
  • epub download In the Heavenly Prison the Devil Enchants Me Vol. 1 by Meteor Gingami Andrew Hodgson
  • DOWNLOADS Plant High-Throughput Phenotyping and Functional Phenomics by Jen-Tsung Chen
  • Pdf ePub A Criada The Housemaid by Freida McFadden download ebook
  • The Shonen Jump Guide to Making Manga by Weekly Shonen Jump Editorial Department on Audiobook New
  • PDF EPUB Download Perras de reserva by Dahlia De la Cerda Full Book
  • PDF Download The Twice-Dead King Ruin by Nate Crowley
  • DOWNLOAD PDF EPUB The Seven Principles for Raising a Self-Driven Child A Workbook by William Stixrud PhD Ned Johnson
  • Markentools II - New Brand Sprint In 3 Stunden eine relevante Markenpositionierung entwickeln by Carsten Baumgarth Dirk-Mario Boltz on Audiobook New
  • PDF Kindle Soldier Sailor A Novel by Claire Kilroy
  • PDF Asphalt Core Embankment Dams by Kaare Høeg Weibiao Wang
  • download pdf The Abandoned Empress Vol. 9 comic by INA David Odell
  • 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-27 22:03:45
Previous
Find pet by ID
Next
Finds Pets by tags
Built with