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/53-4041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 10,
   "task": [
      {
         "id": "12767",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12767",
         "title": "Monitor lights indicating obstructions or other trains ahead and watch for car and truck traffic at crossings to stay alert to potential hazards.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "12765",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12765",
         "title": "Operate controls to open and close transit vehicle doors.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "12766",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12766",
         "title": "Drive and control rail-guided public transportation, such as subways, elevated trains, and electric-powered streetcars, trams, or trolleys, to transport passengers.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "12770",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12770",
         "title": "Report delays, mechanical problems, and emergencies to supervisors or dispatchers, using radios.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "12769",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12769",
         "title": "Regulate vehicle speed and the time spent at each stop to maintain schedules.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "12771",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12771",
         "title": "Make announcements to passengers, such as notifications of upcoming stops or schedule delays.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12768",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12768",
         "title": "Direct emergency evacuation procedures.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "12772",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12772",
         "title": "Complete reports, including shift summaries and incident or accident reports.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12773",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12773",
         "title": "Greet passengers, provide information, and answer questions concerning fares, schedules, transfers, and routings.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12774",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-4041.00/related/tasks/12774",
         "title": "Attend meetings on driver and passenger safety to learn ways in which job performance might be affected.",
         "importance": 79,
         "category": "Core"
      }
   ]
}