haleshihopyng
  1. pet
haleshihopyng
  • Start your Apidog journey
  • Online Read Ebook Talvez agora by Colleen Hoover Priscila Catão
  • PDF Download National Geographic Kids Sharks Im Ready to Read Sound Book by PI Kids Brie McClellan
  • Read online I Kept Pressing the 100-Million-Year Button and Came Out on Top Vol. 10 light novel by Syuichi Tsukishima Mokyu Luke Hutton
  • Shout Loud My Heart by Youga Rayri on Audiobook New
  • Murder Takes a Vacation A Novel by Laura Lippman on Iphone New Format
  • DOWNLOAD PDF EPUB I Am Rome A Novel of Julius Caesar by Santiago Posteguillo
  • Download PDF 30 Sunsets para enamorarte Thirty Sunsets to Fall in Love by Mercedes Ron
  • PDF EPUB Download What I Couldnt Tell My Therapist The Truths We Told to Heal Our Lives by Michelle M. May Full Book
  • pdf download Street Fighter Origins Sagat by Chris Sarracini Matt Moylan Joe Ng
  • PDF Download DC Finest Catwoman Vengeance and Vindication by Doug Moench Chuck Dixon Jo Duffy Jim Balent
  • Nintendo and Illumination present The Super Mario Bros. Movie Official Storybook by Michael Moccio Random House on Audiobook New
  • Pdf ePub Voice Silence and Gender in South Africas Anti-Apartheid Struggle The Shadow of a Young Woman by Rachel E. Johnson download ebook
  • DOWNLOADS Henri Cartier-Bresson The Decisive Moment by Henri Cartier-Bresson Cl ment Ch roux
  • Read online Psilocybin Mushrooms in Their Natural Habitats A Guide to the History Identification and Use of Psychoactive Fungi by Paul Stamets
  • epub download Bluey Colortivity My First Painting by Editors of Studio Fun International
  • epub download Haunting Adeline Nunca te dejaré edición en español by H. D. Carlton
  • PDF EPUB Download The Gone World by Tom Sweterlitsch Full Book
  • DOWNLOAD PDF EPUB Shapes Geometric Forms in Graphic Design by Shaoqiang Wang
  • DOWNLOADS Capitalist Manifesto by Robert T. Kiyosaki
  • Online Read Ebook The Exorcist 40th Anniversary Edition by William Peter Blatty
  • PDF DOWNLOAD Star Wars Trials of the Jedi The High Republic by Charles Soule on Iphone
  • The Crash by Freida McFadden on Audiobook New
  • Pdf ePub Cherry Blossoms After Winter Volume 2 by Bamwoo download ebook
  • Flight Test 101 by Amanda M Thrasher on Ipad
  • Download Pdf DARK MOON THE BLOOD ALTAR Vol. 1 comic by HYBE ENHYPEN Chana Conley
  • PDF The Restless Wave A Novel of the United States Navy by James Stavridis USN
  • pdf download The Old Breed... The Complete Story Revealed A Father A Son and How WWII in the Pacific Shaped Their Lives by W. Henry Sledge
  • PDF Kindle The Disputed Austro-Hungarian Border Agendas Actors and Practices in Western Hungary Burgenland after World War I by Hannes Grandits Ibolya Murber Katharina Ty
  • The Reprise of the Spear Hero Volume 10 The Manga Companion by Aneko Yusagi on Ipad
  • The Smart Life Revolution Embracing AI and IoT in Society by Connie Tee Thian Song Ong Md Shohel Sayeed on Audiobook New
  • 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-22 00:16:05
Previous
Finds Pets by status
Next
uploads an image
Built with