gheziwatoghy
  1. pet
gheziwatoghy
  • Start your Apidog journey
  • Professional Bread Baking by Hans Welker The Culinary Institute of America CIA Lee Ann Adams on Iphone New Format
  • Read Pdf The Michael Moorcock Library Elric The Balance Lost Vol. 1 by Chris Roberson Francesco Biagini
  • Pdf ePub Reborn Rich Comic Vol. 2 by JP BG download ebook
  • DOWNLOADS Gone Dark by Ryan Steck
  • Pdf ePub Feral Volume 2 by Tony Fleecs Trish Forstner Tone Rodriguez Brad Simpson download ebook
  • PDF EPUB Download Foundations of Rope Bondage A Fun and Friendly Introduction to Rope Fundamentals by Lazarus Redmayne Kajira Blue TheDuchy Full Book
  • A Marvelous Murder by David S Pederson on Iphone New Format
  • pdf download Galaxies Collide Song of the Boshag by Aaron L Bratcher
  • PDF EPUB Download She and Her Cat Stories by Makoto Shinkai Naruki Nagakawa Ginny Tapley Takemori Full Book
  • epub download Nightfall Devils Night 4 by Penelope Douglas
  • epub download Marzano Mastery Approaches A Decision-Making Process for Competency-Based Schools Strategies to build competency-based practices by Robert J Marzano Bill Zima
  • DOWNLOAD PDF EPUB Passions in Death An Eve Dallas Novel by J. D. Robb
  • Pdf ePub Dork Diaries 16 Tales from a Not-So-Bratty Little Sister by Rachel Renée Russell download ebook
  • PDF DOWNLOAD The Bitterroots A Cassie Dewell Novel by C. J. Box on Iphone
  • Read pdf Fiber-Reinforced Polymer Composites Materials and Manufacturing by Madhu Puttegowda Sanjay M. R Suchart Siengchin Dr.-Ing. habil.
  • Read Pdf Understanding Hamas And Why That Matters by Helena Cobban Rami G. Khouri Paola Caridi Jeroen Gunning Khaled Hroub
  • pdf download Rise of the Grisym by Britton Brinkley
  • PDF EPUB Download Geography A Visual Encyclopedia by DK Full Book
  • PDF Download Make Sew and Mend Traditional Techniques to Sustainably Maintain and Refashion Your Clothes by Bernadette Banner
  • epub download La jugada final The Final Gambit by Jennifer Lynn Barnes
  • Download PDF Young Men in Love New Romance by Anthony Oliveira Al Ewing David Hazan David M. Booher Joe Glass
  • download pdf Black Girl La noire de... by Vlad Dima
  • pdf download Nunca volveré a Berlin I Will Never Return to Berlin by Roberto Ampuero
  • Read Pdf Reappearance by Edward Villaume
  • PDF EPUB Download Politics and Administrative Justice Postliberalism Street-Level Bureaucracy and the Reawakening of Democratic Citizenship by Nick OBrien Full Book
  • Read Pdf Fairy Oak 1. El secreto de las gemelas by Elisabetta Gnone
  • 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 20:12:55
Previous
Read Pdf Fairy Oak 1. El secreto de las gemelas by Elisabetta Gnone
Next
Finds Pets by status
Built with