achatewhenke
  1. pet
achatewhenke
  • Start your Apidog journey
  • PDF Sweet or Bitter Love by Kon-ro
  • PDF DOWNLOAD Everything is Fine Volume One A WEBTOON Unscrolled Graphic Novel by Mike Birchall on Iphone
  • PDF Kindle Pink Heart Jam Vol. 2 by Shikke
  • Read online Exes Foes by Amanda Woody
  • Read pdf Chinas State Ideology and the Three Gorges Dam The Political Theodicy of Development by Yuen-ching Bellette Lee
  • epub download Escrito na neve by Thais Bergmann
  • Read online If You Dare by Harmony West
  • pdf download Hierarchies at Work Race World-Systems and Legal Distribution by Karen Engle Neville Hoad
  • Read pdf Superhabits The Universal System for a Successful Life by Andrew V. Abela
  • Pdf ePub Lady Maybe Revised 10th Anniversary Edition by Julie Klassen download ebook
  • Pdf ePub Park Avenue A Novel by Renée Ahdieh download ebook
  • DOWNLOADS Dinner for Vampires Life on a Cult TV Show While also in an Actual Cult by Bethany Joy Lenz
  • Read Pdf Omniscient Readers Viewpoint Vol. 7 by Sleepy-C UMI J. Torres Hye Young Im
  • Online Read Ebook The Ends of Things A Novel by Sandra Chwialkowska
  • Shaping a DesignedUp Organisation The Journey to Design Maturity by Emma Carter on Ipad
  • Read pdf Beautiful Solidarity Symbolic Impacts 2020 Racial Justice Uprisings by Eileen OBrien
  • download pdf Hephzibahs Healing Where Painful Circumstances Become Divine Conduits of Healing Restoration by Bonnie Walker
  • PDF Kindle This Is the Wizards Secret Weapon Vol. 1 light novel The Dawn Swordsman by Taro Hitsuji Kurone Mishima Genevieve Hill-Kaminishi
  • PDF EPUB Download Single Dating Engaged Married Navigating Life and Love in the Modern Age by Ben Stuart Full Book
  • Online Read Ebook M Son of the Century A Novel by Antonio Scurati Anne Milano Appel
  • Pdf ePub Case File Compendium Bing An Ben Novel Vol. 1 by Rou Bao Bu Chi Rou download ebook
  • Pdf ePub The Weimar Years Rise and Fall 1918-1933 by Frank McDonough download ebook
  • Training Mister Sakurada by Kaya Azuma on Ipad
  • Download PDF Impromusiktheater im Pflegeheim Eine musiktherapeutische Mixed-Methods Studie by Sungeun Kim
  • PDF My Sweet Orange Tree by Jose Mauro de Vasconcelos
  • 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-25 00:59:40
Previous
PDF My Sweet Orange Tree by Jose Mauro de Vasconcelos
Next
Finds Pets by status
Built with