anassywavoth
  1. pet
anassywavoth
  • Start your Apidog journey
  • Reborn to Master the Blade From Hero-King to Extraordinary Squire Volume 12 by Hayaken Nagu Mike Langwiser on Iphone New Format
  • Read online Horsefly by Mireille Gagné Pablo Strauss
  • PDF Kindle Learning the Art of Electronics A Hands-On Lab Course by Thomas C. Hayes Paul Horowitz
  • Download PDF Mechanism of Hairpin Vortex Formation by Liutex by Yifei Yu Chaoqun Liu
  • Pdf ePub Where the Wild Things Learn Playing the W.I.L.D. Card A School Leaders Guide to Understanding the Non-Conforming Student with Humor and Heart by Candice Vance Ander
  • pdf download The Unofficial Lord of the Rings Cookbook From Hobbiton to Mordor Over 60 Recipes from the World of Middle-Earth by Tom Grimm
  • Read Pdf The Fantastic Four Omnibus Vol. 6 Jack Kirby Cover by Roy Thomas George Perez Marvel Various Jack Kirby
  • Breaking Bao 88 Bakes and Snacks from Asia and Beyond by Clarice Lam Evan Sung on Ipad
  • Download PDF Collisions A Physicists Journey from Hiroshima to the Death of the Dinosaurs by Alec Nevala-Lee
  • Read pdf RecipeTin Eats Dinner 150 Recipes for Fast Everyday Meals by Nagi Maehashi
  • PDF Kindle Das Mädchen im Wald Die neue Praxis Dr. Norden 71 - Arztserie by Carmen von Lindenau
  • PDF EPUB Download International Subsidies A Handbook by Marc Bungenberg Full Book
  • Death at Greenway A Novel by Lori Rader-Day on Audiobook New
  • PDF EPUB Download Glider Flying Handbook 2025 FAA-H-8083-13B by Federal Aviation Administration Full Book
  • DOWNLOAD PDF EPUB A Guide Book of United States Coins 2025 by Jeff Garrett David Q. Bowers
  • DOWNLOADS Black Crossword 100 Midi Puzzles Connecting the African Diaspora by Juliana Pache
  • DOWNLOAD PDF EPUB The Colony by Annika Norlin Alice E. Olsson
  • Read online Final Fantasy XVI Poster Collection by Square Enix
  • PDF EPUB Download The Cliffs Reeses Book Club A Novel by J. Courtney Sullivan Full Book
  • Read online Party Wall Disputes The Party Wall etc. Act 1996 and Beyond - Legal Coherence Disputes and Management by Laura Lintott
  • Online Read Ebook Charity Case by Jean Copeland
  • PDF ATDs Handbook for Measuring and Evaluating Training by Patricia Pulliam Phillips
  • PDF EPUB Download La red púrpura The Purple Network by Carmen Mola Full Book
  • PDF DOWNLOAD Disenchantment Untold Tales Vol.2 by Matt Groening on Iphone
  • epub download John Winchesters Journal by Alex Irvine
  • 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 23:13:40
Previous
epub download John Winchesters Journal by Alex Irvine
Next
Finds Pets by status
Built with