/OccupationMap

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

Request Example

Employment by Place of Work, Personal Financial Advisors (13-2052), all counties in Delaware.

{
    // Personal Financial Advisors (13-2052)
    "occupation": {
        "code": "13-2052",
        "type": "Detailed"
    },
    // 
    // Delaware, county-level
    "regionFilter": {
        "code": 10,
        "type": "State"
    },
    "regionLevel": "County",
    // Employment by Place of Work
    "occConcentrationType": "EmployedWork"
}

Response Example

{
    "data": [{
            "region": {
                "code": 0,
                "type": 0
            },
            "fips": "10001",
            "value": 90.2679,
            "regionName": "Kent County, Delaware"
        },
        {
            "region": {
                "code": 0,
                "type": 0
            },
            "fips": "10003",
            "value": 2248.7691,
            "regionName": "New Castle County, Delaware"
        },
        {
            "region": {
                "code": 0,
                "type": 0
            },
            "fips": "10005",
            "value": 113.0506,
            "regionName": "Sussex County, Delaware"
        }
    ],
    "breaks": [
        0.0,
        90.0,
        91.0,
        113.0,
        114.0,
        2248.0,
        2250.0
    ],
    "extent": "-8436781.416500, 4643337.172600,-8354409.857500, 4842601.691000",
    "regionLevel": 1,
    "selectedRegion": null
}

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

ValueDescription
EmployedWorkPlace of work of employed workers
EmployedResidencePlace of residence of employed workers
UnemployedResidencePlace of residence of unemployed workers
LQLocation Quotient
CommuteNet commuting
Language
Credentials
Header
Click Try It! to start a request and see the response here!