enicedynifam
  1. pet
enicedynifam
  • Start your Apidog journey
  • Online Read Ebook Fashion Upcycling and Memory A Practice-Based Approach by Sanem Odabasi
  • Digital Literary Redlining African American Anthologies Digital Humanities and the Canon by Amy E. Earhart on Audiobook New
  • PDF EPUB Download Remarkably Bright Creatures A Novel by Shelby Van Pelt Full Book
  • Download Pdf Blue Lock Volume 12 by Muneyuki Kaneshiro Yusuke Nomura
  • DOWNLOAD PDF EPUB The Dragon Republic Deluxe Collectors Edition by R. F. Kuang JungShan
  • download pdf Julia Ärzte zum Verlieben Band 205 by Janice Lynn Karin Klas Alison Roberts Tina Beckett Julia Lambrecht
  • Read Pdf No Longer Human by Osamu Dazai Donald Keene
  • PDF Download Loki A Bad Gods Guide to Making Enemies by Louie Stowell
  • PDF DOWNLOAD Together for a Season Advent Christmas and Epiphany All-age Seasonal Material for Advent Christmas and Epiphany by Gill Ambrose Peter Craig-Wild Diane Crav
  • PDF Kindle Introduction to Procurement in the Public Sector by Theresa R.M. Bauccio-Teschlog Ronald L. King William J. Tommie Jr.
  • Hidden Treasure A timeless childrens adventure story from the bestselling author of The Miniaturist by Jessie Burton on Audiobook New
  • Download Pdf FORGIVENESS The Key to Emotional Freedom Study Guide Group Study Guide by Graeme And Julia Cann
  • Read online A Catered Bake-Off by Isis Crawford
  • Read online My Friends A Novel by Fredrik Backman
  • PDF Kindle Wonderland A Fantasy Role-Playing Setting by Andrew Kolb
  • Read pdf The Lady the Tiger and the Girl Who Loved Death by Helen Marshall
  • Read online Jugando fuerte The Rigth Move La Ciudad de los Vientos 2 by Liz Tomforde M Dolores Ábalos Vázquez
  • Read online Amplify How to Use the Power of Connection to Engage Take Action and Build a Better World by Adam Met PhD Heather Landy
  • Total Dreamboat A Novel by Katelyn Doyle on Audiobook New
  • PDF DOWNLOAD Feminism in the Wild How Human Biases Shape Our Understanding of Animal Behavior by Ambika Kamath Melina Packer on Iphone
  • Normal People A Novel by Sally Rooney on Iphone New Format
  • Read online It Begins with You The 9 Hard Truths About Love That Will Change Your Life by Jillian Turecki
  • PDF Download Praiseworthy by Alexis Wright
  • The Breathing House by Stacey L Pierson on Audiobook New
  • Online Read Ebook Dondequiera que tú estés Everywhere You Are Spanish Edition by Victoria Monét Alea Marley
  • Online Read Ebook The Unworthy A Novel by Agustina Bazterrica Sarah Moses
  • DOWNLOADS Infinite Dendrogram Volume 22 by Sakon Kaidou Taiki Andrew Hodgson
  • Download PDF Family Life by Akhil Sharma
  • Pdf ePub Langenscheidt Deutsch - alles drin - All-in-1 German Grammar and Vocabulary Bilingual English-German by Langenscheidt download ebook
  • Good Girl Bad Blood A Good Girls Guide to Murder 2 by on Audiobook New
  • 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-08 22:13:30
Previous
Good Girl Bad Blood A Good Girls Guide to Murder 2 by on Audiobook New
Next
Finds Pets by status
Built with