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-2051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "19610",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/19610",
         "title": "Direct engineering activities, ensuring compliance with environmental, safety, or other governmental regulations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20490",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/20490",
         "title": "Manage and direct the construction, operations, or maintenance activities at project site.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "148",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/148",
         "title": "Inspect project sites to monitor progress and ensure conformance to design specifications and safety or sanitation standards.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "147",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/147",
         "title": "Compute load and grade requirements, water flow rates, or material stress factors to determine design specifications.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "20491",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/20491",
         "title": "Plan and design transportation or hydraulic systems or structures, using computer-assisted design or drawing tools.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20489",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/20489",
         "title": "Provide technical advice to industrial or managerial personnel regarding design, construction, program modifications, or structural repairs.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20492",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/20492",
         "title": "Analyze survey reports, maps, drawings, blueprints, aerial photography, or other topographical or geologic data.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "150",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/150",
         "title": "Direct or participate in surveying to lay out installations or establish reference points, grades, or elevations to guide construction.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "151",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/151",
         "title": "Estimate quantities and cost of materials, equipment, or labor to determine project feasibility.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "152",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.00/related/tasks/152",
         "title": "Prepare or present public reports on topics such as bid proposals, deeds, environmental impact statements, or property and right-of-way descriptions.",
         "importance": 63,
         "category": "Core"
      }
   ]
}