kevumocyrydy
  1. pet
kevumocyrydy
  • Start your Apidog journey
  • PDF EPUB Download A Cage of Crimson by K F Breene Full Book
  • Read pdf Virtus Draconis Precio en Sangre by Edi ïlvarez Mel Gïmez Jorge Ortiz
  • PDF DOWNLOAD Metal Gear Solid 2 The Novel Sons of Liberty by Raymond Benson on Iphone
  • Download Pdf Crimeucopia - A Load Of Balls by Authors Various
  • The Green Witchs Guide to Herbal Magick A Handbook of Green Hearthcraft and Plant-Based Spellcraft by Annabel Margaret on Iphone New Format
  • El hijo del tiempo El descubrimiento de las brujas 4 by Deborah Harkness on Ipad
  • PDF DOWNLOAD Twice as Dead by Harry Turtledove on Iphone
  • DOWNLOAD PDF EPUB Ghosts of a Holy War The 1929 Massacre in Palestine That Ignited the Arab-Israeli Conflict by Yardena Schwartz
  • PDF Knife Drop Creative Recipes Anyone Can Cook by Nick DiGiovanni Gordon Ramsay
  • Pdf ePub Murdle Volume 1 100 Elementary to Impossible Mysteries to Solve Using Logic Skill and the Power of Deduction by G. T. Karber download ebook
  • PDF Kindle Coming in Hot by Josie Juniper
  • PDF DOWNLOAD She and Her Cat Stories by Makoto Shinkai Naruki Nagakawa Ginny Tapley Takemori on Iphone
  • Passions in Death An Eve Dallas Novel by J. D. Robb on Ipad
  • Innkeeper Chronicles Volume 2 Clean Sweep The Graphic Novel by Ilona Andrews ChrossxXxRodes Shinju Ageha on Ipad
  • epub download Cryptography by Panos Louridas
  • download pdf Éramos desconocidos Before We Were Strangers by Renée Carlino
  • A Marvelous Murder by David S Pederson on Iphone New Format
  • PDF Sonic the Hedgehog 3 The Official Movie Novelization by Kiel Phegley
  • PDF Kindle Fourth Wing by Rebecca Yarros
  • PDF DOWNLOAD Silverleaf Rapids by Jodi Thomas on Iphone
  • Pdf ePub Make a Killing A Billie Levine Mystery by Kimberly G. Giarratano download ebook
  • Formelsammlung Wirtschaftsstatistik Wissen kompakt für Studierende und Praktiker by Franz W. Peren on Iphone New Format
  • PDF Download The Nest by Cynthia DAprix Sweeney
  • epub download Someone Knows A Novel by Vi Keeland
  • DOWNLOADS Deeper Mindfulness The New Way to Rediscover Calm in a Chaotic World by Mark Williams Danny Penman
  • DOWNLOADS Drawing the Female Figure A Guide for Manga Hentai and Comic Book Artists by
  • Download Pdf Arrons Halloween Adventure by Arjun Nagappan
  • The Search for Modern China by Jonathan D. Spence Janet Chen on Iphone New Format
  • Dove cadono le comete by Vito di Battista on Iphone New Format
  • Read Pdf Imposible decir adiós We Do Not Part by Han Kang
  • 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 21:35:50
Previous
Finds Pets by status
Next
uploads an image
Built with