uvirapoficink
  1. pet
uvirapoficink
  • Start your Apidog journey
  • Read online Train Japan The Essential Rail Guide to Japan by Steve Wide Michelle Mackintosh
  • epub download Principles of Neural Science Sixth Edition by Thomas M. Jessell Steven A. Siegelbaum Eric R. Kandel
  • Song for Someone The Musical Life of Kenny Wheeler by Brian Shaw Nick Smart on Iphone New Format
  • Pens Down Swords Up Throw Your Studies to the Wind Volume 2 by Mao Nishiura Maro Emily Nelson on Ipad
  • PDF EPUB Download Stop Lying to Yourself 101 Hard Truths to Help You Change Your Life by Simon Gilham Full Book
  • Download Pdf Umma A Korean Moms Kitchen Wisdom and 100 Family Recipes by Sarah Ahn Nam Soon Ahn Americas Test Kitchen
  • The Darkness Outside Us by Eliot Schrefer on Iphone New Format
  • epub download Introduction to Marine Dynamics by Armin W. Troesch
  • Download PDF Ordinary Love A Novel by Marie Rutkoski
  • download pdf Why Belize by Rodney Nelsestuen
  • Read online The Elephants Birthday Ready-to-Read Level 2 by Cynthia Rylant Janna Mattia
  • Download Pdf AI Engineering Building Applications with Foundation Models by Chip Huyen
  • PDF EPUB Download Living Fearless Guided Journal Exchanging the Lies of the World for the Liberating Truth of God by Jamie Winship Full Book
  • epub download Mini Coloring Cuteness A Pusheen Coloring Activity Book by Claire Belton
  • DOWNLOAD PDF EPUB Wild Edible Plants of Arkansas by
  • PDF Kindle The Disclosure by Mel Taylor
  • Solid Waste Management in Canada Approaches Practices and Experiences by Anderson Assuah Kelvin Tsun Wai Ng on Audiobook New
  • PDF Kindle Spider-Man No Way Home The Art of the Movie by Jess Harrold
  • PDF 50 Italian Coffee Breaks Short activities to improve your Italian one cup at a time by Coffee Break Languages
  • epub download The Last Dangerous Visions by Harlan Ellison J. Michael Straczynski Max Brooks James S. A. Corey Richard Peck
  • epub download Stranger Things El vuelo de Ícaro Stranger Things Icaruss Flight by Caitlin Schneiderhan
  • Download PDF The Monocle Travel Guide to London Updated Version by Monocle
  • PDF Download The Complete Illustrated Kama Sutra by Lance Dane Vatsyayana
  • Poverty in Latin America Feelings Perceptions vs Material Conditions by Verónica Amarante Maira Colacce Federico Scalese on Ipad
  • Read Pdf Stiff News by Catherine Aird
  • PDF DOWNLOAD El derecho a las cosas bellas Vindicación de la vida holgada by Juan Evaristo Valls Boix on Iphone
  • pdf download After God Vol. 3 by Sumi Eno
  • Online Read Ebook Be Aware of That Nursing Home How We Got Here.and What to Know by Richard Danford
  • Pdf ePub Management of Moderate or Severe Traumatic Brain Injury by Saeed Kayhanian Erta Beqiri Ari Ercole Adel Helmy download ebook
  • The Bodybuilders Meal Prep Cookbook 64 Make-Ahead Recipes and 8 Macro-Friendly Meal Plans by Erin Stern on Iphone New Format
  • 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 22:09:55
Previous
The Bodybuilders Meal Prep Cookbook 64 Make-Ahead Recipes and 8 Macro-Friendly Meal Plans by Erin Stern on Iphone New Format
Next
Finds Pets by status
Built with