API Acre · Data US Address Geocode

by API Acre

POSTBaseSolana

$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-geocode

2

Calls / 30d

1

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xa0bfa4f07281c9b248dc3aed2217836bca24869b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from API Acre & similar services