paveknoniqyss
  1. pet
paveknoniqyss
  • Start your Apidog journey
  • PDF Kindle From Decision Theory to Game Theory Reasoning about the Decisions of Others by Andrés Perea
  • Phoney Baloney by Oshri Hakak on Audiobook New
  • The Last Drop Solving the worlds water crisis by Tim Smedley on Iphone New Format
  • PDF DOWNLOAD The End of Summer by Kj Micciche on Iphone
  • Capturing Kaltenbrunner The Pursuit Capture and Trial of Hitlers Hidden Gestapo Chief SS General Ernst Kaltenbrunner by Robert Matteson Sumner Matteson Fredric Matteson on
  • Read pdf Hysteria by Jessica Gross
  • PDF Download Battle of the Bookstores by Ali Brady
  • Download Pdf Writing Forward Translation Performance Creativity by Susan Bassnett Piotr Blumczynski
  • White Bird A Wonder Story A Graphic Novel by on Iphone New Format
  • PDF The Dragon Republic Deluxe Collectors Edition by R. F. Kuang JungShan
  • Read pdf Feminism against Progress by Mary Harrington
  • DOWNLOAD PDF EPUB Fullgás Poesia reunida by Antonio Cicero Bloco Gráfico Noemi Jaffe
  • Talent How to Identify Energizers Creatives and Winners Around the World by Tyler Cowen Daniel Gross on Audiobook New
  • The Girl in the Woods by Gregg Olsen on Ipad
  • Microsoft 365 Office All-in-One For Dummies by Paul McFedries Peter Weverka on Iphone New Format
  • Download PDF En el amor y en la guerra La catedral del mar 3 by Ildefonso Falcones
  • Read pdf Torn by Carian Cole
  • PDF E-Z Dickens Superhrdina Kniha Tretia Červenï½ Izba by Cathy McGough
  • DOWNLOADS Space Vault The Seed Eclipse by Jeremy P Clift
  • download pdf Technopreneurship and Sustainability Innovation Challenges and Opportunities by Rajender Kumar Rahul Sindhwani Raman Kumar Punj Lata Singh J. Paulo Davim
  • Download Pdf Heaven A Novel by Mieko Kawakami Sam Bett David Boyd
  • epub download Tomb of Sand A Novel by Geetanjali Shree Daisy Rockwell
  • PDF EPUB Download Alice in Borderland Vol. 1 by Haro Aso Full Book
  • Anubis - Ancient Egypts Lord of Death and Protection by Charlie Larson Jason Miller on Audiobook New
  • PDF Who Better Than You The Art of Healthy Arrogance Dreaming Big by Will Packer
  • 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

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
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header 'api_key: <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"
}
Modified at 2025-08-29 23:27:55
Previous
PDF Who Better Than You The Art of Healthy Arrogance Dreaming Big by Will Packer
Next
Finds Pets by status
Built with