$0.005
per call · USD Coin on Base
Geocode one structural address in the United States, Puerto Rico, or U.S. Island Areas with normalized U.S. Census MAF/TIGER coordinates, optional bounded state/county/tract/block/congressional geography, exact source attribution, and explicit range-interpolation limits.
Endpoint
POST https://apiacre.com/v1/data/us-address-geocode2
Calls / 30d
1
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://apiacre.com/v1/data/us-address-geocode", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"address": "4600 Silver Hill Rd, Washington, DC 20233",
"include_geographies": true
}),
});
const data = await res.json();curl -X POST \
"https://apiacre.com/v1/data/us-address-geocode" \
-H "Content-Type: application/json" \
-d '{"address":"4600 Silver Hill Rd, Washington, DC 20233","include_geographies":true}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"ambiguous": false,
"benchmark": {
"description": "Public Address Ranges - Current Benchmark",
"id": "4",
"isDefault": true,
"name": "Public_AR_Current"
},
"limitations": [
"Coordinates are calculated along a MAF/TIGER address rang...",
"Coverage is limited to structural addresses in the United...",
"No match does not prove that an address is nonexistent, c...",
"The caller-supplied address is sent to the Census Geocode...",
"Current benchmark and geography-vintage data can change, ..."
],
"matchCount": 1,
"matched": true,
"matches": [
{
"addressComponents": {
"fromAddress": "4600",
"preDirection": null,
"preQualifier": null,
"toAddress": "4700"
},
"coordinates": {
"latitude": 38.845053106269,
"longitude": -76.928365658124
},
"matchedAddress": "4600 SILVER HILL RD, WASHINGTON, DC, 20233",
"tigerLine": {
"id": "657091557",
"side": "L"
}
}
],
"matchesTruncated": false,
"query": {
"address": "4600 Silver Hill Rd, Washington, DC 20233",
"includeGeographies": true
},
"retrievedAt": "2026-08-18T05:35:00+00:00",
"source": {
"dataset": "Census Geocoding Services using MAF/TIGER address ranges",
"documentationUrl": "https://geocoding.geo.census.gov/geocoder/Geocoding_Servi...",
"endpointUrl": "https://geocoding.geo.census.gov/geocoder/geographies/one...",
"provider": "U.S. Census Bureau"
},
"vintage": {
"description": "Current Vintage - Current Benchmark",
"id": "4",
"isDefault": true,
"name": "Current_Current"
}
},
"meta": {
"cached": false,
"duration_ms": 42,
"next_actions": [
{
"method": "POST",
"reason": "Use the selected Census coordinates for a separately auth...",
"service": "data.us-weather-forecast",
"title": "Global weather forecast"
}
],
"sources": [],
"warnings": []
},
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "data.us-address-geocode",
"version": "1"
}Payment details
0xa0bfa4f07281c9b248dc3aed2217836bca24869bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from API Acre & similar services
API Acre · Crypto Base Network Status
apiacre.com
Read the latest Base mainnet block and a bounded EIP-1559 fee history in one RPC batch, including gas utilization and priority-fee percentile samples.
API Acre · WEB Metadata
apiacre.com
Extract webpage metadata from one public URL: page title, meta description, canonical URL, headings, hreflang, icons, feeds, Open Graph, Twitter Cards, and JSON-LD Schema.org types, with redirect and response provenance plus privacy-safe, publisher-asserted Organization facts with field evidence.
API Acre · Data Schema
apiacre.com
Create and generate a nested JSON Schema Draft 2020-12 contract by inferring field types and required fields from representative JSON, CSV, TSV, JSON Lines, or YAML records, with equivalent CSV/TSV numeric and null inference, input evidence, and non-enforcing observed bounds.