tefucolezack
  1. pet
tefucolezack
  • Start your Apidog journey
  • PDF EPUB Download Forgotten Landscapes How Native Americans Created Pre-Columbian North America and What We Can Learn From It by Stanley A. Rice Full Book
  • pdf download Gnome and Rat A Graphic Novel by Lauren Stohler
  • Read pdf Fitzpatricks Color Atlas and Synopsis of Clinical Dermatology Ninth Edition by Ellen Roh Arturo Saavedra Anar Mikailov
  • The Ultimate Outsider by Marilyn Brown on Iphone New Format
  • The Nightcrawlers A Story of Worms Cows and Cash in the Underground Bait Industry by Joshua Steckley on Audiobook New
  • download pdf Make My Wish Come True by Rachael Lippincott Alyson Derrick
  • Moths A Complete Guide to Biology and Behavior by David Lees Alberto Zilli on Ipad
  • DOWNLOAD PDF EPUB Healing Myths Healing Magic by Donald M. Epstein
  • Read online The Dark Ascension Series The Wishless Ones by Hafsah Faizal
  • Read Pdf How to Be A Christian Woman when you still want to slap people Personal Group Guided Devotional Study Journal An 8-week Faith Journey for Real Women with Real Str
  • PDF DOWNLOAD Heartsong Green Creek 3 by TJ Klune on Iphone
  • epub download Learning with Generative Artificial Intelligence What Empirical Studies Tell Us by Yizhou Fan
  • Pdf ePub Weepers A Novel by Peter Mendelsund download ebook
  • PDF DOWNLOAD Martyr by Kaveh Akbar on Iphone
  • Read pdf Becki and the Trailer Kids Spring by Nancy McNeil GetYourBookIllustrations
  • On the Art and Craft of Doing Science by Kenneth Catania on Iphone New Format
  • Read online Our Countrys Presidents A Complete Encyclopedia of the U.S. Presidency 2024 Edition by National Geographic
  • PDF Jujutsu Kaisen The Official Character Guide by Gege Akutami
  • PDF Kindle Into The Rift by Clay Harmon
  • Pdf ePub How to Piss Off Men 106 Things to Say to Shatter the Male Ego by Kyle Prue download ebook
  • download pdf Laatokan pakolaiset by Pentti Oksanen
  • PDF DOWNLOAD Procedural Content Generation via Machine Learning An Overview by Matthew Guzdial Sam Snodgrass Adam Summerville on Iphone
  • Pdf ePub The Knowing Witch by M M Parks download ebook
  • DOWNLOAD PDF EPUB Discovering Sudha Murtys Fiction The Mother I Never Knew Dollar Bahu House of Cards Gently Falls the Bakula Mahasweta by Sudha Murty
  • DOWNLOAD PDF EPUB Trots and Bonnie by Shary Flenniken Emily Flake Norman Hathaway
  • 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-08-31 21:34:10
Previous
DOWNLOAD PDF EPUB Trots and Bonnie by Shary Flenniken Emily Flake Norman Hathaway
Next
Finds Pets by status
Built with