nkotijuwilen
  1. pet
nkotijuwilen
  • Start your Apidog journey
  • pdf download Millonario en un fin de semana Million Dollar Weekend The Surprisingly Simple Way to Launch a 7-Figure Business in 48 Hours by Noah Kagan
  • DOWNLOADS The Perfect Marriage by Kimberla Lawson Roby
  • PDF Download Bills Guide Buying and Selling Used Cars by Bill Rosen
  • Download PDF The Keeper of Lost Art A Novel by Laura Morelli
  • DOWNLOADS If We Survive This by Racquel Marie
  • PDF Download Days of Light by Megan Hunter
  • Download PDF Birthday Surprise Disney Stitch by Virginia Murphy Alan Batson
  • Download PDF Maximizing Organizational Performance A Guide to Effective Performance Coaching by Patrick Behar-Courtois
  • Read Pdf A Catalogue of Catastrophe by Jodi Taylor
  • Download PDF Vow of Thieves by Mary E. Pearson
  • DOWNLOAD PDF EPUB The Cat Who Saved the Library A Novel by Sosuke Natsukawa Louise Heal Kawai
  • PDF DOWNLOAD Fog Formation Chemistry Dynamics Impact and Dissipation by Pallavi Saxena Anil Kumar Gupta Rogert Sorí on Iphone
  • PDF Kindle Gambling Man The Secret Story of the Worlds Greatest Disruptor Masayoshi Son by Lionel Barber
  • DOWNLOAD PDF EPUB Needing Your Love by Lynn Burke
  • Download Pdf If You Dare by Harmony West
  • Online Read Ebook Anathema by Keri Lake Julie Belfield
  • Pdf ePub One Shot by Lee Child download ebook
  • Read online Portugal The Cookbook by Leandro Carreira
  • epub download Undercover Angel A Heartwarming Story About Friendship Second Chances and Finding Your Wings by Lisa J Allen
  • PDF Kindle Bess of Hardwick Mary Queen of Scots and the Cavendishes Cultural Legacies of Captivity by Lisa Hopkins
  • Download PDF Advances in Topology Dynamical Systems and Interdisciplinary Applications by Bipan Hazarika Santanu Acharjee Dragan S. Djordjevic
  • DOWNLOAD PDF EPUB Princess of Dune by Brian Herbert Kevin J. Anderson
  • Backbeat Gangsters The Rise and Decline of the Mob in Rock Music by Jeffrey Sussman on Audiobook New
  • Download PDF Love Immortal by Kit Vincent
  • PDF Download AI Engineering Building Applications with Foundation Models by Chip Huyen
  • Read Pdf Open Minded A Novel by Chloe Seager
  • PDF DOWNLOAD Crying in H Mart by Michelle Zauner on Iphone
  • Posthumanism Meets Surveillance Capitalism How to Delete the Manifest Image by Patrick Gamez on Audiobook New
  • PDF DOWNLOAD A lenda de Meneka - A romantasia sensual para os fãs de mitologia e de by Kritika Rao Dandara Morena on Iphone
  • PDF EPUB Download Alchemy of Nine Dimensions Activating the Full Spectrum of Consciousness by Barbara Hand Clow Gerry Clow Judith Corvin-Blackburn Full Book
  • 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-05 21:27:50
Previous
PDF EPUB Download Alchemy of Nine Dimensions Activating the Full Spectrum of Consciousness by Barbara Hand Clow Gerry Clow Judith Corvin-Blackburn Full Book
Next
Finds Pets by status
Built with