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/49-9051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8412",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8412",
         "title": "Adhere to safety practices and procedures, such as checking equipment regularly and erecting barriers around work areas."
      },
      {
         "id": "8418",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8418",
         "title": "Drive vehicles equipped with tools and materials to job sites."
      },
      {
         "id": "8413",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8413",
         "title": "Open switches or attach grounding devices to remove electrical hazards from disturbed or fallen lines or to facilitate repairs."
      },
      {
         "id": "8414",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8414",
         "title": "Climb poles or use truck-mounted buckets to access equipment."
      },
      {
         "id": "8416",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9051.00/related/tasks/8416",
         "title": "Install, maintain, and repair electrical distribution and transmission systems, including conduits, cables, wires, and related equipment, such as transformers, circuit breakers, and switches."
      }
   ]
}