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/online/occupations/37-3012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11231",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11231",
         "title": "Start motors and engage machinery, such as sprayer agitators or pumps or portable spray equipment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11232",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11232",
         "title": "Connect hoses and nozzles selected according to terrain, distribution pattern requirements, types of infestations, and velocities.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11233",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11233",
         "title": "Clean or service machinery to ensure operating efficiency, using water, gasoline, lubricants, or hand tools.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11234",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11234",
         "title": "Provide driving instructions to truck drivers to ensure complete coverage of designated areas, using hand and horn signals.",
         "importance": 65,
         "category": "Supplemental"
      },
      {
         "id": "11235",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3012.00/related/tasks/11235",
         "title": "Plant grass with seed spreaders, and operate straw blowers to cover seeded areas with mixtures of asphalt and straw.",
         "importance": 45,
         "category": "Supplemental"
      }
   ]
}