usickytoleqy
  1. pet
usickytoleqy
  • Start your Apidog journey
  • Read online Welcome to Metropolis The Prequel Junior Novel Superman by David Lewman
  • PDF EPUB Download Grit and Grace How the Pursuit of Mental Toughness and Emotional Intelligence Changes Everything by Jeff D Standridge Full Book
  • No perdones corazón Obras de amor filosofía y muerte by Alfonsina Stormi on Audiobook New
  • Read online Work and Industrial Relations Policy in Australia by Bradon Ellem Chris F. Wright Stephen Clibborn Rae Cooper Frances Flanagan
  • PDF EPUB Download Joan Didion Memoirs Later Writings LOA 386 Political Fictions Fixed Ideas Where I Was From The Year of Magical Thinking memoir play Blue Nights
  • pdf download The Art of Mac Malware Volume 2 Detecting Malicious Software by Patrick Wardle
  • Art Masters Vincent Van Gogh by Susie Hodge on Audiobook New
  • The Happy Endings Cookbook Desserts that dreams are made of by Terri Mercieca on Audiobook New
  • Theodoros by Mircea Cartarescu on Iphone New Format
  • PDF EPUB Download The Buffalo Are Back by Jean Craighead George Wendell Minor Full Book
  • PDF EPUB Download Por qué no eres feliz by Loretta Graziano Breuning Full Book
  • DOWNLOAD PDF EPUB Making Community Schools a Reality Harnessing Your Power as a School Leader through Collaboration by Emily L. Woods
  • Download PDF Theodoros by Mircea Cartarescu
  • Pdf ePub Any Way the Wind Blows by Rainbow Rowell download ebook
  • Online Read Ebook Before the Tutorial Starts A Few Things I Can Do to Keep the Bosses Alive Vol. 1 by Kotatsu Takahashi Kakao Lanthanum Phil Charbonneau
  • PDF EPUB Download Marrying the Major Unsuitable Matches 2 by Joanna Maitland Full Book
  • PDF EPUB Download Kill for Me Kill for You A Novel by Steve Cavanagh Full Book
  • PDF Social Network Analysis and Text Mining for Big Data The Power of Words and Networks by Andrea Fronzetti Colladon Roberto Vestrelli
  • PDF DOWNLOAD Fantasy Football Beginners Guide Guts Brews and Bad Advice by Mike Daugherity on Iphone
  • download pdf A Noobs Diary of an 8-Bit Warrior Welcome to the End by Cube Kid Jez Odone Pirate Sourcil
  • Download PDF Nothing to Hide 2. Young Men from Slovakia by Phil Dlab
  • epub download Mini Moves for Every Writer Fifty Transferable Techniques for Writing Across the Content Areas Writing strategies to build stronger student writers by Sam Futr
  • PDF DOWNLOAD The Let Them Theory A Life-Changing Tool That Millions of People Cant Stop Talking About by Mel Robbins on Iphone
  • epub download Sandwich A Novel by Catherine Newman
  • PDF Kindle Indian Nuclear Diplomacy Post May 1998 A Discourse Analysis by Nasir Hafeez
  • PDF Grandmaster of Demonic Cultivation Mo Dao Zu Shi The Comic Manhua Vol. 9 by Mo Xiang Tong Xiu Luo Di Cheng Qiu
  • DOWNLOADS Grow a New Brain How Spirit and Power Plants Can Protect and Upgrade Your Brain by Alberto Villoldo
  • Download Pdf Food Autonomy in Chicago by Pancho McFarland
  • Read online Cursed Gilded Duology 2 by Marissa Meyer
  • Download Pdf Supergirl Woman of Tomorrow The Deluxe Edition by Tom King Bilquis Evely
  • 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

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
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header 'api_key: <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"
}
Modified at 2025-09-01 22:04:30
Previous
Download Pdf Supergirl Woman of Tomorrow The Deluxe Edition by Tom King Bilquis Evely
Next
Finds Pets by status
Built with