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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9909",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9909",
         "title": "Mark patterns, locations, and depths of charge holes for drilling, and issue drilling instructions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "9910",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9910",
         "title": "Compile and keep gun and explosives records in compliance with local and federal laws.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "9911",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9911",
         "title": "Measure depths of drilled blast holes, using weighted tape measures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9912",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9912",
         "title": "Connect electrical wire to primers, and cover charges or fill blast holes with clay, drill chips, sand, or other material.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9913",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-5032.00/related/tasks/9913",
         "title": "Lay primacord between rows of charged blast holes, and tie cord into main lines to form blast patterns.",
         "importance": 86,
         "category": "Core"
      }
   ]
}