Jump to Content
pet-store-api-explorerGuidesDiscussions
HomeGuidesAPI ReferenceChangelogDiscussions
v1.0

GuidesDiscussionspet-store-api-explorer
API Reference
v1.0

Swagger Petstore

  • pet
    • Add a new pet to the storepost
    • Update an existing petput
    • Finds Pets by statusget
    • Finds Pets by tagsget
    • Find pet by IDget
    • Updates a pet in the store with form datapost
    • Deletes a petdel
    • uploads an imagepost
  • store
    • Returns pet inventories by statusget
    • Place an order for a petpost
    • Find purchase order by IDget
    • Delete purchase order by IDdel
  • user
    • Create userpost
    • Creates list of users with given input arraypost
    • Creates list of users with given input arraypost
    • Logs user into the systemget
    • Logs out current logged in user sessionget
    • Get user by user nameget
    • Updated userput
    • Delete userdel
Powered by 

Finds Pets by status

Multiple status values can be provided with comma separated strings

Language
Click Try It! to start a request and see the response here!