urisuckujeme
  1. pet
urisuckujeme
  • Start your Apidog journey
  • pdf download Handbook for the Recently Deceased by Rachael Reed
  • PDF Download What If You Fall for Me First by G.F. Miller
  • DOWNLOAD PDF EPUB The Artificial Intelligence Playbook Time-Saving Tools for Teachers that Make Learning More Engaging by Meghan Hargrave Douglas Fisher Nancy Frey
  • PDF EPUB Download Grandpa Grumps by Katrina Moore Xindi Yan Full Book
  • download pdf One of Us Is Lying Series Paperback Boxed Set One of Us Is Lying One of Us Is Next One of Us Is Back by Karen M. McManus
  • The Comet by Joe Todd-Stanton on Iphone New Format
  • epub download What It Takes to Heal How Transforming Ourselves Can Change the World by Prentis Hemphill
  • PDF Download Karens Ghost A Graphic Novel Baby-sitters Little Sister 11 by Ann M. Martin DK Yingst
  • epub download Cyberpunk 2077 The Complete Official Guide by Piggyback
  • DOWNLOAD PDF EPUB Abandoned Places A photographic exploration of more than 100 worlds we have left behind by Kieron Connolly
  • Download PDF Otter Carries On by Maya Tatsukawa
  • Online Read Ebook Dogs of War by Adrian Tchaikovsky
  • PDF EPUB Download Supernatural An Official Spooky Picture Book by Micol Ostow Christian Cornia Full Book
  • Pdf ePub Sons of the Arghandab Top Guns in the Devils Playground by Joseph J. Fontenot download ebook
  • Download PDF Prince of Glass Midnight by Linsey Miller
  • Pdf ePub Mapplethorpe von Gloeden by Robert Mapplethorpe Sergio Risaliti Wilhelm Von Gloeden download ebook
  • epub download Only Smoke by Juan José Millás Thomas Bunstead Daniel Hahn
  • PDF Download Kintsugi del alma La reconstrucción del corazón Kintsugi for the Soul The Re construction of the Heart by LESSLIE POLINESIA
  • PDF Download The Great Awakening Our Prophesized Transformation and the Attainment of Embodied Enlightenment by Mike Dooley Darryl Anka Sara Landon
  • Read online Yokai Tarot by Paolo Bertazzo Marga Biazzi
  • Read pdf The Beginners Guide to Procreate Everything You Need to Know to Master Digital Art by Roché Woodworth
  • You Me and Ulysses S. Grant A Farcical Biography by Brad Neely on Ipad
  • Read online Stop Lying to Yourself 101 Hard Truths to Help You Change Your Life by Simon Gilham
  • Read online Il miracolo by Lorenza Sabatino
  • download pdf Invaders of the Rokujouma Collectors Edition 12 Light Novel by Takehaya Poco Warnis
  • 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 22:33:16
Previous
download pdf Invaders of the Rokujouma Collectors Edition 12 Light Novel by Takehaya Poco Warnis
Next
Finds Pets by status
Built with