My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Read pdf The Art of The Lord of the Rings The War of the Rohirrim by Daniel Falconer
  • Pdf ePub HBRs 10 Must Reads 2025 The Definitive Management Ideas of the Year from Harvard Business
  • Legion Life in the Roman Army by Richard Abdy on Iphone New Format
  • Download PDF Oh the Places Youll Go by Dr. Seuss
  • PDF Kindle Minecraft Gather Cook Eat Official Cookbook by Tara Theoharis
  • PDF EPUB Download Cities of Repetition Hong Kongs Private Housing Estates by Christian J. Lange J
  • Online Read Ebook Learning from the Mess Method ological Praxis in Rhetoric and Writing Studies by A
  • My Midlife Magic Daze by Jennifer L. Hart on Iphone New Format
  • Mother Love Murder in a Small Town by L.R. Wright on Iphone New Format
  • download pdf On Close Reading by John Guillory Scott Newstok
  • Read online The Underground Library A Novel by Jennifer Ryan
  • Pdf ePub The Perfect Sacrifice by Abbi Gore Spivey download ebook
  • Download PDF Patchwork Quilt Murder by Leslie Meier
  • Only an Heiress Will Do by Virginia Heath on Audiobook New
  • PDF EPUB Download Scales and Honor The City of Light by Justin a Lee Aryn Storm Full Book
  • Read Pdf Playmaker A Hidden Attractions Novel by Deanna Faison
  • DOWNLOADS Just Add Water My Swimming Life by Katie Ledecky
  • Download PDF Sally Face Art Lore and More by Steve Gabry
  • Online Read Ebook Catching Whimsy 365 Days of Possibility by Bob Goff
  • DOWNLOADS Infinity Alchemist by Kacen Callender
  • Read Pdf Alguien para mí Someone for Me by Juan Arcones Nagore Odriozola
  • PDF El recluso by Freida McFadden Santiago del Rey Farrés
  • Download Pdf 50 German Coffee Breaks Short activities to improve your German one cup at a time by Co
  • PDF EPUB Download Pet Sematary by Stephen King Full Book
  • Case File Compendium Bing An Ben Novel Vol. 2 by Rou Bao Bu Chi Rou DanKe Boki on Audiobook New
  • PDF EPUB Download Bitter Water Opera A Novel by Nicolette Polek Full Book
  • PDF DOWNLOAD Until the Stars Fall BN Exclusive Edition by Vanessa Rasanen on Iphone
  • Ours for Halloween A Dark Monster Romance Novella by Violet Taylor on Audiobook New
  • Again Dangerous Visions by Harlan Ellison Ursula K. Le Guin Kate Wilhelm Ben Bova Gene Wolfe on
  • Download Pdf Maya Natasha A Novel by Elyse Durham
  • PDF DOWNLOAD Absolute Transmetropolitan Vol. 3 2025 Edition by Warren Ellis Darick Robertson on I
  • Read Pdf Small Wars Manual Poems by Chris Santiago
  • Read Pdf KJV Armor of God Bible Childrens Bible Red Letter Comfort Print Holy Bible King James
  • download pdf The Problem of Life How to Find Identity Purpose and Joy in a Disenchanted World by
  • download pdf Marked by Masks and Secrets by Maggie Sunseri
  • DOWNLOAD PDF EPUB Battle Mountain by C. J. Box
  • Read online Stay By My Side After the Rain Vol. 3 by Shoko Rakuta
  • download pdf The Nativity Story by Juliet David Jo Parry
  • DOWNLOAD PDF EPUB The Bezos Letters 14 Principles to Grow Your Business Like Amazon by Steve Ander
  • Read online The Prosecutor One Mans Battle to Bring Nazis to Justice by Jack Fairweather
  • DOWNLOAD PDF EPUB Mated by Kerry Adrienne Sionna Fox Shari Mikels
  • Read Pdf A Little Gaelic Kingdom by Tim Robinson
  • Barnaby Volume Five by Crockett Johnson Philip Nel Ron Howard Daniel Clowes on Ipad
  • PDF Kindle Play of Shadows by Sebastien de Castell
  • PDF EPUB Download Smooth-Talking Texan by Candace Camp Full Book
  • DOWNLOAD PDF EPUB A Students Guide to the Navier-Stokes Equations by Justin W. Garvin
  • Online Read Ebook BIG. Formgiving. An Architectural Future History by TASCHEN
  • Read Pdf Caught Stealing by CE Ricci
  • PDF DOWNLOAD Knitwear from Finland Stunning Nordic designs for clothing and accessories by Niina L
  • PDF Kindle That Time I Got Drunk and Yeeted a Love Potion at a Werewolf by Kimberly Lemming
  • Sample APIs
    • Find pet by ID
      GET
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Deletes a pet
      DELETE
    • Finds Pets by status
      GET
  1. Sample APIs

Find pet by ID

GET
/pet/{petId}
pet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/1'
Response Response Example
200 - Success example
{
    "code": 0,
    "data": {
        "name": "Hello Kitty",
        "photoUrls": [
            "http://dummyimage.com/400x400"
        ],
        "id": 3,
        "category": {
            "id": 71,
            "name": "Cat"
        },
        "tags": [
            {
                "id": 22,
                "name": "Cat"
            }
        ],
        "status": "sold"
    }
}

Request

Path Params
petId
string 
required
pet ID
Example:
1

Responses

🟢200OK
application/json
Body
code
integer 
required
status code
>= 0<= 0
data
object (Pet) 
required
pet details
id
integer <int64>
required
Pet ID
>= 1
category
object (Category) 
required
group
name
string 
required
name
Example:
doggie
photoUrls
array[string]
required
image URL
tags
array[object (Tag) {2}] 
required
tag
status
enum<string> 
required
Pet Sales Status
Allowed values:
availablependingsold
🟠404Record not found
🟠400Invalid input
Previous
PDF Kindle That Time I Got Drunk and Yeeted a Love Potion at a Werewolf by Kimberly Lemming
Next
Add a new pet to the store
Built with