My lovely API
Swagger Petstore (1.0.0)
This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key
to test the authorization filters.
This API is documented in OpenAPI format and is based on Petstore sample provided by swagger.io team. It was extended to illustrate features of generator-openapi-repo tool and ReDoc documentation. In addition to standard OpenAPI syntax we use a few vendor extensions.
This API is documented in OpenAPI format and is based on Petstore sample provided by swagger.io team. It was extended to illustrate features of generator-openapi-repo tool and ReDoc documentation. In addition to standard OpenAPI syntax we use a few vendor extensions.
This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec. And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.
Apache 2.0
https://innovario.apishowdown.com/_mock/petstore/
https://petstore.swagger.io/v2/
https://petstore.swagger.io/sandbox/
Information about cat in the system
The list of URL to a cute photos featuring pet
The list of URL to a cute photos featuring pet
The list of URL to a cute photos featuring pet
- Mock server
https://innovario.apishowdown.com/_mock/petstore/myWebhook
- Default server
https://petstore.swagger.io/v2/myWebhook
- Sandbox server
https://petstore.swagger.io/sandbox/myWebhook
{
"id": 0,
"category": {
"id": 0,
"name": "string",
"sub": {
"prop1": "string"
}
},
"name": "Guru",
"photoUrls": [],
"friend": {},
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available",
"petType": "cat",
"huntingSkill": "adventurous"
}
Information about cat in the system
The list of URL to a cute photos featuring pet
The list of URL to a cute photos featuring pet
The list of URL to a cute photos featuring pet
- Mock server
https://innovario.apishowdown.com/_mock/petstore/myWebhook
- Default server
https://petstore.swagger.io/v2/myWebhook
- Sandbox server
https://petstore.swagger.io/sandbox/myWebhook
{
"id": 0,
"category": {
"id": 0,
"name": "string",
"sub": {
"prop1": "string"
}
},
"name": "Guru",
"photoUrls": [],
"friend": {},
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available",
"petType": "cat",
"huntingSkill": "adventurous"
}