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

Find pet by ID

GET
/pet/{petId}
Returns a single pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header 'api_key;'
Response Response Example
200 - Example 1
{
    "id": 100,
    "category": {
        "id": 101,
        "name": "dog"
    },
    "name": "Luna",
    "photoUrls": [
        "https://loremflickr.com/400/400?lock=2557291284045546",
        "https://loremflickr.com/400/400?lock=1603075073377479"
    ],
    "tags": [
        {
            "id": 15,
            "name": "Dalmatian"
        }
    ],
    "status": "available"
}

Request

Authorization
API Key
Add parameter in header
api_key
Example:
api_key: ********************
or
Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Modified at 2025-08-22 21:35:50
Previous
Read Pdf Imposible decir adiós We Do Not Part by Han Kang
Next
Finds Pets by status
Built with