elykekujuvew
  1. pet
elykekujuvew
  • Start your Apidog journey
  • PDF Download Bringing in the Creeps by Ray Van Horn
  • Online Read Ebook One Shot by Lee Child
  • PDF EPUB Download Französische Bücher in deutschen Fürstinnenbibliotheken Konjunkturen des Französischen 15501800 by Andrea Grewe Helga Meise Full Book
  • The Little Learner A Straight Line to Deep Learning by Daniel P. Friedman Anurag Mendhekar Qingqing Su Guy L. Steele Jr. Peter Norvig on Audiobook New
  • Online Read Ebook Book Boyfriend The brand new charming and hilarious romcom from bestselling author by Lucy Vine
  • PDF EPUB Download Learn to Watercolor 20 Step-by-Step Beginner-Friendly Lessons on Watercolor Paper - Includes Watercolor Pad with Sketches - No Drawing Required by Lacey Walk
  • Online Read Ebook Travis Barker AUS NZ SA MX by Travis Barker Daniel Rojas Clemente Ruiz
  • Read Pdf Stella Marigold by Annie Barrows Sophie Blackall
  • Download Pdf Information Systems for Intelligent Systems Proceedings of ISBM 2024 Volume 4 by Andres Iglesias Jungpil Shin Bharat Patel Amit Joshi
  • Read online 10x Is Easier Than 2x How World-Class Entrepreneurs Achieve More by Doing Less by Dan Sullivan Benjamin Hardy
  • Pdf ePub Bake With Brooki by Brooke Bellamy download ebook
  • The Hunger A Marvel Zombies Novel by Marsheila Rockwell on Ipad
  • Download Pdf Stag Dance A Novel Stories by Torrey Peters
  • Read pdf Vector A Surprising Story of Space Time and Mathematical Transformation by Robyn Arianrhod
  • Read pdf Los hermanos Hawthorne The Hawthorne Brothers by Jennifer Lynn Barnes
  • DOWNLOAD PDF EPUB Justine Cooks A Cookbook Recipes Mostly Plants for Finding Your Way in the Kitchen by Justine Doiron
  • PDF DOWNLOAD Context Collapse A Poem Containing a History of Poetry by Ryan Ruby on Iphone
  • PDF Kindle The Hurricane Wars A Novel by Thea Guanzon
  • DOWNLOADS Uncommon Simple Principles for an Extraordinary Life by Mark Divine
  • PDF EPUB Download The Semantic Web 22nd European Semantic Web Conference ESWC 2025 Portoroz Slovenia June 1-5 2025 Proceedings Part II by Edward Curry Maribel Acosta
  • Online Read Ebook CCNP Security Virtual Private Networks SVPN 300-730 Official Cert Guide by
  • Read pdf Wrongs and Rights Come Apart by Nicolas Cornell
  • PDF EPUB Download The Crumbling of a Nation and other stories by Ryan David Ginsberg Full Book
  • Amanecer Breaking Dawn by Stephenie Meyer on Iphone New Format
  • Pdf ePub Pensar by Svend Brinkmann download ebook
  • PDF El niño el topo el zorro y el caballo The Boy the Mole the Fox and the Horse by Charlie Mackesy
  • PDF DOWNLOAD The Light in the Window Hope Beyond the Horizon by Jonathan Severance on Iphone
  • Who Can Afford to Be Critical An Inquiry into What We Cant Do Alone as Designers and into What We Might Be Able to Do Together as People by Afonso Matos Alan Smart Greg
  • Read online The Faint of Heart by Kerilynn Wilson
  • DOWNLOADS The Great Mouse Escape A Word of Mouse Tail by James Patterson Chris Grabenstein Jennifer L. Meyer
  • 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-05 22:15:55
Previous
DOWNLOADS The Great Mouse Escape A Word of Mouse Tail by James Patterson Chris Grabenstein Jennifer L. Meyer
Next
Finds Pets by status
Built with