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/47-4051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4872",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4872",
         "title": "Set out signs and cones around work areas to divert traffic."
      },
      {
         "id": "4871",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4871",
         "title": "Flag motorists to warn them of obstacles or repair work ahead."
      },
      {
         "id": "18783",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/18783",
         "title": "Perform preventative maintenance on vehicles and heavy equipment."
      },
      {
         "id": "4875",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4875",
         "title": "Drive trucks to transport crews and equipment to work sites."
      },
      {
         "id": "4878",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4051.00/related/tasks/4878",
         "title": "Erect, install, or repair guardrails, road shoulders, berms, highway markers, warning signals, and highway lighting, using hand tools and power tools."
      }
   ]
}