Real-world examples and tutorials for the Requiems API.
A product by Bobadilla Technologies
This repo contains self-contained example projects that show how to use the Requiems API in real applications — from form validation to financial dashboards, built with a variety of languages and frameworks.
One API key. 150+ endpoints. Start building in minutes.
curl -X POST https://api.requiems.xyz/v1/email/validate \
-H "requiems-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]"}'
# → { "valid": false, "suggestion": "gmail.com" }Get your API key at requiems.xyz.
| Project | Description | Stack | API Used | Difficulty |
|---|---|---|---|---|
| nextjs-email-validation | Real-time email validation in a signup flow — syntax, MX, disposable checks, typo suggestions, and normalization. Built as a YouTube tutorial. | Next.js 16 · TypeScript · Tailwind v4 · Better Auth · shadcn/ui | POST /v1/email/validate |
Beginner |
All endpoints are documented at requiems.xyz/en/apis.
| Category | Description |
|---|---|
| AI & Computer Vision | Embeddings, face detection, image-to-text, object detection, sentiment, text similarity |
| Animals | Facts about animals, cats, and dogs |
| Validate, normalize, and check disposable email addresses | |
| Entertainment | Advice, jokes, horoscopes, trivia, sudoku, quotes, and more |
| Finance | Stock prices, crypto, currency conversion, IBAN, VAT, mortgages, and 30+ more |
| Health & Wellness | Nutrition, recipes, exercises, hospitals, cocktails |
| Internet & Technology | QR codes, barcodes, DNS lookup, IP lookup, WHOIS, password generation, user agent parsing |
| Miscellaneous | Unit conversion, random users, holidays, historical events, baby names |
| Places | Geocoding, timezones, weather, air quality, working days, country data |
| Text | Spell check, thesaurus, profanity filter, lorem ipsum, language detection, rhymes |
| Transportation | Cars, aircraft, airlines, airports, VIN lookup, electric vehicles |
| Weather | Current and forecast weather data |
| Status | API health and uptime |
Want to add an example? See contributing.md for the full guide — naming conventions, tooling standards, and a step-by-step walkthrough.