dungonossugu
  1. pet
dungonossugu
  • Start your Apidog journey
  • PDF DOWNLOAD Vergeigt verkackt versemmelt Erinnerungen an die Gegenwart by Dietmar Wischmeyer on Iphone
  • Sharp Sports Betting by Stanford Wong on Iphone New Format
  • PDF EPUB Download Disenchantment Untold Tales Vol.3 by Matt Groening Full Book
  • download pdf Kiss of the Basilisk Deluxe Edition A Split or Swallow Novel by Lindsay Straube
  • Download Pdf Light Bringer by Pierce Brown
  • Read Pdf Bloodmarked by Tracy Deonn
  • pdf download Clive Cussler Desolation Code by Graham Brown
  • Read Pdf Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 4 by Tang Jiu Qing St
  • PDF EPUB Download The God You Need to Know Experience the Holy Spirits Power and Presence Today by Margaret Feinberg Full Book
  • PDF EPUB Download SHWD The Complete Yuri Collection by sono.N Full Book
  • PDF EPUB Download Caldo de pollo para el alma Gracias mama 101 historias de gratitud amor y buenos tiempos by Jack Canfield Mark Victor Hansen Wendy Walker Full Book
  • Read pdf How to Age Disgracefully A Novel by Clare Pooley
  • Pdf ePub Henri Cartier-Bresson The Decisive Moment by Henri Cartier-Bresson Cl ment Ch roux download ebook
  • Online Read Ebook Unconventional Love Anthology on the Expanse of Love by Effie Joe Stock Nathaniel Luscombe
  • PDF Download Venture Capital in Emerging Markets Lessons from Indonesias Digital Decade by Adrian Li Leighton Cosseboom
  • Read Pdf Kathleen Raine Classics and Consciousness by Jenny Messenger
  • Call of the Night Vol. 20 by Kotoyama on Audiobook New
  • PDF DOWNLOAD The Care and Keeping of You 1 The Body Book for Younger Girls by Valorie Schaefer on Iphone
  • Read pdf Redemption by Cassandra A. Brown
  • PDF DOWNLOAD Evie and Rhino by Neridah McMullin Astred Hicks on Iphone
  • PDF EPUB Download Learn WinUI 3 - Second Edition Leverage WinUI and the Windows App SDK to create modern Windows applications with C and XAML by Alvin Ashcraft Full Book
  • Intelligent Computing and Communication Techniques Proceedings of the International Conference on Intelligent Computing and Communication Techniques ICICCT 2024 New Delhi I
  • Online Read Ebook Eighteen A History of Britain in 18 Young Lives by Alice Loxton
  • PDF EPUB Download How to Save the Amazon A journalists fatal quest for answers by Dom Phillips Full Book
  • pdf download Como Dante pode salvar a sua vida A sabedoria transformadora do maior poema da História by Rod Dreher
  • PDF EPUB Download Hunting Adeline Te encontraré by H.D CARLTON Full Book
  • PDF Kindle The Age of AI And Our Human Future by Henry A Kissinger Eric Schmidt Daniel Huttenlocher
  • PDF EPUB Download The God You Need to Know Experience the Holy Spirits Power and Presence Today by Margaret Feinberg Full Book
  • pdf download Sword Art Online Alternative Clovers Regret Vol. 2 light novel by Soitiro Watase Ginta Stephen Paul
  • Download PDF No Dress No Idea by R. A. Stephens
  • 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:21:10
Previous
Find pet by ID
Next
Finds Pets by tags
Built with