yvenkivawugh
  1. pet
yvenkivawugh
  • Start your Apidog journey
  • Download PDF Murdle Jr. Curious Crimes for Curious Minds Solve Your Way Through 40 Puzzle Mysteries by G. T. Karber
  • Lignin-Degrading Enzymes by Tim Bugg Juan Carro Aramburu on Audiobook New
  • PDF Kindle A Very Private School A Memoir by Charles Spencer
  • Life Must Go On The Remarkable Story of Sol Lurie the Kovno Ghetto and the Tragic Fate of Lithuanias Jews by Bea Lurie on Ipad
  • Online Read Ebook Dear to Me by Wanda E. Brunstetter
  • Online Read Ebook Sonny Boy A Memoir by Al Pacino
  • Read Pdf Remembering Communion Three Components of Remembering Christ to Deepen the Expression of Communion by P.J. Allan
  • download pdf Un segreto custodito by Rachel Amphlett
  • Ghost Town Living Mining for Purpose and Chasing Dreams at the Edge of Death Valley by Brent Underwood on Iphone New Format
  • pdf download Writing in the Dark by Tim Waggoner
  • PDF Download Confessions of a Junior Spy by Rosaria Munda
  • PDF Byzantine and Renaissance Philosophy A History of Philosophy Without Any Gaps Volume 6 by Peter Adamson
  • Temple of Swoon Roman - Ich liebe dieses Buch von der Queen der Abenteuer-RomComs so sehr. Ali Hazelwood - by Jo Segura Maike Hallmann on Audiobook New
  • DOWNLOADS Self-Portrait in the Studio by Giorgio Agamben Kevin Attell
  • PDF Download The Game Masters Book of Legendary Locations 150 mythic sites fables ruins cursed temples and forgotten lairs plus dozens of random tables BBEGs factions
  • The Secret Despair of the Secular Left Our Fraying Connections with Our Communities Our Bodies and the Earth by Ana Levy-Lyons on Audiobook New
  • PDF Download Glider Flying Handbook 2025 FAA-H-8083-13B by Federal Aviation Administration
  • Download Pdf Kuleana A Story of Family Land and Legacy in Old Hawaii by Sara Kehaulani Goo
  • epub download CompTIA Server Study Guide Exam SK0-005 by Troy McMillan
  • Pdf ePub Quando i fiori avranno tempo per me by Sara Gambazza download ebook
  • PDF EPUB Download Mistakes Were Made A Novel by Meryl Wilsner Full Book
  • PDF Download Rest Stop by Nat Cassidy
  • Download PDF Manifest in Action Unlock Your Limitless Potential by Roxie Nafousi
  • Read pdf Sing Me Home to Carolina A Novel by Joy Callaway
  • The Art of Architectural Grafting by Jeanne Gang on Iphone New Format
  • DOWNLOADS Socio-Legal Trajectories Across Europe Comparative Perspectives by Christian Boulanger Rosemary Hunter Naomi Creutzfeldt David Nelken Jennifer Hendry
  • 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 23:54:20
Previous
Finds Pets by status
Next
uploads an image
Built with