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-2012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 10,
   "task": [
      {
         "id": "10903",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10903",
         "title": "Perform complex calculations as part of the analysis and evaluation of data, using computers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "10905",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10905",
         "title": "Analyze data from research conducted to detect and measure physical phenomena.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10904",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10904",
         "title": "Describe and express observations and conclusions in mathematical terms.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10907",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10907",
         "title": "Design computer simulations to model physical data so that it can be better understood.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21174",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/21174",
         "title": "Write research proposals to receive funding.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10912",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10912",
         "title": "Teach physics to students.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10906",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10906",
         "title": "Report experimental results by writing papers for scientific journals or by presenting information at scientific conferences.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "10910",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10910",
         "title": "Observe the structure and properties of matter, and the transformation and propagation of energy, using equipment such as masers, lasers, and telescopes, to explore and identify the basic principles governing these phenomena.",
         "importance": 71,
         "category": "Supplemental"
      },
      {
         "id": "10911",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10911",
         "title": "Develop theories and laws on the basis of observation and experiments, and apply these theories and laws to problems in areas such as nuclear energy, optics, and aerospace technology.",
         "importance": 67,
         "category": "Supplemental"
      },
      {
         "id": "10908",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2012.00/related/tasks/10908",
         "title": "Collaborate with other scientists in the design, development, and testing of experimental, industrial, or medical equipment, instrumentation, and procedures.",
         "importance": 64,
         "category": "Supplemental"
      }
   ]
}