uchawhoknonk
  1. pet
uchawhoknonk
  • Start your Apidog journey
  • Download Pdf Effective Python 125 Specific Ways to Write Better Python by Brett Slatkin
  • PDF EPUB Download Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 2 by Tang Jiu Qing St Full Book
  • DOWNLOADS Survival Takes a Wild Imagination Poems by Fariha RÃisÃn
  • pdf download Dolci Italiani Desserts cakes other sweet bakes from Italy by Ursula Ferrigno
  • DOWNLOAD PDF EPUB Another Modernism Home Economics and the Design of Domestic Space in the US 1900-1960 by Anna Myjak-Pycia
  • epub download Learn Haskell by Example by Philipp Hagenlocher
  • pdf download There Is No Cat by Gene Doucette
  • PDF Kindle The Death of Vivek Oji by Akwaeke Emezi
  • PDF EPUB Download Silverleaf Rapids by Jodi Thomas Full Book
  • PDF Kindle The Chinese Tragedy of King Lear by Nan Z. Da
  • PDF EPUB Download Lost Girls and Love Hotels A Novel by Catherine Hanrahan Full Book
  • Read online Turners Strength Exile envy and frontier justice. by James Seymour
  • download pdf Digital Business Management Transforming to a Data-Driven Organization Using AI by Swen Schneider Lutz Anderie
  • Download Pdf Stop Thief Anarchism and Philosophy by Catherine Malabou Carolyn Shread
  • DOWNLOAD PDF EPUB Seraph of the End Guren Ichinose Resurrection at Nineteen by Takaya Kagami Yo Asami
  • download pdf What Should Individuals Do about Climate Change A Debate by Marion Hourdequin Dan C. Shahar
  • Pdf ePub The Principles of Product Development Flow Second Generation Lean Product Development by Donald G. Reinertsen download ebook
  • Online Read Ebook Representative Democracy A Justification by Dimitri Landa Ryan Pevnick
  • download pdf Criers War by Nina Varela
  • pdf download Psilocybin Mushrooms in Their Natural Habitats A Guide to the History Identification and Use of Psychoactive Fungi by Paul Stamets
  • How to Age Gracefully Essays About the Art of Living by Barbara Hoffbeck Scoblic on Audiobook New
  • PDF DOWNLOAD Made in Abyss Vol. 12 by Akihito Tsukushi on Iphone
  • PDF Download Revolution in 35mm Political Violence and Resistance in Cinema from the Arthouse to the Grindhouse 1960-1990 by Andrew Nette Samm Deighan
  • DOWNLOADS Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 4 by Tang Jiu Qing St
  • Read Pdf Playtesting Best Practices Real World and Online by Chris Backe
  • 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-19 23:18:25
Previous
Read Pdf Playtesting Best Practices Real World and Online by Chris Backe
Next
Finds Pets by status
Built with