socagesishax
  1. pet
socagesishax
  • Start your Apidog journey
  • Spider-Gwen The Ghost-Spider Vol. 2 - Unraveled by Stephanie Phillips Paolo Villanelli Von Randal Mark Brooks on Audiobook New
  • Download PDF The Runner by Lloyd Devereux Richards
  • PDF EPUB Download Knight Owl by Christopher Denise Full Book
  • epub download Bi-directionality in Human-AI Collaborative Systems by Elsevier Science Ranjeev Mittu MS Donald Sofge PhD Marco Brambilla PhD
  • Online Read Ebook Some Like It Scot A Novel by Pepper Basham
  • Online Read Ebook Frostbite Part of the Orphan and Sage Saga by Amanda S. Burke
  • PDF EPUB Download A Girl Like Us A Novel by Anna Sophia McLoughlin Full Book
  • epub download Talinga by Margaret A Sinclair
  • Download PDF 15th International Munich Chassis Symposium 2024 Volume 3 steering.tech and chassis.tech by Peter E. Pfeffer
  • Read Pdf Crimson Keepsakes by M. A. Skallberg
  • PDF Fatal Error An Ali Reynolds Mystery by J. A. Jance
  • Read pdf No Domain The John McAfee Tapes by
  • Read Pdf I minnets labyrint by Ken Follett Sam J. Lundwall
  • download pdf Decoding the Chessboard of Asian Geopolitics Asian Powerplay in South Asia Central Asia and West Asia by Debasish Nandy Monojit Das
  • Anime Manga Digital Coloring Guide Choose the Colors That Bring Your Drawings to Life With Over 1000 Color Combinations by Teruko Sakurai on Ipad
  • PDF EPUB Download The Survivor Wants to Die at the End by Adam Silvera Full Book
  • DOWNLOAD PDF EPUB Navigating Landscapes of Dalcroze Practice Histories of Music and Movement by John Habron-James Johanna Laakkonen Selma Landen Odom
  • Read pdf Wonderland A Fantasy Role-Playing Setting by Andrew Kolb
  • Logos that Last How to Create Iconic Visual Branding by Allan Peters on Ipad
  • Pdf ePub The Hidden Dungeon Only I Can Enter Manga Vol. 10 by Meguru Seto Tomoyuki Hino Takehana Note download ebook
  • PDF Download Inside Passage A Corey Logan Thriller by Burt Weissbourd
  • download pdf Target Tehran How Israel Is Using Sabotage Cyberwarfare Assassination - and Secret Diplomacy - to Stop a Nuclear Iran and Create a New Middle East by Yonah Jer
  • PDF EPUB Download The Mastering Engineers Handbook 5th Edition by Bobby Owsinski Full Book
  • PDF Download The Treasure Hunt True Stories of Treasures Lost Stolen and Found by Leisa Stewart-Sharpe Gordy Wright
  • Online Read Ebook Amelia If Only by Becky Albertalli
  • 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 01:12:31
Previous
Online Read Ebook Amelia If Only by Becky Albertalli
Next
Finds Pets by status
Built with