Response

{
    "code": "200",
    "msg": "Naics codes found",
    "object": [
        {
            "code": "11",
            "name": "Agriculture, Forestry, Fishing and Hunting"
        },
        {
            "code": "21",
            "name": "Mining"
        },
        {
            "code": "22",
            "name": "Utilities"
        },
        {
            "code": "23",
            "name": "Construction"
        },
            .
            .
            .
        {
            "code": "92",
            "name": "Public Administration"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!