juthishivyfy
  1. pet
juthishivyfy
  • Start your Apidog journey
  • pdf download Robotic Intelligent Assembly by Jing Xu Hao Su Rui Chen Zhimin Hou
  • Bad Girls A Novel by Camila Villada Kit Maude on Iphone New Format
  • Online Read Ebook Night of Power The Betrayal of the Middle East by Robert Fisk
  • Read online Four Eyes A Graphic Novel Four Eyes 1 by Rex Ogle Dave Valeza
  • PDF Kindle The Cure for Burnout How to Find Balance and Reclaim Your Life by Emily Ballesteros
  • Read online A History of East Asia From the Origins of Civilization to the Twenty-First Century by Charles Holcombe
  • PDF DOWNLOAD The Folded Sky by Elizabeth Bear on Iphone
  • Read Pdf RecipeTin Eats Dinner 150 Recipes for Fast Everyday Meals by Nagi Maehashi
  • Download Pdf Tangled Tales by Charlotte E English
  • PDF Download Field Guide to the Orchids of Europe and the Mediterranean by Rolf Kühn Henrik Ærenlund Pedersen Phillip Cribb
  • Happiness Forever A Novel by Adelaide Faith on Audiobook New
  • Read online Short Game Mitsuru Adachis Baseball Short Story Collection by Mitsuru Adachi
  • PDF EPUB Download A Telegram from Le Touquet by John Bude Full Book
  • DOWNLOADS A Crown So Silver by Lyra Selene
  • download pdf Uncommon Simple Principles for an Extraordinary Life by Mark Divine
  • Read pdf Lost in Taiwan A Graphic Novel by Mark Crilley
  • Theyre Going to Love You A Novel by Meg Howrey on Iphone New Format
  • DOWNLOAD PDF EPUB Dark Harvest by Orna OReilly
  • Read online First Test Graphic Novel A Graphic Novel by Tamora Pierce Becca Farrow
  • Inside Out by Demi Moore on Audiobook New
  • epub download The Art of Death Stranding by Titan Books
  • epub download The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris
  • PDF EPUB Download Warring Tides by Mk Ahearn Full Book
  • PDF EPUB Download Two Cheers for Anarchism Six Easy Pieces on Autonomy Dignity and Meaningful Work and Play by James C. Scott Tun Myint Full Book
  • Download PDF Algorithms of Betrayal by Deracine
  • 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-20 00:09:10
Previous
Download PDF Algorithms of Betrayal by Deracine
Next
Finds Pets by status
Built with