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/15-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "7373",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7373",
         "title": "Address the relationships of quantities, magnitudes, and forms through the use of numbers and symbols.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20191",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/20191",
         "title": "Disseminate research by writing reports, publishing papers, or presenting at professional conferences.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7369",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7369",
         "title": "Maintain knowledge in the field by reading professional journals, talking with other mathematicians, and attending professional conferences.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7367",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7367",
         "title": "Apply mathematical theories and techniques to the solution of practical problems in business, engineering, the sciences, or other fields.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7376",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7376",
         "title": "Conduct research to extend mathematical knowledge in traditional areas, such as algebra, geometry, probability, and logic.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7371",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7371",
         "title": "Develop mathematical or statistical models of phenomena to be used for analysis or for computational simulation.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7370",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7370",
         "title": "Perform computations and apply methods of numerical analysis to data.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "7372",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7372",
         "title": "Assemble sets of assumptions, and explore the consequences of each set.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "7374",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7374",
         "title": "Develop new principles and new relationships between existing mathematical principles to advance mathematical science.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "7368",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/related/tasks/7368",
         "title": "Develop computational methods for solving problems that occur in areas of science and engineering or that come from applications in business or industry.",
         "importance": 68,
         "category": "Core"
      }
   ]
}