yjokalothaqo
  1. pet
yjokalothaqo
  • Start your Apidog journey
  • Download Pdf Sweet Shadows by Tera Lynn Childs
  • DOWNLOADS Staying Married is the Hardest Part A Memoir of Passion Secrets and Sacrifice by Bonnie Comfort
  • Online Read Ebook En händelserik sommar by Sue Moorcroft Sara Hemmel
  • Read online New Perspectives on English Word Stress by Eiji Yamada Anne Przewozny Jean-Michel Fournier Nicolas Ballier
  • PDF EPUB Download V is for Venom Agatha Christies Chemicals of Death by Kathryn Harkup Full Book
  • Fiddling Is My Joy The Fiddle in African American Culture by Jacqueline Cogdell DjeDje on Ipad
  • Pdf ePub Between the Lines Concepts in Sound System Design and Alignment by Michael Lawrence download ebook
  • DOWNLOAD PDF EPUB Posthumanism Meets Surveillance Capitalism How to Delete the Manifest Image by Patrick Gamez
  • Burrows Badgers Second Edition A Skirmish Game of Anthropomorphic Animals by Michael Lovejoy Peter Johnston on Iphone New Format
  • epub download Gestalt Language Processing Supporting Autistic and Neurodivergent Children with Natural Language Acquisition by Alison Battye
  • Download Pdf Basic and Clinical Pharmacology 15e by Bertram G. Katzung Anthony J. Trevor
  • Read Pdf Marvel What If . . . Marc Spector Was Host to Venom A Moon Knight Venom Story by Mike Chen
  • DOWNLOAD PDF EPUB Someone Who Will Love You in All Your Damaged Glory Stories by Raphael Bob-Waksberg
  • Download Pdf Simone LaFray and the Bishop of Mumbai by S P OFarrell
  • PDF EPUB Download Delicious in Dungeon The Complete Box Set by Ryoko Kui Taylor Engel Full Book
  • Read online A New Approach to Dementia Examining Sensory and Perceptual Impairment by Andrea Tales Emma Richards Jan Kremlacek
  • Read online A Harvest of Hearts Deluxe Stenciled Edges by Andrea Eames
  • Read pdf Set My Heart on Fire A Novel by Izumi Suzuki Helen OHoran
  • epub download Jellyfish Have No Ears A Novel by Adèle Rosenfeld Jeffrey Zuckerman
  • Read pdf Dandelions Magic by Kai Parker
  • Read online The Mediators Toolkit Second Edition Formulating and Asking Questions for Successful Outcomes by Gerry OSullivan
  • Leonard Cohen A Novel by Jeffrey Lewis on Ipad
  • Download Pdf The Orrery by Bob Moulder
  • Julia Exklusiv Band 390 by Melanie Milburne Annie West Penny Jordan Karin Weiss Anike Pahl on Iphone New Format
  • PDF Vagabondo by Paul Freeman
  • 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-09-05 00:53:55
Previous
PDF Vagabondo by Paul Freeman
Next
Finds Pets by status
Built with