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-2011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3500",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/related/tasks/3500",
         "title": "Ascertain premium rates required and cash reserves and liabilities necessary to ensure payment of future benefits."
      },
      {
         "id": "3503",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/related/tasks/3503",
         "title": "Collaborate with programmers, underwriters, accounts, claims experts, and senior management to help companies develop plans for new lines of business or improvements to existing business."
      },
      {
         "id": "3501",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/related/tasks/3501",
         "title": "Analyze statistical information to estimate mortality, accident, sickness, disability, and retirement rates."
      },
      {
         "id": "3502",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/related/tasks/3502",
         "title": "Design, review, and help administer insurance, annuity and pension plans, determining financial soundness and calculating premiums."
      },
      {
         "id": "3504",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/related/tasks/3504",
         "title": "Determine, or help determine, company policy, and explain complex technical matters to company executives, government officials, shareholders, policyholders, or the public."
      }
   ]
}