xetisyssohov
  1. pet
xetisyssohov
  • Start your Apidog journey
  • 1983 by Tom Cox on Ipad
  • pdf download Pathfinders Extraordinary Stories of People Like You on the Quest for Financial Independence-And How to Join Them by JL Collins
  • PDF DOWNLOAD Never Curse the Rain The Adventures of Wilder Good 9 by S. J. Dahlstrom on Iphone
  • PDF EPUB Download Tourism in Rural Protected Areas Trends and Opportunities in Southern Africa by Kaitano Dube Ikechukwu O. Ezeuduji Magdalena Petronella Swart Full Book
  • Pdf ePub Graph Algorithms the Fun Way Powerful Algorithms Decoded Not Oversimplified by Jeremy Kubica download ebook
  • Download PDF A Stepmothers Marchen Vol. 1 by Spicekitty ORKA
  • Read pdf Geiger Volume 3 by Geoff Johns Gary Frank Brad Anderson Paul Pelletier Andrew Hennessey
  • PDF DOWNLOAD Komi Cant Communicate Vol. 29 by Tomohito Oda on Iphone
  • Read online Clean Point A Novel by Meg Jones
  • DOWNLOADS The Book of Bill by Alex Hirsch
  • download pdf Advances in Topology Dynamical Systems and Interdisciplinary Applications by Bipan Hazarika Santanu Acharjee Dragan S. Djordjevic
  • Pdf ePub Fate of the Five Veil of Vasara by Niamh Rose download ebook
  • DOWNLOAD PDF EPUB The Black Girl Survives in This One Horror Stories by Desiree S. Evans Saraciea J. Fennell Tananarive Due
  • Read online Checkmate Vol. 2 by TAN
  • PDF The Partys Interests Come First The Life of Xi Zhongxun Father of Xi Jinping by Joseph Torigian
  • PDF EPUB Download Counting Like a State How Intergovernmental Partnerships Shaped the 2020 US Census by Philip Rocco Full Book
  • DOWNLOAD PDF EPUB I am Looking for My Children Through You by Latoya Harris
  • Dear Virginia Wait for Me A Novel by Marcia Butler on Iphone New Format
  • epub download The GovCon Winners Way How To Win Government Contracts Faster Than Trying to Go It Alone by Dr. Kizzy M. Parks Dr. Myron Golden
  • PDF Kindle Avatar El camino del agua. Diccionario visual Avatar The Way of Water The Visual Dictionary by DK
  • Pdf ePub A Readers Guide to Thomas Manns Doctor Faustus by Tobias Boes download ebook
  • epub download Pathfinder Kingmaker Adventure Path P2 by James Jacobs Rob McCreary Tim Hitchcock Ron Lundeen Steven T. Helt
  • Read pdf The Black Utopians Searching for Paradise and the Promised Land in America by Aaron Robertson
  • PDF EPUB Download The Royal Free A Novel by Carl Shuker Full Book
  • The Cambridge Economic History of China by Debin Ma Richard von Glahn on Ipad
  • 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 22:58:40
Previous
The Cambridge Economic History of China by Debin Ma Richard von Glahn on Ipad
Next
Finds Pets by status
Built with