etaqaqymaghy
  1. pet
etaqaqymaghy
  • Start your Apidog journey
  • Download Pdf The Republic Penguin Classics by Plato
  • Read Pdf Sinister MMM Romance by West Greene
  • Pdf ePub Diablo Horadric Vault - The Complete Collection by Matt Burns Robert Brooks Matthew J. Kirby Blizzard Entertainment download ebook
  • PDF My Solo Exchange Diary Vol. 1 The Sequel to My Lesbian Experience With Loneliness by Nagata Kabi
  • DOWNLOADS Everything You Need to Ace Biology in One Big Fat Notebook by Workman Publishing Matthew Brown
  • Download Pdf Blood and Qi Book 2 by Anthony Alves
  • Pdf ePub Hell Put to Shame The 1921 Murder Farm Massacre and the Horror of Americas Second Slavery by Earl Swift download ebook
  • PDF Kindle Wildfire Days A Woman a Hotshot Crew and the Burning American West by Kelly Ramsey
  • PDF EPUB Download A Readers Guide to Thomas Manns Doctor Faustus by Tobias Boes Full Book
  • pdf download Just Last Night A Novel by Mhairi McFarlane
  • pdf download Strategic Minilateralism and the Regional Security Architecture of the Indo-Pacific The Quad AUKUS and the Trilateral Strategic Dialogue by Thomas S. Wilkins
  • epub download Vehement by Rowdy Solomon
  • PDF EPUB Download The Demons Bargain by Katee Robert Full Book
  • PDF Kindle Becoming Caitlin Clark The Unknown Origin Story of a Modern Basketball Superstar by Howard Megdal Lisa Bluder
  • Read online Yelp Yeti Chaos in Kathmandu by Sneha Pradhan Promina Shrestha
  • Dengue Boy A Novel by Michel Nieva Rahul Bery on Ipad
  • PDF DOWNLOAD Vietnam Morning to Midnight A cookbook by Jerry Mai by Jerry Mai on Iphone
  • Pdf ePub Holmes of Kyoto Volume 16 by Mai Mochizuki Minna Lin download ebook
  • PDF DOWNLOAD No preguntes de dónde soy Dont Ask Me Where Im From by Jennifer De León on Iphone
  • Read Pdf American Colonial Ranger The Northern Colonies 1724-64 by Gary Zaboly
  • Online Read Ebook La balada de nunca jamás - Ed. Coleccionista The Ballad of Never After by Stephanie Garber
  • PDF EPUB Download El gato que cuidaba las bibliotecas The Cat Who Saved the Library by Sosuke Natsukawa Full Book
  • Exiting the Bluegrass Turnpike by Benjamin Silliman Erin Chandler on Audiobook New
  • pdf download Windows 11 for Seniors in easy steps Covers the Windows 11 2024 Update by Nick Vandome
  • PDF DOWNLOAD Blood Jade The Phoenix Hoard by Julia Vee Ken Bebelle on Iphone
  • 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 21:23:00
Previous
Finds Pets by status
Next
uploads an image
Built with