wyhufaknozop
  1. pet
wyhufaknozop
  • Start your Apidog journey
  • Pdf ePub Irreducible Consciousness Life Computers and Human Nature by Federico Faggin download ebook
  • Download Pdf Memories of A Hunters Moon by M Flagg
  • pdf download Amanecer Breaking Dawn by Stephenie Meyer
  • DOWNLOAD PDF EPUB The Hollywood Assistant by May Cobb
  • PDF Kindle Stories for Seafarers Boxed Set Three Unforgettable Tales from Above and Below the Waves by Jules Verne H. G. Wells Robert Louis Stevenson Jim Tierney
  • Pdf ePub The Big Fat High School Algebra 1 Workbook 400 Algebra 1 Practice Exercises by Workman Publishing download ebook
  • Read Pdf The Witches Wisdom Tarot Deluxe Keepsake Edition A 78-Card Deck and Guidebook by Phyllis Curott Danielle Barlow
  • Download PDF At First Smile by Melissa Whitney
  • Read Pdf The Diary of a Bad Bitch True Stories of Sensuality Self-Discovery and Spiritual Alchemy by Selene Ashï
  • Download PDF The Contested State by Matthew A Busch
  • Download Pdf Women and the Piano A History in 50 Lives by Susan Tomes
  • Grandmaster of Demonic Cultivation Mo Dao Zu Shi Manhua Vol. 1 by Mo Xiang Tong Xiu Luo Di Cheng Qiu on Ipad
  • Human-Centered Design Operation and Evaluation of Mobile Communications 6th International Conference MOBILE 2025 Held as Part of the 27th HCI International Conference HCI
  • DOWNLOADS An Archdemons Dilemma How to Love Your Elf Bride Volume 19 by Fuminori Teshima COMTA Hikoki
  • Read pdf The Shadow Monster by X R Balzan
  • Online Read Ebook Well Always Have Summer by Jenny Han
  • PDF EPUB Download CDC Yellow Book 2026 Health Information for International Travel by Eric Halsey Full Book
  • PDF Fifth Avenue Architecture and Society A History of Americas Street of Dreams Architecture and Society A History of Americas Street of Dreams by Mosette Broderick
  • pdf download Kill for Me Kill for You A Novel by Steve Cavanagh
  • Read pdf A Celebration of Anglo-Scottish Footballers Scotsmen Whove Lit Up English Football by David Stuart Robert Marshall
  • Music in the Human Experience An Introduction to Music Psychology by Donald A. Hodges Gary E. McPherson on Ipad
  • epub download Lost Stick by Anoosha Syed
  • Online Read Ebook Cranberry Birthday by Wende Devlin Harry Devlin
  • Pdf ePub Jogo by Octïvio Viana download ebook
  • DOWNLOADS Parkers Luftsprung mit dem Staatsfeind Butler Parker 325 - Kriminalroman by Günter Dönges
  • 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-09-02 00:03:55
Previous
Finds Pets by status
Next
uploads an image
Built with