ankalimivekn
  1. pet
ankalimivekn
  • Start your Apidog journey
  • PDF EPUB Download Totgebabbelt Kriminalroman by Harald Schneider Full Book
  • Read Pdf Five Oaks A Novel by Julie Hensley
  • Read Pdf The Haunted Wood A History of Childhood Reading by Sam Leith
  • PDF Kindle Seven Ghosts by Chris Priestley
  • Fifteen Wild Decembers by Karen Powell on Iphone New Format
  • Read pdf Making the Afterlife Connection The Journey from Doubt to Knowing That Death Is Not the End by Suzanne Giesemann
  • DOWNLOAD PDF EPUB Knave of Diamonds A novel of suspense featuring Mary Russell and Sherlock Holmes by Laurie R. King
  • PDF DOWNLOAD Yes Its Your Fault by Richie Mensah on Iphone
  • DOWNLOAD PDF EPUB Pediatric Gastrointestinal and Liver Disease by Robert Wyllie MD Jeffrey S. Hyams MD Marsha Kay MD
  • Read pdf Nightmore - Das gruseligste Internat der Welt Band 1 - Plötzlich Werwolf Willkommen an der Nightmore Academy - Neue superwitzig und spannend erzählte Erst
  • Online Read Ebook Miles Eyes by Sadie Zawisza
  • Constrained Nonlinear Control Performance and Robustness by Ruihang Ji Shuzhi Sam Ge Dongyu Li on Ipad
  • DOWNLOAD PDF EPUB The Grand Hotel of Feelings by Lidia Brankovic
  • Download PDF The Blue Maiden by Anna Noyes
  • If Jesus Came to My School by April Graney Yana Kozak on Audiobook New
  • PDF Kindle Next To Heaven A Novel by James Frey
  • You Deserve to Know by Aggie Blum Thompson on Iphone New Format
  • PDF The Monocle Travel Guide to London Updated Version by Monocle
  • DOWNLOAD PDF EPUB Strange Academy Omnibus Humberto Ramos Cover by Skottie Young Humberto Ramos
  • PDF Kindle Beneath the Trees Where Nobody Sees by Patrick Horvath
  • Download PDF Online Sexual Crimes Offenders and Victims Theory Research and Practice by Sarah Paquette Julien Chopin Francis Fortin
  • DOWNLOAD PDF EPUB Blessed Carlo Acutis A Saint in Sneakers by Courtney Mares
  • Devils Like Us by L.T. Thompson on Ipad
  • Pdf ePub Heavenly Tyrant Iron Widow Book 2 by Xiran Jay Zhao download ebook
  • PDF DOWNLOAD The Coworker by Freida McFadden on Iphone
  • Get Better at Anything 12 Maxims for Mastery by Scott H. Young on Ipad
  • DOWNLOAD PDF EPUB USMLE Step 1 Qbook by Kaplan Medical
  • PDF Kindle Impromusiktheater im Pflegeheim Eine musiktherapeutische Mixed-Methods Studie by Sungeun Kim
  • Download PDF Far Bright Star by Robert Olmstead
  • Download PDF Wonder Woman Vol. 1 Outlaw by Tom King Daniel Sampere
  • 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:43:50
Previous
Download PDF Wonder Woman Vol. 1 Outlaw by Tom King Daniel Sampere
Next
Finds Pets by status
Built with