whoxassongukn
  1. pet
whoxassongukn
  • Start your Apidog journey
  • PDF Download X Latin American Congress on Biomedical Engineering Proceedings of CLAIB 2024 October 2-5 2024 Panama City Panama Volume 1 Advances in Biosensing and Clini
  • PDF Kindle Immigrant Entrepreneurship Religion and Ethnicity Cases from Europe Africa and Asia by Clara Margaça Andreas Walmsley Helena Knörr
  • PDF EPUB Download Bullet Train A Novel by Kotaro Isaka Sam Malissa Full Book
  • Oracle of the Hekatean Path by Kenn Payne Christopher Butler on Ipad
  • Download Pdf The Art of Sam Yang by Sam Yang 3dtotal Publishing
  • pdf download A Tarnished Canvas by Anna Lee Huber
  • Download Pdf Leaving A Novel by Roxana Robinson
  • pdf download Central European Wars 1918-21 Revolutions and Border Wars in the Former Austro-Hungarian Empire by Philip Jowett Adam Hook
  • PDF EPUB Download Start Thinking Rich 21 Harsh Truths to Take You from Broke to Financial Freedom by Brad Klontz Adrian Brambila 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
  • Online Read Ebook Vivir en la luz. Yoga para la autorrealización Living in the Light Yoga for Self-realization by Deepak Chopra Sarah Platt-Finger
  • PDF DOWNLOAD In through the Side Door Fifty Years of Women in Interaction Design by Erin Malone Aynne Valencia on Iphone
  • Diez maneras de cargarte tu relación de pareja...y muchas soluciones para vivir felices juntos Ten Ways To Kill Your Relationship by PATRICIA RAMÍREZ Silvia Con
  • Download PDF Better Than the Movies by Lynn Painter
  • Messenger for the Dead by Matthew Fults on Iphone New Format
  • epub download Modern Cross-Cultural Management Understanding Diversity in Global Business by Adebowale Akande
  • PDF Kindle Purpose in the Pain by Angela Santana
  • PDF Ella Speaks French in Montreal A Bilingual Adventure by Lucie Angers Edgar Bridwell
  • DOWNLOAD PDF EPUB Safe and Sustainable Mobility by Design Safe Cities Vehicles Institutions and Human Rights by Geetam Tiwari Mathew Varghese Kavi Bhalla
  • DOWNLOAD PDF EPUB Would you like to know about God 10 pack by Tim Dowley Eira Reeves
  • PDF EPUB Download Assassin of Reality A Novel by Marina Dyachenko Full Book
  • DOWNLOAD PDF EPUB A Black Doe in the Anthropocene Poems by Artress Bethany White Barbara McCaskill
  • PDF Download Upside Down Cooking LAYER BAKE FLIP A Brand New Way to Cook in One Pan by Dominic Franks
  • PDF EPUB Download Fighting the Florida Shuffle The Inside Story of Corruption in the Drug Treatment Industry and How One Community Found the Solution by Dave Aronberg Davi
  • Pdf ePub Zoe de Las Cases Chez Moi Colouring Book A collection of beautiful rooms to colour in by Zoe de Las Cases 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 tags

Deprecated
GET
/pet/findByTags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/findByTags?tags'
Response Response Example
200 - Example 1
[
    {
        "id": 9638600,
        "category": {
            "id": -71616005,
            "name": "Wm Veum"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=6246723472646079",
            "https://loremflickr.com/400/400?lock=6335459515409878",
            "https://loremflickr.com/400/400?lock=6471337726788148"
        ],
        "tags": [
            {
                "id": -48080512,
                "name": "Misty Muller"
            }
        ],
        "status": "sold"
    },
    {
        "id": 76221140,
        "category": {
            "id": 83516395,
            "name": "Guadalupe Lindgren"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=5248707108342490",
            "https://loremflickr.com/400/400?lock=32052187736587"
        ],
        "tags": [
            {
                "id": 62605359,
                "name": "Clinton Schneider"
            },
            {
                "id": -93861836,
                "name": "Luis O'Conner Sr."
            },
            {
                "id": 35862133,
                "name": "Garry Ziemann"
            }
        ],
        "status": "available"
    },
    {
        "id": -37413887,
        "category": {
            "id": -91701265,
            "name": "Sophia Ankunding"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=1423305805589257"
        ],
        "tags": [
            {
                "id": -63678106,
                "name": "Angelina Beer"
            }
        ],
        "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-29 22:54:00
Previous
Finds Pets by status
Next
uploads an image
Built with