My Project
  1. Sample APIs
My Project
  • Start your Apidog journey
  • téléchargement epub Tout dessiner en 5 étapes
  • Télécharger PDF Procrastination Breaking the Habit - Mindscapes Navigating the Psyche 1
  • PDF Marta et le mystère de Little Farm - A Gold Story 5 par Rosa Bergerac
  • PDF Kindle Strive - 8 Steps to Find Your Awesome par Venus Williams
  • TÉLÉCHARGER PDF EPUB A ta mort ce sera à moi
  • PDF Ingleside Reviews Path to Wellness Your Guide to a Healthy Lifestyle - Ingleside Reviews Compre
  • Télécharger PDF Le goût du bonheur Tome 1
  • Télécharger PDF Le vieil homme et le chat
  • Lire en ligne Guarding Your Heart
  • TÉLÉCHARGER PDF EPUB Bad for me Tome 2
  • Télécharger PDF Requiem pour un joueur
  • Lecture en ligne Ebook Connaissance et innovation
  • téléchargement pdf Elon Musk
  • TÉLÉCHARGER PDF EPUB Origami japonais
  • TÉLÉCHARGEMENTS La reine Charlotte - Avant les Bridgerton
  • TÉLÉCHARGER PDF EPUB Profession architecte
  • PDF The Naughty List par Zoe Cannon
  • PDF Love Mix-Up Tome 9 téléchargement
  • Télécharger PDF The Sweethearts Naughty Scandal - Rogues Gone Dirty 7
  • téléchargement pdf Découvrir Belle-Ile par le sentier côtier
  • TÉLÉCHARGER PDF EPUB Le trésor de lîle au Crâne
  • téléchargement pdf La vague
  • Pdf ePub Le baron perché par Italo Calvino téléchargement ebook
  • PDF One Last Rainy Day téléchargement
  • Lecture en ligne Ebook Réseau de séduction et de pouvoir des beautés délite - Réseau de séduction et
  • Lecture en ligne Ebook Les princes charmants ne savent pas voler
  • téléchargement epub Short Horror Erotic Stories
  • PDF Rédalga par Lucie Delarue-Mardrus
  • téléchargement epub Changing Room Desires Her Secret Plan with Two
  • PDF A Cosmic Comic Odyssey - Moonstruck 26 téléchargement
  • PDF La face cachée de Margo téléchargement
  • PDF Tryst with Destiny Indias Post-Independence Journey téléchargement
  • PDF Lalimentation intuitive - Le grand livre téléchargement
  • Télécharger Pdf Les Os Emeraude Tome 3
  • télécharger pdf Hunted Claimed By The Sasquatch Monster Erotica Romance - Her Monster Mate Romance
  • Lecture en ligne Ebook Contes et nouvelles
  • téléchargement epub Hygiène de lassassin
  • télécharger pdf Last Customer A Shoe Store Fantasy
  • PDF Thailand Redlight - Bangkok Paradise Sin téléchargement
  • Kindle Tu comprendras quand tu seras plus grande téléchargement
  • Télécharger PDF Wicked Tome 1
  • PDF The Power of Unity - Building Bridges - Civil Rights 4 par BGodInspired
  • PDF La chute de la maison Mélenchon par Thomas Guénolé
  • TÉLÉCHARGEMENTS The Ravenhood Tome 1
  • Lecture en ligne Ebook Seguidor Renunciar a mí mismo y seguir a Jesús para vivir el discipulado radi
  • téléchargement pdf How To Get Off The Hamster Wheel
  • Télécharger PDF Le vieux et la belle
  • télécharger pdf De verrassing - Winterspetters 2
  • Lecture en ligne Ebook Le mal joli
  • téléchargement pdf The Career Interview Blueprint
  • 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
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
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 2 months ago
Previous
Deletes a pet
Built with