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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/details/tasks?start=11&end=18",
   "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 75,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "3566",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3566",
         "title": "Monitor mine production rates to assess operational effectiveness.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "18610",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/18610",
         "title": "Supervise, train, and evaluate technicians, technologists, survey personnel, engineers, scientists or other mine personnel.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "3563",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3563",
         "title": "Examine maps, deposits, drilling locations, or mines to determine the location, size, accessibility, contents, value, and potential profitability of mineral, oil, and gas deposits.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "3567",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3567",
         "title": "Design, implement, and monitor the development of mines, facilities, systems, or equipment.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "3571",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2151.00/related/tasks/3571",
         "title": "Test air to detect toxic gases and recommend measures to remove them, such as installation of ventilation shafts.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}