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-5032.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9904",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9904",
         "title": "Examine blast areas to determine amounts and kinds of explosive charges needed and to ensure that safety laws are observed."
      },
      {
         "id": "9905",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9905",
         "title": "Tie specified lengths of delaying fuses into patterns in order to time sequences of explosions."
      },
      {
         "id": "9906",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9906",
         "title": "Place safety cones around blast areas to alert other workers of danger zones, and signal workers as necessary to ensure that they clear blast sites prior to explosions."
      },
      {
         "id": "9907",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9907",
         "title": "Place explosive charges in holes or other spots; then detonate explosives to demolish structures or to loosen, remove, or displace earth, rock, or other materials."
      },
      {
         "id": "9908",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9908",
         "title": "Insert, pack, and pour explosives, such as dynamite, ammonium nitrate, black powder, or slurries into blast holes; then shovel drill cuttings, admit water into boreholes, and tamp material to compact charges."
      }
   ]
}