enkyduqiwyss
  1. pet
enkyduqiwyss
  • Start your Apidog journey
  • Download PDF The Batman Scooby-Doo Mysteries Vol. 6 by Ivan Cohen David Anton Gomis
  • DOWNLOADS Cooler Than Cool The Life and Work of Elmore Leonard by C. M. Kushins
  • Read pdf Final Lull of Sanity by Andrew Wahba
  • PDF DOWNLOAD Last House A Novel by Jessica Shattuck on Iphone
  • DOWNLOADS Orris and Timble The Beginning by Kate DiCamillo Carmen Mok
  • Download Pdf Entrances and Exits by Michael Richards Jerry Seinfeld
  • Download Pdf Spider-Gwen The Ghost-Spider Vol. 2 - Unraveled by Stephanie Phillips Paolo Villanelli Von Randal Mark Brooks
  • Read pdf Chess Club The Winning Move by Rebecca Donnelly Isabelle Duffy
  • PDF Kindle 1635 The Weavers Code by Eric Flint Jody Lynn Nye
  • Read online Transformative Constitutionalism and Kenya Law-making Political Process and the State 2010 - 2025 by Gautam Bhatia
  • Pdf ePub NASA at a Crossroads Maintaining Workforce Infrastructure and Technology Preeminence in the Coming Decades by National Academies of Sciences Engineering and Med
  • PDF EPUB Download Surrounded by Liars How to Stop Half-Truths Deception and Gaslighting from Ruining Your Life by Thomas Erikson Full Book
  • epub download Things Have Gotten Worse Since We Last Spoke And Other Misfortunes by Eric LaRocca
  • Download PDF Rosie The Steinway Grand Piano A musical journey through time by Simon Mills
  • download pdf The Nest by Cynthia DAprix Sweeney
  • PDF EPUB Download The Nicene Creed A Scriptural Historical and Theological Commentary by Jared Ortiz Daniel A. Keating Full Book
  • Download PDF Domini Sanguinis War in the Shadows by David M Chiprut
  • Read Pdf Wars in Wonderland by EJ Pepino
  • pdf download Drawing From Photos Problem Solving and Interpretation when Figure Drawing by Patrick J. Jones Steve Huston
  • download pdf Jugando fuerte The Rigth Move La Ciudad de los Vientos 2 by Liz Tomforde M Dolores Ábalos Vázquez
  • Read online Worlds End Harem Fantasia Vol. 13 by Link Savan
  • PDF Kindle John Winchesters Journal by Alex Irvine
  • Dear Baby Girl by Brian A Smallwood Torie Montrel on Audiobook New
  • PDF Download The First to Die at the End by Adam Silvera
  • Read Pdf The Wild Robot Movie Tie-In by Peter Brown
  • PDF EPUB Download Playtesting Best Practices Real World and Online by Chris Backe Full Book
  • PDF Kindle Cultivating Exceptional Cannabis An Expert Breeder Shares His Secrets by DJ Short
  • PDF DOWNLOAD Cut Them Down by T G Brown on Iphone
  • PDF Download The Story of ABBA Melancholy Undercover by Jan Gradvall
  • Marine Specialized Secondary Metabolites and their Diverse Applications by Thilina Jayawardena PhD Asanka Sanjeewa PhD on Audiobook New
  • 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-24 00:04:55
Previous
Marine Specialized Secondary Metabolites and their Diverse Applications by Thilina Jayawardena PhD Asanka Sanjeewa PhD on Audiobook New
Next
Finds Pets by status
Built with