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/17-2151.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3569",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3569",
         "title": "Prepare technical reports for use by mining, engineering, and management personnel."
      },
      {
         "id": "3561",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3561",
         "title": "Inspect mining areas for unsafe structures, equipment, and working conditions."
      },
      {
         "id": "3568",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3568",
         "title": "Select or develop mineral location, extraction, and production methods, based on factors such as safety, cost, and deposit characteristics."
      },
      {
         "id": "3562",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3562",
         "title": "Select locations and plan underground or surface mining operations, specifying processes, labor usage, and equipment that will result in safe, economical, and environmentally sound extraction of minerals and ores."
      },
      {
         "id": "3565",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3565",
         "title": "Prepare schedules, reports, and estimates of the costs involved in developing and operating mines."
      }
   ]
}