{
  "x402Version": 2,
  "id": 4318,
  "slug": "4318",
  "resource": "https://api.eckari.com/v1/locations/us/geographies",
  "description": "Return the US Census Bureau geographies containing a latitude/longitude — state, county, census tract, block group, census block, incorporated place, congressional district and ZIP Code Tabulation Area — each with its FIPS or GEOID. The standard way to attach official US statistical geography to a point. Use when: Which county and census tract is this coordinate in?",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9d6b6fdB04040a55d58B24ff4C90C08cf6083C8f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "lat": 38.8977,
            "lon": -77.0365
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "benchmark": "Public_AR_Current",
              "block": {
                "geoid": "110019800001034"
              },
              "block_group": {
                "geoid": "110019800001"
              },
              "congressional_district": {
                "geoid": "1198",
                "name": "Delegate District (at Large)"
              },
              "county": {
                "fips": "11001",
                "name": "District of Columbia"
              },
              "place": {
                "geoid": "1150000",
                "name": "Washington city"
              },
              "query": {
                "lat": 38.8977,
                "lon": -77.0365
              },
              "state": {
                "fips": "11",
                "name": "District of Columbia",
                "usps": "DC"
              },
              "tract": {
                "geoid": "11001980000",
                "name": "Census Tract 9800"
              },
              "vintage": "Current_Current",
              "zcta": {
                "geoid": "20006"
              }
            },
            "meta": {
              "capability": "location.us.geographies",
              "freshness": "live",
              "source": "census_geocoder",
              "version": "2.0.0"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/locations/us/geographies",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "lat": {
                    "description": "Latitude in decimal degrees (WGS 84), e.g. 38.8977.",
                    "maximum": 90,
                    "minimum": -90,
                    "type": "number"
                  },
                  "lon": {
                    "description": "Longitude in decimal degrees (WGS 84), negative in the western hemisphere, e.g. -77.0365.",
                    "maximum": 180,
                    "minimum": -180,
                    "type": "number"
                  }
                },
                "required": [
                  "lat",
                  "lon"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "api.eckari.com",
  "lastUpdated": "2026-08-27T22:36:50.127Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T22:36:49.897Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.eckari.com",
    "manifest_name": "api.eckari.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}