unkykofaduxi
  1. pet
unkykofaduxi
  • Start your Apidog journey
  • PDF DOWNLOAD Third Culture Cooking Classic Recipes for a New Generation by Zaynab Issa on Iphone
  • Fullgás Poesia reunida by Antonio Cicero Bloco Gráfico Noemi Jaffe on Iphone New Format
  • PDF EPUB Download Kirchenmusikpädagogik Grundlagen Handlungsfelder Perspektiven by Timm Siering Full Book
  • PDF Download Bearded Dragons by Jessica Lee Anderson David Kenny
  • Los caballeros las prefieren brutas Edición revisada y actualizada Gentlemen Prefer Them Dumb Revised and Updated Edition by Isabella Santo Domingo on Audiobook New
  • Online Read Ebook Mission Yozakura Family Vol. 17 by Hitsuji Gondaira
  • pdf download Learn AI-assisted Python Programming With GitHub Copilot and ChatGPT by Leo Porter Daniel Zingaro
  • download pdf Secrets of MicroPublishing For Those Who Aspire to Publish by Katie Isbester
  • Shatter Me Collectors Deluxe Limited Edition by Tahereh Mafi on Audiobook New
  • Blue Box Vol. 14 by Kouji Miura on Ipad
  • pdf download Tokyo Alien Bros. Vol. 1 by Keigo Shinzo
  • Download Pdf HBRs 10 Must Reads on Leading Winning Teams featuring by Harvard Business Review Tom Brady Frances X. Frei Marcus Buckingham Tsedal Neeley
  • PDF Download Miedoso Scaredy-cat by PABLO BERNASCONI
  • Ihmisversoja by Taru Kumara-Moisio on Audiobook New
  • PDF Wash It All Away 02 by Mitsuru Hattori
  • PDF Download Sunday by Olivier Schrauwen
  • DOWNLOADS Say Youll Remember Me by Abby Jimenez
  • Read online Kuleana A Story of Family Land and Legacy in Old Hawaii by Sara Kehaulani Goo
  • PDF Kindle Spilled Champagne by Rachel Ermutlu
  • pdf download Die perfekte Praktikantin Dr. Norden 164 - Arztroman by Patricia Vandenberg
  • PDF DOWNLOAD The Truth About Us A Call to Confront Bias Embrace Empathy and Build a More Inclusive World by Nona Lee on Iphone
  • Splicing Modern Ropes 2nd edition A Practical Handbook by Jan-Willem Polman on Iphone New Format
  • Read online To The Moon by Bo Huffman
  • PDF EPUB Download Starfinder RPG Ports of Call by Kate Baker Brian Bauman Jessica Catalan John Compton John Curtin Full Book
  • epub download Literacy Unlocked How to Implement the Science of Reading with Young Learners by Amie Burkholder
  • 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-27 00:43:15
Previous
Finds Pets by status
Next
uploads an image
Built with