ojovedilakej
  1. pet
ojovedilakej
  • Start your Apidog journey
  • Download Pdf ATTITUDE Vision Change Learning Fear Boldness by Adam Ashton Adam Jones
  • Star Wars The High Republic The Lightsaber Collection by Daniel Wallace Lukasz Liszko Ryan Valle on Audiobook New
  • Download PDF Poets and Dreamers My Life in Americana Music by Tamara Saviano
  • PDF EPUB Download Throne of Light by Guy Haley Full Book
  • Read online What It Takes to Heal How Transforming Ourselves Can Change the World by Prentis Hemphill
  • DOWNLOADS La vegetariana The Vegetarian by Han Kang
  • DOWNLOADS The Interior Design Handbook Furnish Decorate and Style Your Space by Frida Ramstedt Mia Olofsson
  • PDF Download Pickles and Rufus Find a Home A Childrens Book About Two Feral Cats Journey from Abandoned to Adopted by Denise Abdale
  • epub download Mangal II Stories and Recipes by Ferhat and Sertac Dirik Action Bronson
  • PDF Download DC Finest Batman Year One Two by Various
  • PDF Download Night in the City A Novel by Michael McGarrity
  • epub download Yummy Little Belly Over 80 quick easy nutritious recipes to keep you and your little ones happy by Romina Bertinazzo
  • DOWNLOADS Civil War and Intrastate Armed Conflict Changing Dynamics in International Perspective by Karl DeRouen Jr. Edward Newman Paul Bellamy
  • Read pdf Goodbye to Boyhood A Collection of Stories by Spencer Thomas
  • PDF Kindle El psicoanalista en la mira The last patient by John Katzenbach
  • PDF EPUB Download Working Overtime by Bowcan Full Book
  • Pdf ePub Cuba An American History by Ada Ferrer download ebook
  • The Fine Art of Erections by Gruenholtz on Audiobook New
  • DOWNLOADS Worlds End Harem Fantasia Vol. 13 by Link Savan
  • Read pdf Erewoord Alex Cross by James Patterson Dennis Keesmaat
  • epub download Great Big Beautiful Life by Emily Henry
  • epub download Remnants of Filth Yuwu Novel Vol. 7 Special Edition by Rou Bao Bu Chi Rou St
  • PDF DOWNLOAD Gothic Modern From Edvard Munch to Käthe Kollwitz by Anna-Maria von Bonsdorff Juliet Simpson on Iphone
  • Download Pdf Microsoft 365 Office All-in-One For Dummies by Paul McFedries Peter Weverka
  • Online Read Ebook King of Dead Things by Nevin Holness
  • 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-23 22:33:15
Previous
Finds Pets by status
Next
uploads an image
Built with