petstore blitz
asdgasdg
82 subscribers
8/10 popularity
588 ms avg latency
100% success rate
20 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
petstore blitz endpoints
| Method | Endpoint | Description |
|---|---|---|
| pet | ||
| GET |
getPetById /pet/{petId} |
Returns a single pet |
| GET |
findPetsByStatus /pet/findByStatus |
Multiple status values can be provided with comma separated strings |
| POST |
updatePetWithForm /pet/{petId} |
|
| POST |
addPet /pet |
|
| GET |
findPetsByTags /pet/findByTags |
Muliple tags can be provided with comma separated strings. Use\ \ tag1, tag2, tag3 for testing. |
| PUT |
updatePet /pet |
|
| POST |
uploadFile /pet/{petId}/uploadImage |
|
| DELETE |
deletePet /pet/{petId} |
|
| store | ||
| GET |
getInventory /store/inventory |
Returns a map of status codes to quantities |
| POST |
placeOrder /store/order |
|
| DELETE |
deleteOrder /store/order/{orderId} |
For valid response try integer IDs with positive integer value.\ \ Negative or non-integer values will generate API errors |
| GET |
getOrderById /store/order/{orderId} |
For valid response try integer IDs with value >= 1 and |
| user | ||
| POST |
createUsersWithListInput /user/createWithList |
|
| POST |
createUsersWithArrayInput /user/createWithArray |
|
| DELETE |
deleteUser /user/{username} |
This can only be done by the logged in user. |
| GET |
loginUser /user/login |
|
| GET |
logoutUser /user/logout |
|
| GET |
getUserByName /user/{username} |
|
| PUT |
updateUser /user/{username} |
This can only be done by the logged in user. |
| POST |
createUser /user |
This can only be done by the logged in user. |
petstore blitz pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|