tools
# API Toolkit - Your All-in-One Development Companion **API Toolkit** is a comprehensive, multi-purpose API solution designed to streamline your development workflow. Built on Next.js 14 with TypeScript, it delivers 24+ production-ready endpoints with enterprise-grade performance and reliability. ## 🎯 What You Get ### Data Validation Services - **Email Validation**: Verify email formats and…
tools endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| POST |
validateEmail /api/validate/email |
Validate email address |
| POST |
validatePhone /api/validate/phone |
Validate phone number |
| Generation | ||
| GET |
generateUuid /api/generate/uuid |
Generate single UUID |
| POST |
generateUuidBatch /api/generate/uuid |
Generate unique identifiers in batch |
| POST |
generatePassword /api/generate/password |
Generate random password |
| POST |
generateQrcode /api/generate/qrcode |
Generate QR code |
| Tools | ||
| POST |
lookupIp /api/tools/ip |
IP address lookup |
| POST |
processText /api/tools/text |
Text processing |
| POST |
convertTimestamp /api/tools/timestamp |
Timestamp conversion |
| POST |
base64EncodeDecode /api/tools/base64 |
Base64 encode/decode |
| POST |
urlEncodeDecode /api/tools/encode |
URL encode/decode |
| POST |
formatJson /api/tools/json |
JSON formatting |
| POST |
testRegex /api/tools/regex |
Regular expression testing |
| POST |
calculateHash /api/tools/hash |
Hash calculation |
| POST |
convertColor /api/tools/color |
Color conversion |
| POST |
convertUnit /api/tools/unit |
Unit conversion |
| Geography | ||
| POST |
queryGeoPost /api/geo |
Geographic information query (POST) |
| GET |
queryGeo /api/geo |
Geographic information query |
| Holidays | ||
| GET |
getLongWeekend /api/holidays/longweekend |
Long weekend query |
| GET |
getHolidayCountdown /api/holidays/countdown |
Holiday countdown |
| GET |
checkWorkday /api/holidays/workday |
Workday query |
| GET |
getNextHoliday /api/holidays/next |
Next holiday |
| GET |
checkHoliday /api/holidays/check |
Holiday check |
| GET |
getHolidaysByYear /api/holidays/year |
Get annual holidays |
| GET |
getHolidayStats /api/holidays/stats |
Holiday statistics |
tools pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA | $49.99 / month | — |
|