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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}