https://github.com/bobadilla-tech/requiems-api
🔱 One API key. Multiple enterprise-grade APIs.
https://github.com/bobadilla-tech/requiems-api
api-platform api-rest auth-gateway backend-api golang ruby-on-rails
Last synced: about 19 hours ago
JSON representation
🔱 One API key. Multiple enterprise-grade APIs.
- Host: GitHub
- URL: https://github.com/bobadilla-tech/requiems-api
- Owner: bobadilla-tech
- License: other
- Created: 2025-12-15T16:22:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-23T14:46:59.000Z (27 days ago)
- Last Synced: 2026-04-23T16:34:41.116Z (27 days ago)
- Topics: api-platform, api-rest, auth-gateway, backend-api, golang, ruby-on-rails
- Language: Go
- Homepage: https://requiems.xyz
- Size: 18.4 MB
- Stars: 2
- Watchers: 0
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.md
- Code of conduct: code_of_conduct.md
- Codeowners: .github/CODEOWNERS
- Security: security.md
- Agents: agents.md
Awesome Lists containing this project
README
One API key. Multiple enterprise-grade APIs.
A product by Bobadilla Technologies
# What's Requiems API?
Requiems API is a production-ready API platform providing unified access to
multiple enterprise-grade APIs. Eliminate months of data sourcing, validation
logic, and infrastructure setup. Start building features today, not
infrastructure.
[](https://github.com/bobadilla-tech/requiems-api/actions/workflows/ci.yml)
[](https://codecov.io/gh/bobadilla-tech/requiems-api)
[](https://requiems.xyz)
[](https://requiems.xyz/apis)
## Built for Scale, Designed for Speed
- **Go API** – Lightning-fast backend with domain-driven design
- **Rails Dashboard** – Beautiful UI for users and admins
- **Cloudflare Worker Gateway** – Global edge network handling auth, rate
limiting, and credit tracking
## Quick Start
Get your API key at [requiems.xyz](https://requiems.xyz), then try it out:
```bash
# Example: Check if an email is disposable (one of our many APIs)
curl -X POST https://api.requiems.xyz/v1/email/disposable/check \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "test@tempmail.com"}'
```
Explore our full catalog of APIs including email validation, finances utilities,
and more in the [documentation](https://requiems.xyz/apis).