Return a list of NAICS or a filtered list of NAICS

Documentation for this endpoint can be found here.

GET /api/v2/references/naics/11/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "results": [
        {
            "naics": "11",
            "naics_description": "Agriculture, Forestry, Fishing and Hunting",
            "count": 64,
            "children": [
                {
                    "naics": "1111",
                    "naics_description": "Oilseed and Grain Farming",
                    "count": 8
                },
                {
                    "naics": "1112",
                    "naics_description": "Vegetable and Melon Farming",
                    "count": 2
                },
                {
                    "naics": "1113",
                    "naics_description": "Fruit and Tree Nut Farming",
                    "count": 9
                },
                {
                    "naics": "1114",
                    "naics_description": "Greenhouse, Nursery, and Floriculture Production",
                    "count": 4
                },
                {
                    "naics": "1119",
                    "naics_description": "Other Crop Farming",
                    "count": 7
                },
                {
                    "naics": "1121",
                    "naics_description": "Cattle Ranching and Farming",
                    "count": 4
                },
                {
                    "naics": "1122",
                    "naics_description": "Hog and Pig Farming",
                    "count": 1
                },
                {
                    "naics": "1123",
                    "naics_description": "Poultry and Egg Production",
                    "count": 5
                },
                {
                    "naics": "1124",
                    "naics_description": "Sheep and Goat Farming",
                    "count": 2
                },
                {
                    "naics": "1125",
                    "naics_description": "Aquaculture",
                    "count": 3
                },
                {
                    "naics": "1129",
                    "naics_description": "Other Animal Production",
                    "count": 4
                },
                {
                    "naics": "1131",
                    "naics_description": "Timber Tract Operations",
                    "count": 1
                },
                {
                    "naics": "1132",
                    "naics_description": "Forest Nurseries and Gathering of Forest Products",
                    "count": 1
                },
                {
                    "naics": "1133",
                    "naics_description": "Logging",
                    "count": 1
                },
                {
                    "naics": "1141",
                    "naics_description": "Fishing",
                    "count": 3
                },
                {
                    "naics": "1142",
                    "naics_description": "Hunting and Trapping",
                    "count": 1
                },
                {
                    "naics": "1151",
                    "naics_description": "Support Activities for Crop Production",
                    "count": 6
                },
                {
                    "naics": "1152",
                    "naics_description": "Support Activities for Animal Production",
                    "count": 1
                },
                {
                    "naics": "1153",
                    "naics_description": "Support Activities for Forestry",
                    "count": 1
                }
            ]
        }
    ]
}