funkaxabining
  1. pet
funkaxabining
  • Start your Apidog journey
  • Read online Absolute Green Lantern The Sinestro Corps War 2025 Edition by Geoff Johns Patrick Gleason Ethan Van Sciver Dave Gibbons
  • PDF DOWNLOAD Breaking Legacies by Zoe Reed Isabel Helbing on Iphone
  • Read online An Unexpected Everything - Special Edition by Carrie Ann Ryan
  • The Success PrinciplesTM 20th Anniversary Edition How to Get from Where You Are to Where You Want to Be by Jack Canfield Janet Switzer on Iphone New Format
  • Download PDF Till Summer Do Us Part by Meghan Quinn
  • DOWNLOAD PDF EPUB The Rust Programming Language 2nd Edition by Steve Klabnik Carol Nichols
  • pdf download If Jesus Came to My School by April Graney Yana Kozak
  • Read pdf The Idaten Deities Know Only Peace Vol. 6 by Amahara Coolkyousinnjya
  • PDF Download Teenage Mutant Ninja Turtles The Ultimate Visual History Revised and Expanded Edition by Andrew Farago Peter Laird Kevin Eastman
  • Download PDF Il buio non è per sempre by Claire Gleeson Maria Olivia Crosio
  • Download Pdf Strange Pictures A Novel by Uketsu Jim Rion
  • Read Pdf Handbook for Hard Times A monks guide to fearless living by Gelong Thubten
  • PDF Down to the Wire The Outlandish Tale of How I Quit Gambling to Win Big by Rich Galgano
  • Pdf ePub Lili Is Crying by Hïlïne Bessette Kate Briggs download ebook
  • PDF Mezze More than 50 recipes for dips salads other small plates to share by Ryland Peters Small
  • PDF DOWNLOAD Cursed Princess Club Volume Three A WEBTOON Unscrolled Graphic Novel by LambCat on Iphone
  • Download PDF Alice Chens Reality Check by Kara Loo Jennifer Young
  • Read pdf Peanuts Snoopy and the Red Baron by Charles M. Schulz
  • Read Pdf The Lords of Easy Money How the Federal Reserve Broke the American Economy by
  • PDF Download Fagin the Thief A Novel by Allison Epstein
  • PDF DOWNLOAD Slow Burn Summer A Novel by Josie Silver on Iphone
  • Read online 1984 by George Orwell
  • PDF Healthy My Way Real Food Real Flavor Real Good A Cookbook by My Nguyen
  • download pdf Atmosphere A Love Story by Taylor Jenkins Reid
  • Read Pdf Advancing the SDGs in Developing and Emerging Economies Volume I Sustainable Development Pathways Innovations Practices and Policies by Pardeep Singh Shikha Dag
  • Download PDF Taxation and Resentment Race Party and Class in American Tax Attitudes by Andrea Louise Campbell
  • download pdf The Marshals Mission by Anna Zogg
  • pdf download Dishonored - The Veiled Terror by Adam Christopher
  • DOWNLOADS The Old Breed... The Complete Story Revealed A Father A Son and How WWII in the Pacific Shaped Their Lives by W. Henry Sledge
  • The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris on Iphone New Format
  • 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 23:33:55
Previous
The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris on Iphone New Format
Next
Finds Pets by status
Built with