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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16323",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16323",
         "title": "Design or prepare plans for new transportation systems or parts of systems, such as airports, commuter trains, highways, streets, bridges, drainage structures, or roadway lighting.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "16320",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16320",
         "title": "Check construction plans, design calculations, or cost estimations to ensure completeness, accuracy, or conformity to engineering standards or practices.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16305",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16305",
         "title": "Prepare administrative, technical, or statistical reports on traffic-operation matters, such as accidents, safety measures, or pedestrian volume or practices.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16311",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16311",
         "title": "Plan alteration or modification of existing transportation structures to improve safety or function.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "16319",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16319",
         "title": "Confer with contractors, utility companies, or government agencies to discuss plans, specifications, or work schedules.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16303",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16303",
         "title": "Present data, maps, or other information at construction-related public hearings or meetings.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16310",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16310",
         "title": "Prepare final project layout drawings that include details such as stress calculations.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16314",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16314",
         "title": "Investigate traffic problems and recommend methods to improve traffic flow or safety.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "16318",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/16318",
         "title": "Estimate transportation project costs.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "19612",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/related/tasks/19612",
         "title": "Design or engineer drainage, erosion, or sedimentation control systems for transportation projects.",
         "importance": 70,
         "category": "Core"
      }
   ]
}