ApiCrate Documentation¶
Rich and fast JSON APIs for developers — user-agent parsing, IP geolocation, country lookup, postal codes, timezones, hashing, Bible, and email risk scoring.
ApiCrate is available as both a REST API and an MCP Server for AI agents.
Getting Started
MCP Server
REST API
- REST API
- User Agents
- IP Geolocation
- Countries
- Postal Codes
- GET /api/v1/postal
- POST /api/v1/postal/validate
- GET /api/v1/postal/{country_code}
- GET /api/v1/postal/{country_code}/codes
- GET /api/v1/postal/{country_code}/search
- POST /api/v1/postal/{country_code}/within
- POST /api/v1/postal/{country_code}/nearby
- GET /api/v1/postal/{country_code}/validate/{postal_code}
- GET /api/v1/postal/{country_code}/{postal_code}
- Timezones
- Hashing
- Bible
- Email Risk
- OpenAPI Specification
Reference