/IndustryMap

Industry data suitable for reporting over large geographic areas, and GIS integrations.

Request Example

Industry Employment by County, Fruit and Vegetable Canning (311421), Connecticut

{
    "industry": {
        "code": 311421, // Fruit and Vegetable Canning  (311421)
        "type": "Digit6"
    },
    "type": 0, // Industry Employment
    "regionLevel": 1, // County-level
    "regionFilter": {
        "code": 10, // Delaware
        "type": "State"
    }
}

Response Example

{
  "data": [
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09001",
      "value": 3.4009026288986206,
      "regionName": "Fairfield County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09003",
      "value": 2.0348161458969116,
      "regionName": "Hartford County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09005",
      "value": 1.6659111678600311,
      "regionName": "Litchfield County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09007",
      "value": 74.49835516037129,
      "regionName": "Middlesex County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09009",
      "value": 123.36842797345932,
      "regionName": "New Haven County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09011",
      "value": 0,
      "regionName": "New London County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09013",
      "value": 126.23520762954479,
      "regionName": "Tolland County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09015",
      "value": 5.615519670239879,
      "regionName": "Windham County, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09996",
      "value": 0,
      "regionName": "Overseas Locations -- Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09997",
      "value": 0,
      "regionName": "Multicounty, Not Statewide -- Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09998",
      "value": 0,
      "regionName": "Out-of-State, Connecticut"
    },
    {
      "region": {
        "code": 0,
        "type": 0
      },
      "fips": "09999",
      "value": 0,
      "regionName": "Unknown Or Undefined, Connecticut"
    }
  ],
  "breaks": [
    0,
    1,
    2,
    3,
    74,
    123,
    128
  ],
  "extent": "-8207338.524300, 5010155.862900,-7991291.705400, 5168561.425400",
  "regionLevel": 1,
  "selectedRegion": null
}

The following possible enumeration values for the "type" parameter allow the request of industry-related metrics. The response format includes a region name, value, and FIPS code.

ValueDescription
EmplEmployment
LQLocation Quotient
EstablishmentsEstablishments
Language
Credentials
Header
Click Try It! to start a request and see the response here!