Petstore API

A fully functional REST API for managing a pet store, built with Cloudflare Workers and D1

About the Project

RESTful API

Following OpenAPI/Swagger Petstore specification

Serverless

Built on Cloudflare Workers

Database

Powered by Cloudflare D1

Try the API

curl -X 'GET' \
  'https://petstore.automatic-demo.com/api/v3/store/order/1' \
  -H 'accept: application/json'