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/17-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "5336",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5336",
         "title": "Prepare reports, sketches, working drawings, specifications, proposals, and budgets for proposed sites or systems.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5325",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5325",
         "title": "Visit sites to observe environmental problems, to consult with contractors, or to monitor construction activities.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "5337",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5337",
         "title": "Meet with clients, such as district or regional councils, farmers, and developers, to discuss their needs.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "5331",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5331",
         "title": "Discuss plans with clients, contractors, consultants, and other engineers so that they can be evaluated and necessary changes made.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "5327",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5327",
         "title": "Test agricultural machinery and equipment to ensure adequate performance.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "5334",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5334",
         "title": "Plan and direct construction of rural electric-power distribution systems, and irrigation, drainage, and flood control systems for soil and water conservation.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "5329",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5329",
         "title": "Provide advice on water quality and issues related to pollution management, river control, and ground and surface water resources.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "5328",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5328",
         "title": "Design structures for crop storage, animal shelter and loading, and animal and crop processing, and supervise their construction.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "5330",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5330",
         "title": "Conduct educational programs that provide farmers or farm cooperative members with information that can help them improve agricultural productivity.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "5338",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/related/tasks/5338",
         "title": "Design sensing, measuring, and recording devices, and other instrumentation used to study plant or animal life.",
         "importance": 63,
         "category": "Core"
      }
   ]
}