yxytunuxucki
  1. pet
yxytunuxucki
  • Start your Apidog journey
  • Online Read Ebook Soul Tending Leadership for Strategic Human Flourishing by Virgil Tanner
  • Read Pdf Loving Spirits at the Vintage Teashop A heart-warming cosy romantic novel with a magical twist by Sharon Booth by Sharon Booth
  • Read pdf The World Under Capitalism Observations on Economics Politics History and Culture by Branko Milanovic
  • PDF Download Soziale Digitalisierung Perspektiven zu den Schnittstellen von Technik und Gesellschaft by Michael Opielka Christian Erfurth
  • PDF Divine Rivals A Novel by Rebecca Ross
  • download pdf We Programmers A Chronicle of Coders from Ada to AI by Robert Martin
  • download pdf Dessert Course Lessons in the Whys and Hows of Baking by Benjamin Delwiche
  • Read Pdf Kids Backyard Safari Red Foxes Explore Their World and Learn Fun Facts by Nicole Orr
  • Leonard Cohen A Novel by Jeffrey Lewis on Audiobook New
  • Chronicles of an Aristocrat Reborn in Another World Manga Vol. 8 by Yashu Nini Mo on Iphone New Format
  • Tales of the Zodiac A Poetic Journey Through the Cosmos by Malika Semper on Ipad
  • Simone LaFray and the Bishop of Mumbai by S P OFarrell on Ipad
  • PDF Download El enigma de la habitación 622 The Enigma in Room 622 by Joel Dicker
  • PDF EPUB Download The Hidden World of the Legal Aid Lawyer Upholding the Heart of Justice by Emma Cooke Full Book
  • Read pdf Loteria by Mario Alberto Zambrano
  • Download Pdf The Miracle Life of Edgar Mint A Novel by Brady Udall
  • Just Last Night A Novel by Mhairi McFarlane on Iphone New Format
  • Read pdf Visionaries Rebels and Machines The story of humanitys extraordinary journey from electrification to cloudification by Jamie Dobson
  • Online Read Ebook Heaven A Novel by Mieko Kawakami Sam Bett David Boyd
  • pdf download Como arruinar um casamento - Um livro sobre recomeços e amizades improváveis vencedor do prêmio Goodreads by Alison Espach Laura Folgueira
  • Download PDF Job Hunting for the 21st Century A Comprehensive Guide for the Modern PhD by Tina Persson
  • PDF EPUB Download Cambridge International AS and A Level Chemistry Revision Guide by Judith Potter Peter Cann Full Book
  • PDF EPUB Download The Rebel Diet Feed Your Appetite and Lose Weight with 100 Defiantly Delicious Recipes by Benji Xavier Full Book
  • PDF EPUB Download Chainsaw Man Vol. 14 by Tatsuki Fujimoto Full Book
  • PDF Download Haibaras Teenage New Game Volume 8 by Kazuki Amamiya Gin Esther Sun
  • 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-09-05 01:44:40
Previous
PDF Download Haibaras Teenage New Game Volume 8 by Kazuki Amamiya Gin Esther Sun
Next
Finds Pets by status
Built with