fafesseboqyng
  1. pet
fafesseboqyng
  • Start your Apidog journey
  • PDF Back in Ibiza 1998-2003 by Dean Chalkley
  • Read pdf Kaiju No. 8 Vol. 13 by Naoya Matsumoto
  • PDF Kindle Behind the Waterline by Kionna Walker LeMalle
  • PDF Kindle Net Values Environmental Economic and Social Entanglements in the Gulf of California by Nicole D. Peterson
  • Download Pdf Cinderella Closet Vol. 6 by Wakana Yanai
  • PDF Kindle Born Inside a Nest So Small by Iza Trapani
  • DOWNLOAD PDF EPUB The Old Breed... The Complete Story Revealed A Father A Son and How WWII in the Pacific Shaped Their Lives by W. Henry Sledge
  • PDF After Paris by Mary Ellen Taylor
  • Read Pdf The Love Hypothesis by Ali Hazelwood
  • Download Pdf The Dare by Natasha Preston
  • PDF Kindle Sugar Baby by Celine Saintclare
  • PDF Kindle Mathematical Tools for Telemedicine by Michele Nichelatti
  • Read pdf Is That a Boat A playful and imaginative story that celebrates friendship active play and the joy of doing things together. by J Han
  • The Mistress The Renowned A Hades and Persephone Retelling by Alexis Rune Jeanette Rose on Iphone New Format
  • DOWNLOADS Heavenly Swords of the Twin Stars Volume 6 by Riku Nanano cura Stephanie Liu
  • Read online Orbital by Samantha Harvey
  • PDF EPUB Download The Center Game A Perfectly Playable Chess Opening Surprise by Arne Moll Full Book
  • PDF Modeling and Painting Vietnam Wargames by Michael Farnworth
  • The Game Masters Book of Instant Towns and Cities 160 unique villages towns settlements and cities ready-on-demand plus random generators for NPCs side quests bars sho
  • epub download Indefensible Spaces Policing and the Struggle for Housing by Rahim Kurwa
  • Download PDF Laura kiertueella by Leena Kotila
  • PDF Download Human Nature A Naturalists Thoughts on Wildlife and Wild Places by Ian Carter
  • Las 8 reglas del amor. Cómo encontrarlo mantenerlo y dejarlo ir 8 Rules of Lo ve by Jay Shetty on Iphone New Format
  • epub download Critical Role Vox Machina Coloring Book by Critical Role Olivia Samson CoupleOfKooks Noah Hayes Cait May
  • pdf download Virgil Abloh Figures of Speech by Michael Darling
  • PDF Kindle Internationale Institutionen Typen Theorien und Themenfelder by Susanne Lütz Anja Menzel
  • Download PDF Eclipse Collections Categorically Level up your programming game by Donald Raab
  • PDF EPUB Download No tan rápido Breve historia de las ideas sobre la tecnología by Doug Hill Silvia Bizcarret Full Book
  • epub download Passions in Death An Eve Dallas Novel by J. D. Robb
  • Download Pdf Bark The Science of Helping Your Anxious Fearful or Reactive Dog by Zazie Todd Cat Warren
  • 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-23 21:33:15
Previous
Download Pdf Bark The Science of Helping Your Anxious Fearful or Reactive Dog by Zazie Todd Cat Warren
Next
Finds Pets by status
Built with