butocypeghonk
  1. pet
butocypeghonk
  • Start your Apidog journey
  • Beach Reads and Deadly Deeds A Novel by Allison Brennan on Iphone New Format
  • epub download The Knights of Tayrealm Coloring Book by Alef Vernon
  • PDF EPUB Download The Royal Ranger The Ambush at Sorato by John Flanagan Full Book
  • Download Pdf Stephan Eicher by Sébastien Bataille Rodolphe Burger
  • PDF Kindle Treasure on Shell Island by Tolar Miles
  • DOWNLOAD PDF EPUB Keeper of the Light by Keira F Jacobs
  • Download Pdf The Secret House by Gregory Frost
  • DOWNLOAD PDF EPUB Unlocking the English Legal System by Tom Frost Rebecca Huxley-Binns Jacqueline Martin Shaneez Mithani
  • Read Pdf Cultural Heritage Tourism Leadership Perspectives on Human Dignity by Mark L. Pickel
  • DOWNLOAD PDF EPUB Cider with Rosie by Laurie Lee Simon Winchester
  • Read pdf The Grump Next Door Special Edition by Brighton Walsh
  • PDF Kindle Voices of Camptown Untold Stories From a Freedom Colony Cemetery by Charles Swenson Tina B. Henderson Ph.D. Robert R. Bubb Ph.D.
  • PDF Kindle Beyblade X Vol. 1 by Homura Kawamoto Hikaru Muno Posuka Demizu
  • Read online 2025 Deluxe Motor Carrier Road Atlas by RAND MCNALLY
  • Pdf ePub Foolish Puckboy by Eden Finley Saxon James download ebook
  • Latina Superheroes Volume 1 Jalisco Santa by Kayden Phoenix on Audiobook New
  • Download PDF Homebody by Theo Parish
  • PDF EPUB Download Partridge Island A Childhood Michigan Memoir by Sharon Wolbers -Pendola Michael Pendola Full Book
  • download pdf The Game Masters Book of Instant Towns and Cities 160 unique villages towns settlements and cities ready-on-demand plus random generators for NPCs side que
  • PDF EPUB Download Terms and Conditions by Lauren Asher Full Book
  • PDF Kindle My Friends A Novel by Fredrik Backman
  • epub download Phoenix Liberte Egalite Phoenix by Deck dArcy Laurent Brancowitz Thomas Mars Christian Mazzalai Laura Snapes
  • Pdf ePub Vatican Daughter A Novel by Joni Marie Iraci download ebook
  • PDF Kindle Stompbox 100 Pedals of the Worlds Greatest Guitarists by
  • Faith Moves Mountains by Morgan Crutcher on Iphone New Format
  • Online Read Ebook The First Night with the Duke Volume 6 by Hwang DoTol Teava MSG
  • Read pdf The Infinite and The Divine by Robert Rath
  • epub download Lush by Rochelle Dowden-Lord
  • Download PDF For Better or For Worse The Complete Library Vol. 9 by Lynn Johnston
  • Download Pdf Quantum Theory and Fuzzy Systems Traversing Uncertainty in Group Decision-Making and Social Networks Quantum and Fuzzy Approaches to Social Network Analysis and
  • 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-19 17:53:20
Previous
Download Pdf Quantum Theory and Fuzzy Systems Traversing Uncertainty in Group Decision-Making and Social Networks Quantum and Fuzzy Approaches to Social Network Analysis and
Next
Finds Pets by status
Built with