Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/mnm/industries/11/some_people
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 11,
   "total": 11,
   "example": {
      "href": "https://api-v2.onetcenter.org/mnm/careers/19-4013.00/",
      "code": "19-4013.00",
      "title": "Food Science Technicians",
      "tags": {
         "bright_outlook": true
      },
      "percent_employed": 33
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-4012.00/",
         "code": "19-4012.00",
         "title": "Agricultural Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/39-2011.00/",
         "code": "39-2011.00",
         "title": "Animal Trainers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/45-4021.00/",
         "code": "45-4021.00",
         "title": "Fallers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/49-3041.00/",
         "code": "49-3041.00",
         "title": "Farm Equipment Mechanics & Service Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/11-9013.00/",
         "code": "11-9013.00",
         "title": "Farmers, Ranchers, & Other Agricultural Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-4013.00/",
         "code": "19-4013.00",
         "title": "Food Science Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/45-4011.00/",
         "code": "45-4011.00",
         "title": "Forest & Conservation Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-1032.00/",
         "code": "19-1032.00",
         "title": "Foresters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/37-3012.00/",
         "code": "37-3012.00",
         "title": "Pesticide Handlers, Sprayers, & Applicators, Vegetation",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-4012.01/",
         "code": "19-4012.01",
         "title": "Precision Agriculture Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/mnm/careers/19-1013.00/",
         "code": "19-1013.00",
         "title": "Soil & Plant Scientists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}