eckowiqucuss
  1. pet
eckowiqucuss
  • Start your Apidog journey
  • Pdf ePub 1001 Ways to Pay for College Strategies to Maximize Financial Aid Scholarships and Grants by Gen Tanabe Kelly Tanabe download ebook
  • DOWNLOAD PDF EPUB Corte y confección The Tailoring Book Prendas de vestir a medida by Alison Smith
  • Online Read Ebook 108 An Eco-Thriller by Dheepa R Maturi
  • Point of Contact by Melanie Hansen on Ipad
  • Pdf ePub The Night Is Defying A Nytefall Novel by Chloe C. Peñaranda download ebook
  • PDF Download Directional and Multivariate Statistics A Volume in Honour of Ashis SenGupta by Somesh Kumar Barry C. Arnold Kunio Shimizu Arnab Kumar Laha
  • Read Pdf 15th International Munich Chassis Symposium 2024 Volume 2 tire.tech and break.tech by Peter E. Pfeffer
  • El cazador The Predator Dark Verse 1 by Runyx on Audiobook New
  • Rockhounding Washington by Lars W. Johnson on Ipad
  • Read pdf The Wild Imaginings of Telma Book 1 by Denise White
  • PDF Download The Dreadful History and Judgement of God on Thomas Müntzer The Life and Times of an Early German Revolutionary by Andrew Drummond
  • Read pdf Speaking in the Truth in Love A Mothers Guide to Keeping Her Sons Safe by Kelli Palfy
  • PDF DOWNLOAD Hunter x Hunter Vol. 37 by Yoshihiro Togashi on Iphone
  • Read pdf Crisis Cycle Challenges Evolution and Future of the Euro by John H. Cochrane Luis Garicano Klaus Masuch
  • PDF Kindle The Sitecore Architects Blueprint Building Enterprise-Ready DX Platforms by Radhakrishnan Arikrishna Perumal
  • PDF Download National Geographic Kids Sharks Im Ready to Read Sound Book by PI Kids Brie McClellan
  • PDF Writing Forward Translation Performance Creativity by Susan Bassnett Piotr Blumczynski
  • DOWNLOADS Starless Night Legacy of the Drow 2 Legend of Drizzt 8 by R. A. Salvatore
  • DOWNLOAD PDF EPUB The Secret of Secrets by Dan Brown
  • Read pdf Tales of the Zodiac A Poetic Journey Through the Cosmos by Malika Semper
  • PDF EPUB Download How to Draw Super Cute Things with Bobbie Goods Learn to draw color absolutely adorable art by Bobbie Goods Full Book
  • Read Pdf Sobre Shakespeare Serie Great Ideas by Samuel Johnson Juan Antonio Montiel Rodríguez JUAN ANTONIO MONTIEL RODRIGUEZ
  • Download Pdf Gohan Everyday Japanese Cooking Memories and Stories from My Familys Kitchen by Emiko Davies
  • Read Pdf Clichï½ Your Way Through Life - REMIX by Ciara Ward
  • PDF DOWNLOAD Pathfinder Kingmaker Adventure Path P2 by James Jacobs Rob McCreary Tim Hitchcock Ron Lundeen Steven T. Helt on Iphone
  • pdf download The Worlds Most Boring Chess Book The Isolated d-Pawn in the Endgame by Ian Rogers Laszlo Hazai Boris Gelfand
  • DOWNLOAD PDF EPUB The Vanishing A Holocaust Revenge Story by David Michael Slater
  • 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-09-05 22:24:00
Previous
DOWNLOAD PDF EPUB The Vanishing A Holocaust Revenge Story by David Michael Slater
Next
Finds Pets by status
Built with