Hud Usps Zip Crosswalk Example

HousingGovernmentFair Market RentMortgageCommunity DevelopmentPublic HousingSection 8Income Limits

Hud Usps Zip Crosswalk Example is an example object payload from HUD - US Department of Housing and Urban Development, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

hud-usps-zip-crosswalk-example.json Raw ↑
{
  "data": {
    "results": [
      {
        "zip": "20001",
        "geoid": "11001",
        "county": "11001",
        "tract": null,
        "cbsa": "47900",
        "cd": "1100098",
        "res_ratio": 1.0,
        "bus_ratio": 1.0,
        "oth_ratio": 1.0,
        "tot_ratio": 1.0
      }
    ]
  }
}