funkaxabining
  1. pet
funkaxabining
  • Start your Apidog journey
  • Read online Absolute Green Lantern The Sinestro Corps War 2025 Edition by Geoff Johns Patrick Gleason Ethan Van Sciver Dave Gibbons
  • PDF DOWNLOAD Breaking Legacies by Zoe Reed Isabel Helbing on Iphone
  • Read online An Unexpected Everything - Special Edition by Carrie Ann Ryan
  • The Success PrinciplesTM 20th Anniversary Edition How to Get from Where You Are to Where You Want to Be by Jack Canfield Janet Switzer on Iphone New Format
  • Download PDF Till Summer Do Us Part by Meghan Quinn
  • DOWNLOAD PDF EPUB The Rust Programming Language 2nd Edition by Steve Klabnik Carol Nichols
  • pdf download If Jesus Came to My School by April Graney Yana Kozak
  • Read pdf The Idaten Deities Know Only Peace Vol. 6 by Amahara Coolkyousinnjya
  • PDF Download Teenage Mutant Ninja Turtles The Ultimate Visual History Revised and Expanded Edition by Andrew Farago Peter Laird Kevin Eastman
  • Download PDF Il buio non è per sempre by Claire Gleeson Maria Olivia Crosio
  • Download Pdf Strange Pictures A Novel by Uketsu Jim Rion
  • Read Pdf Handbook for Hard Times A monks guide to fearless living by Gelong Thubten
  • PDF Down to the Wire The Outlandish Tale of How I Quit Gambling to Win Big by Rich Galgano
  • Pdf ePub Lili Is Crying by Hïlïne Bessette Kate Briggs download ebook
  • PDF Mezze More than 50 recipes for dips salads other small plates to share by Ryland Peters Small
  • PDF DOWNLOAD Cursed Princess Club Volume Three A WEBTOON Unscrolled Graphic Novel by LambCat on Iphone
  • Download PDF Alice Chens Reality Check by Kara Loo Jennifer Young
  • Read pdf Peanuts Snoopy and the Red Baron by Charles M. Schulz
  • Read Pdf The Lords of Easy Money How the Federal Reserve Broke the American Economy by
  • PDF Download Fagin the Thief A Novel by Allison Epstein
  • PDF DOWNLOAD Slow Burn Summer A Novel by Josie Silver on Iphone
  • Read online 1984 by George Orwell
  • PDF Healthy My Way Real Food Real Flavor Real Good A Cookbook by My Nguyen
  • download pdf Atmosphere A Love Story by Taylor Jenkins Reid
  • Read Pdf Advancing the SDGs in Developing and Emerging Economies Volume I Sustainable Development Pathways Innovations Practices and Policies by Pardeep Singh Shikha Dag
  • Download PDF Taxation and Resentment Race Party and Class in American Tax Attitudes by Andrea Louise Campbell
  • download pdf The Marshals Mission by Anna Zogg
  • pdf download Dishonored - The Veiled Terror by Adam Christopher
  • DOWNLOADS The Old Breed... The Complete Story Revealed A Father A Son and How WWII in the Pacific Shaped Their Lives by W. Henry Sledge
  • The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris on Iphone New Format
  • 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-20 23:33:55
Previous
Finds Pets by status
Next
uploads an image
Built with