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

URL:
https://api-v2.onetcenter.org/online/occupations/37-3012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11228",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11228",
         "title": "Mix pesticides, herbicides, or fungicides for application to trees, shrubs, lawns, or botanical crops."
      },
      {
         "id": "11227",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11227",
         "title": "Fill sprayer tanks with water and chemicals, according to formulas."
      },
      {
         "id": "11230",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11230",
         "title": "Lift, push, and swing nozzles, hoses, and tubes to direct spray over designated areas."
      },
      {
         "id": "20762",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/20762",
         "title": "Identify lawn or plant diseases to determine the appropriate course of treatment."
      },
      {
         "id": "11229",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11229",
         "title": "Cover areas to specified depths with pesticides, applying knowledge of weather conditions, droplet sizes, elevation-to-distance ratios, and obstructions."
      }
   ]
}