wossatarynac
  1. pet
wossatarynac
  • Start your Apidog journey
  • PDF Kindle Biblia - Libro para colorear con pegatinas Bible-Coloring and Sticker Book by Monsgo
  • PDF Lost Girls and Love Hotels A Novel by Catherine Hanrahan
  • PDF Download Encounters Experiences with Nonhuman Intelligences by D. W. Pasulka
  • Escaping Peril A Graphic Novel Wings of Fire Graphic Novel 8 by Tui T. Sutherland Mike Holmes on Audiobook New
  • PDF DOWNLOAD Firefly in a Box An Anthology of Soviet Kid Lit by Anna Krushelnitskaya Dmitri Manin on Iphone
  • DOWNLOADS Building the Case How Lawyers are Leading on Sustainability Insights and Inspiration from Leading Lawyers Across North America by Andrew McLaughlin Conor Chell
  • DOWNLOADS My Trancestors Lived Here Re-Membering Trans Art Education and Activism by Ac Panella
  • Download Pdf Asphalt Core Embankment Dams by Kaare Høeg Weibiao Wang
  • Online Read Ebook The Art of Gouache An Inspiring and Practical Guide to Painting with This Exciting Medium by Jeremy Ford
  • Moths A Complete Guide to Biology and Behavior by David Lees Alberto Zilli on Ipad
  • Online Read Ebook The Cowboys English Lady by Lauri Robinson
  • PDF EPUB Download Economic Alliance Economic Split Technology Transfers Trade and Models of Industrialization between China and Soviet Eastern Europe in the Early Cold War
  • Read online Throne of Light by Guy Haley
  • Astrology. the Library of Esoterica by Andrea Richards Susan Miller Jessica Hundley Thunderwing on Iphone New Format
  • Pdf ePub Metallic Nanostructures by Francisco Javier Gonzalez download ebook
  • Download Pdf The Firework-Makers Daughter Clockwork or All Wound Up Two Tales by Philip Pullman Peter Bailey
  • download pdf Race and the Question of Palestine by Lana Tatour Ronit Lentin
  • PDF Kindle The Others by Sheena Kalayil
  • PDF DOWNLOAD Solution Focused Practice and Mental Health Crisis Inclusive Support Towards Safety and Hope by Nick Perry on Iphone
  • PDF EPUB Download EMPOWERED Ordinary People Extraordinary Products by Marty Cagan Chris Jones Full Book
  • PDF EPUB Download Kalte Spur in Shady Hollow Ein Waldtier-Krimi So flauschig kann eine Mordgeschichte sein. FAZ by Juneau Black Barbara Ostrop Full Book
  • Read online Effective Serious Games Development A Step-by-Step Guide for Beginners by Philipp Busch
  • DOWNLOADS Dating to Die For by Adam Gaffen
  • PDF DOWNLOAD Becoming a Ballerina The Story of Michaela Mabinty DePrince by Laura Obuobi Olivia Duchess on Iphone
  • epub download Bamboo Kingdom 5 The Lightning Path by Erin Hunter
  • 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-09-01 00:24:05
Previous
epub download Bamboo Kingdom 5 The Lightning Path by Erin Hunter
Next
Finds Pets by status
Built with