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-6011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7152",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7152",
         "title": "Control machinery to open and close canal locks and dams, railroad or highway drawbridges, or horizontally or vertically adjustable bridges."
      },
      {
         "id": "7153",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7153",
         "title": "Direct movements of vessels in locks or bridge areas, using signals, telecommunication equipment, or loudspeakers."
      },
      {
         "id": "7156",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7156",
         "title": "Observe position and progress of vessels to ensure best use of lock spaces or bridge opening spaces."
      },
      {
         "id": "7151",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7151",
         "title": "Record names, types, and destinations of vessels passing through bridge openings or locks, and numbers of trains or vehicles crossing bridges."
      },
      {
         "id": "7155",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6011.00/related/tasks/7155",
         "title": "Observe approaching vessels to determine size and speed, and listen for whistle signals indicating desire to pass."
      }
   ]
}