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/19-2042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 32,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3703",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3703",
         "title": "Plan or conduct geological, geochemical, or geophysical field studies or surveys, sample collection, or drilling and testing programs used to collect data for research or application.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "15224",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/15224",
         "title": "Analyze and interpret geological data, using computer software.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3704",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3704",
         "title": "Investigate the composition, structure, or history of the Earth's crust through the collection, examination, measurement, or classification of soils, minerals, rocks, or fossil remains.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3702",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3702",
         "title": "Analyze and interpret geological, geochemical, or geophysical information from sources, such as survey data, well logs, bore holes, or aerial photos.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20391",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/20391",
         "title": "Identify risks for natural disasters, such as mudslides, earthquakes, or volcanic eruptions.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3705",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3705",
         "title": "Prepare geological maps, cross-sectional diagrams, charts, or reports concerning mineral extraction, land use, or resource management, using results of fieldwork or laboratory research.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3712",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3712",
         "title": "Communicate geological findings by writing research papers, participating in conferences, or teaching geological science at universities.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3706",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3706",
         "title": "Locate and estimate probable natural gas, oil, or mineral ore deposits or underground water resources, using aerial photographs, charts, or research or survey results.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3711",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3711",
         "title": "Advise construction firms or government agencies on dam or road construction, foundation design, land use, or resource management.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "3713",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2042.00/related/tasks/3713",
         "title": "Measure characteristics of the Earth, such as gravity or magnetic fields, using equipment such as seismographs, gravimeters, torsion balances, or magnetometers.",
         "importance": 70,
         "category": "Core"
      }
   ]
}