ghygedazussi
  1. pet
ghygedazussi
  • Start your Apidog journey
  • DOWNLOADS Women Living Deliciously by Florence Given
  • PDF EPUB Download Tangled Tales by Charlotte E English Full Book
  • The Last Hours Complete Paperback Collection Boxed Set Chain of Gold Chain of Iron Chain of Thorns by Cassandra Clare on Iphone New Format
  • Read Pdf Batman Resurrection by John Jackson Miller
  • PDF Why Belize by Rodney Nelsestuen
  • The Boardwalk People by Shirley Waters on Ipad
  • Download PDF Stay in the Light the chilling sequel to THE WATCHERS now adapted into a major motion picture by A.M. Shine
  • pdf download The Menopause Brain New Science Empowers Women to Navigate the Pivotal Transition with Knowledge and Confidence by Lisa Mosconi Phd
  • Read online Harry Potter Books 1-3 Boxed Set MinaLima Editions by J. K. Rowling MinaLima Design
  • DOWNLOAD PDF EPUB The Knights of Tayrealm Coloring Book by Alef Vernon
  • El Club de las Canguro 8 Logan x Mary Anne by Gale Galligan Ana Belén Fletes Valera on Ipad
  • pdf download The Bumbleberry Hollows Coloring Book Color Your Way Through Sweet Treats and Kawaii Characters by Faith Varvara
  • epub download The Next Chapter A Novel by Camille Kellogg
  • Download PDF Hive by Garin K Hovannisian
  • Contribution of Colloidal Materials to Air Water and Soil Environmental Sustainability From Basic Concepts to Advanced Applications by Izabel C Riegel-Vidotti Lizandra Mar
  • PDF EPUB Download Lorne The Man Who Invented Saturday Night Live by Susan Morrison Full Book
  • pdf download Psychology in India Stories of Eminence by Braj Bhushan
  • Download Pdf All the Blues in the Sky by Renée Watson
  • PDF DOWNLOAD Thank You for Calling the Lesbian Line by Elizabeth Lovatt on Iphone
  • download pdf The Names A Read with Jenna Pick by Florence Knapp
  • DOWNLOAD PDF EPUB Psychic Phenomena of Jamaica by Joseph J. Williams
  • Download Pdf Sympathy for Wild Girls Stories by Demree McGhee
  • PDF Kindle Where is Lufengosaurus by Mao Xiao
  • Read Pdf Remote Team Interactions Workbook Using Team Topologies Patterns for Remote Working by Matthew Skelton Manuel Pais
  • PDF Download I Spy Love by Dan Marzollo Walter Wick Dave Marzollo
  • 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:03:55
Previous
PDF Download I Spy Love by Dan Marzollo Walter Wick Dave Marzollo
Next
Finds Pets by status
Built with