ydanorakithu
  1. pet
ydanorakithu
  • Start your Apidog journey
  • PDF A Little Christmas Dream téléchargement
  • TÉLÉCHARGEMENTS Mémoires dun spéculateur
  • PDF From Self-Doubt to Self-Assurance A Step-by-Step Guide téléchargement
  • TÉLÉCHARGER PDF EPUB Lécole sous emprise
  • Lecture en ligne Ebook Personal Development Magazine - Volume Eleven - Personal Development Magazine 11
  • Lecture en ligne Ebook Libère les couleurs de la mer - Avec 1 pinceau magique à leau
  • téléchargement pdf Lady of Darkness
  • Télécharger Pdf Bel ami
  • Pdf ePub Bosss Plus-One Demand par Louise Fuller téléchargement ebook
  • Kindle The Love We Planned - under our star 5 téléchargement
  • TÉLÉCHARGER PDF EPUB Tant pis pour lamour. Ou comment jai survécu à un manipulateur
  • PDF Mes cloches à paillettes - 2 magnifiques cloches à décorer téléchargement
  • téléchargement epub Mes bracelets damitié - 20 bijoux à créer et à collectionner Coffret avec accessoires
  • téléchargement pdf Malcolm - Traduit de langlais écossais par Antoine Tabary
  • Télécharger PDF La couleur de ses yeux
  • TÉLÉCHARGEMENTS Goddess Energy Liberate the Divine Feminine in You Radiate Magnetic Confidence and Embrace Sexuality Self-Love and Sacred Healing by Awakening th
  • Lire en ligne Hans Arp and Sophie Taeuber-Arp
  • télécharger pdf Mémento Comptable
  • TÉLÉCHARGER PDF EPUB Golden Straw
  • Lecture en ligne Ebook The Titanium Mysteries Box Set - The Titanium Mysteries
  • Lecture en ligne Ebook Basic Information of Indian Stock Market in English Stock Market Guide English Share Market Book for Beginners
  • téléchargement pdf Celle qui reste
  • Pdf ePub Discover Paraguay A Travelers Guide to Hidden Gems and Vibrant Culture par Ruchini Kaushalya téléchargement ebook
  • TÉLÉCHARGER PDF EPUB Just a little crush
  • PDF Kindle Ouest Canadien et Ontario par Brendan Sainsbury John Lee Anna Kaminski Liza Prado
  • TÉLÉCHARGEMENTS Divine Economics Understanding Gods Blueprint for Prosperity - Divine Economics 1
  • Télécharger PDF Le nouvel esprit du capitalisme
  • PDF Kindle Les échos du destin par Hocine Alane
  • Télécharger Pdf Maya and Kenyas Journey of Feelings
  • Lire en ligne Crossing Lines - Gay Love in the Shadows of War
  • 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-31 22:24:01
Previous
Finds Pets by status
Next
uploads an image
Built with