yjokalothaqo
  1. pet
yjokalothaqo
  • Start your Apidog journey
  • Download Pdf Sweet Shadows by Tera Lynn Childs
  • DOWNLOADS Staying Married is the Hardest Part A Memoir of Passion Secrets and Sacrifice by Bonnie Comfort
  • Online Read Ebook En händelserik sommar by Sue Moorcroft Sara Hemmel
  • Read online New Perspectives on English Word Stress by Eiji Yamada Anne Przewozny Jean-Michel Fournier Nicolas Ballier
  • PDF EPUB Download V is for Venom Agatha Christies Chemicals of Death by Kathryn Harkup Full Book
  • Fiddling Is My Joy The Fiddle in African American Culture by Jacqueline Cogdell DjeDje on Ipad
  • Pdf ePub Between the Lines Concepts in Sound System Design and Alignment by Michael Lawrence download ebook
  • DOWNLOAD PDF EPUB Posthumanism Meets Surveillance Capitalism How to Delete the Manifest Image by Patrick Gamez
  • Burrows Badgers Second Edition A Skirmish Game of Anthropomorphic Animals by Michael Lovejoy Peter Johnston on Iphone New Format
  • epub download Gestalt Language Processing Supporting Autistic and Neurodivergent Children with Natural Language Acquisition by Alison Battye
  • Download Pdf Basic and Clinical Pharmacology 15e by Bertram G. Katzung Anthony J. Trevor
  • Read Pdf Marvel What If . . . Marc Spector Was Host to Venom A Moon Knight Venom Story by Mike Chen
  • DOWNLOAD PDF EPUB Someone Who Will Love You in All Your Damaged Glory Stories by Raphael Bob-Waksberg
  • Download Pdf Simone LaFray and the Bishop of Mumbai by S P OFarrell
  • PDF EPUB Download Delicious in Dungeon The Complete Box Set by Ryoko Kui Taylor Engel Full Book
  • Read online A New Approach to Dementia Examining Sensory and Perceptual Impairment by Andrea Tales Emma Richards Jan Kremlacek
  • Read online A Harvest of Hearts Deluxe Stenciled Edges by Andrea Eames
  • Read pdf Set My Heart on Fire A Novel by Izumi Suzuki Helen OHoran
  • epub download Jellyfish Have No Ears A Novel by Adèle Rosenfeld Jeffrey Zuckerman
  • Read pdf Dandelions Magic by Kai Parker
  • Read online The Mediators Toolkit Second Edition Formulating and Asking Questions for Successful Outcomes by Gerry OSullivan
  • Leonard Cohen A Novel by Jeffrey Lewis on Ipad
  • Download Pdf The Orrery by Bob Moulder
  • Julia Exklusiv Band 390 by Melanie Milburne Annie West Penny Jordan Karin Weiss Anike Pahl on Iphone New Format
  • PDF Vagabondo by Paul Freeman
  • 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

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
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"
    }
]
Modified at 2025-09-05 00:53:55
Previous
Finds Pets by status
Next
uploads an image
Built with