My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • Read pdf Archangels Lineage by Nalini Singh
  • Online Read Ebook Untouchable by Mike Lawson
  • PDF EPUB Download Twin Star Exorcists Vol. 33 Onmyoji by Yoshiaki Sukeno Full Book
  • PDF Download Warriors Changing Skies 1 The Elders Quest by Erin Hunter
  • DOWNLOADS Communication Systems Engineering with GNU Radio A Hands-on Approach by Jean-Michel Friedt
  • Read online His Roommates Pleasure by Lana McGregor
  • Pdf ePub Disenchantment Untold Tales Vol.2 by Matt Groening download ebook
  • Pornography Men Possessing Women by Andrea Dworkin on Ipad
  • pdf download A Fortunes Redemption by Stella Bagwell
  • Threat of Exposure A Thrilling Suspense Novel by Lynette Eason on Audiobook New
  • Britannicas Encyclopedia Infographica 1 000s of Facts Figures-about Earth space animals the body
  • PDF Download Job Moves 9 Steps for Making Progress in Your Career by Ethan Bernstein Michael B. H
  • Online Read Ebook Bake With Brooki by Brooke Bellamy
  • Read Pdf Max Beckmann by Christiane Zeiller Bernhard Maaz
  • epub download Meditation for the Real World Finding Peace in Everyday Life by Ann Swanson Michelle
  • Download PDF Walt Disneys Uncle Scrooge The Diamond Jubilee Collection by Carl Barks
  • pdf download Endangered Species by Charles E. Gannon
  • pdf download Missed Connections by Justin Deubel
  • Read Pdf Seven Ghosts by Chris Priestley
  • PDF Download Werewolf Hamlet by Kerry Madden-Lunsford
  • PDF EPUB Download Untouchable by Mike Lawson Full Book
  • PDF Download Rooster Fighter Vol. 7 by Shu Sakuratani
  • PDF EPUB Download Gestalt Language Processing Supporting Autistic and Neurodivergent Children with
  • Online Read Ebook The Comeuppance by Branden Jacobs-Jenkins
  • Online Read Ebook Call Down the Hawk by Maggie Stiefvater
  • epub download All or Nothing How Trump Recaptured America by Michael Wolff
  • download pdf Industrial Policy for the United States Winning the Competition for Good Jobs and High
  • PDF DOWNLOAD Happy Place by Emily Henry on Iphone
  • Read pdf No Love Zone Vol. 1 by Danbi
  • Read online Meant for Each Other by Ginna Gray
  • download pdf Imposible decir adiós We Do Not Part by Han Kang
  • epub download A Love So Strong When Love Comes Home by Arlene James
  • Pdf ePub Love Leda by Mark Hyatt download ebook
  • Pdf ePub Who Owns This Sentence A History of Copyrights and Wrongs by David Bellos Alexandre Monta
  • PDF EPUB Download The Darkest White A Mountain Legend and the Avalanche That Took Him by Eric Blehm
  • epub download The Battle for Kyiv The Fight for Ukraines Capital by Christopher A Lawrence
  • Read Pdf Qatars Foreign Policy Geography Politics and Strategy since 1971 by Marwan Kabalan Moha
  • pdf download The Mysteries of Monkey Island All Aboard to Take on the Pirates by Nicolas Deneschau
  • Download Pdf Minas Matchbox A Novel by Yoko Ogawa Stephen B. Snyder
  • 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

Finds Pets by status

GET
/pet/findByStatus
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/findByStatus?status'
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"
        },
        {
            "name": "White Dog",
            "photoUrls": [
                "http://dummyimage.com/400x400"
            ],
            "id": 3,
            "category": {
                "id": 71,
                "name": "Dog"
            },
            "tags": [
                {
                    "id": 22,
                    "name": "Dog"
                }
            ],
            "status": "sold"
        }
    ]
}

Request

Query Params

Responses

🟢200OK
application/json
Body

🟠400Invalid status value
Modified at 2025-06-16 00:27:50
Previous
Deletes a pet
Built with