veckozighuwh
  1. pet
veckozighuwh
  • Start your Apidog journey
  • DOWNLOAD PDF EPUB Export Credit Arrangements in Capital-Scarce Developing Countries by Benedict Oramah Richman Dzene
  • DOWNLOADS Forge of the High Mage Path to Ascendancy Book 4 A Novel of the Malazan Empire by Ian C. Esslemont
  • PDF Kindle Solo Leveling Comic Box Set Vol. 1-5 by Dubu Chugong
  • Pdf ePub The Sweetest Thing by Judith McNaught download ebook
  • download pdf Dreaming Japanese by Marty Friedman Jon Wiederhorn
  • PDF EPUB Download David Buschs Canon EOS R8 Guide to Digital Photography by David D. Busch Full Book
  • DOWNLOADS Pattern Breakers Why Some Start-Ups Change the Future by Mike Maples Jr Peter Ziebelman
  • The Only Constant A Guide to Embracing Change and Leading an Authentic Life by Najwa Zebian on Audiobook New
  • PDF October Snow by Elena Vantroy
  • Tadek and the Princess by Alexandra Rowland on Iphone New Format
  • Hollywood Vampires Johnny Depp Amber Heard and the Celebrity Exploitation Machine by Kelly Loudenberg Makiko Wholey on Audiobook New
  • DOWNLOADS Light Bringer by Pierce Brown
  • Read online Upside Down Cooking LAYER BAKE FLIP A Brand New Way to Cook in One Pan by Dominic Franks
  • PDF EPUB Download A Shipwreck in Fiji by Nilima Rao Full Book
  • download pdf Sweet or Bitter Love by Kon-ro
  • Download PDF Be Aware of That Nursing Home How We Got Here.and What to Know by Richard Danford
  • Download Pdf Little Shrew by Akiko Miyakoshi
  • download pdf Point of Contact by Melanie Hansen
  • epub download Nuestro lugar en el mundo by Inma Rubiales
  • PDF EPUB Download Praying with Our Feet Encountering God in the Margins by Ansel Augustine Full Book
  • PDF Kindle Gothic Modern From Edvard Munch to Käthe Kollwitz by Anna-Maria von Bonsdorff Juliet Simpson
  • epub download The Game Masters Book of Instant Towns and Cities 160 unique villages towns settlements and cities ready-on-demand plus random generators for NPCs side que
  • Read Pdf Positionalities of Translation Studies On the Situatedness of Translation Research by Garda Elsherif Joanna Sobesto
  • PDF Download Analyses for Retaining walls Slope Stability and Landslides Select Proceedings of 8th ICRAGEE 2024 by Rajib Sarkar B.K. Maheshwari Abhishek Kumar
  • DOWNLOADS Bee Products - Chemical and Biological Properties by José M. Alvarez-Suarez
  • 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-23 23:44:01
Previous
DOWNLOADS Bee Products - Chemical and Biological Properties by José M. Alvarez-Suarez
Next
Finds Pets by status
Built with