Authentication
The free tier requires no authentication โ it's a browser-only demo. The paid tier authenticates requests with an API key passed in the x-api-key header. You can generate a key from your account dashboard.
Endpoints
GET /v1/address
Generate one random US address. Optionally restrict to a state by passing ?state=CA.
Live demo (browser)
Click below to simulate a request entirely in your browser โ no server, no key needed.
GET /v1/batch
Generate up to 1000 addresses in a single request. Pass count and optional state.
Live demo (browser)
Generate a batch result in your browser.
GET /v1/ein
Generate one synthetic EIN in XX-XXXXXXX format.
GET /v1/phone
Generate one random US phone number.
GET /v1/zip/{zip}
Look up a 5-digit ZIP and return the corresponding state + sample city.
Live demo (browser)
Type a 5-digit ZIP and run the lookup locally.
Rate limits & pricing
| Tier | Auth | Volume | Rate | Price |
|---|---|---|---|---|
| Free (browser demo) | None | Up to 1000 / page load | Local | $0 |
| PAID Standard | API key | 100k / month | 10 req/s | $19 / mo |
| PAID Pro | API key | 1M / month | 50 req/s | $49 / mo |
| PAID Enterprise | API key + SSO | Custom | Custom | Contact us |
api.us-address.example) shown in the sample requests is illustrative โ replace it with the live endpoint URL from your account dashboard once you sign up.
Frequently Asked Questions
What does the free tier include?
A browser-only demo you can run from the live demo buttons on this page. It returns up to 1000 records per page load with no API key.
What's the difference between free and paid?
Paid gives you a hosted endpoint with API-key auth, higher rate limits, monthly quota and SLA. Perfect for CI pipelines, server-side seeding and production-volume testing.
Do I need an account for the free tier?
No. The free demo runs entirely in your browser. No signup, no API key.
Are the responses real addresses?
No. They are random and synthetic. Use them only for testing, fixtures and demos.