Google Maps Geocoding alternative
Weganar returns rooftop-accurate US coordinates and the 15-digit Census block
for every address — and you own the results forever. No caching restrictions,
no per-map-load pricing. Pay for what you use.
You can store your results
Google's terms restrict caching and storing geocoding content. If your app writes lat/lng to a database — as almost every analytics, CRM, or property workflow does — that's a compliance problem. With Weganar you geocode once and keep the result. It's your data.
Census block on every result
Google and Mapbox hand you coordinates and stop. Weganar returns the 15-digit 2020 Census block GEOID on every rooftop/parcel match — the join key for demographics, HMDA/CRA reporting, and any Census enrichment. No second API, no PostGIS.
Pay-as-you-go, not per-map-load
No bundling with a Maps SDK you don't use. A free Developer tier (5,000 geocodes/month), simple monthly plans, and prepaid credits for enrichment reports.
Show, don't tell
curl -X POST "https://weganar.com/api/v1/geocode" \
-H "X-API-Key: gck_your_api_key" \
-H "Content-Type: application/json" \
-d '{"address": "1600 Pennsylvania Ave NW,
Washington, DC 20500"}'
{
"matchCode": "NAD_PARCEL",
"locationCode": "ROOFTOP",
"lat": 38.897675,
"lon": -77.036547,
"fips": "11001",
"censusBlock": "110010062021031",
"apn": "0187S 0800"
}
That censusBlock field is the one you'd otherwise build a whole pipeline for.
Start free — 5,000 geocodes/month
No card required. Store your results. Get the Census block.
Create a free account