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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}