omyboknifeze
  1. pet
omyboknifeze
  • Start your Apidog journey
  • epub download Pivot Your Way to Health by Yolanda Moore
  • DOWNLOAD PDF EPUB USMLE Step 1 Qbook by Kaplan Medical
  • PDF DOWNLOAD Cruel Seduction Dark Olympus 5 by Katee Robert on Iphone
  • Download PDF Murdle Jr. Curious Crimes for Curious Minds Solve Your Way Through 40 Puzzle Mysteries by G. T. Karber
  • Writing Mr. Right A Novel by Alina Khawaja on Iphone New Format
  • DOWNLOADS Street Fighter Origins Sagat by Chris Sarracini Matt Moylan Joe Ng
  • Read online Jack Rabbit The Hunt for Jack Reacher Series by Diane Capri
  • An Instruction in Shadow by Benedict Jacka on Ipad
  • PDF Download BL First Crush Anthology Five Seconds Before We Fall in Love by Kaori Tsurutani Mito Ken Homerun Azusa Banjo Various
  • DOWNLOADS Aska by Fredrik Berselius
  • download pdf An Heiresss Guide to Death and Diamonds by Kristen Bird
  • Read Pdf No. 4 Imperial Lane A Novel by Jonathan Weisman
  • download pdf Keeping It In The Family by Kevin P Regan
  • Read Pdf Catholic Girl by Andrea Modica
  • PDF Kindle The Business of Construction Contracting Schleifers Guide to Financial Success by Thomas C. Schleifer
  • Online Read Ebook The Beauty of Horror Haunted Holidays Coloring Book by Alan Robert
  • PDF The Bloomsbury Handbook of Religion Gender and Sexuality in the Ancient Near East by Shawna Dolansky Sarah Shectman
  • Online Read Ebook Monstrilio by Gerardo Sámano Córdova
  • Read Pdf Animals by Geoff Ryman
  • Download Pdf Handbook Of Carbon Nanomaterials In 2 Volumes by Daniel A Heller Mijin Kim
  • Foreclosure Gothic by Harris Lahti on Ipad
  • PDF Circular Motion by Alex Foster
  • PDF EPUB Download It Was Always You Marie by James Michael Full Book
  • Download Pdf The Fate Factor by Lauren H Mae
  • PDF EPUB Download All Woven With Ivy by Thea Hawthorne Full Book
  • 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-22 21:53:20
Previous
PDF EPUB Download All Woven With Ivy by Thea Hawthorne Full Book
Next
Finds Pets by status
Built with