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/details/related_occupations
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2011.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2054.00/",
         "code": "13-2054.00",
         "title": "Financial Risk Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/",
         "code": "13-2051.00",
         "title": "Financial and Investment Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2052.00/",
         "code": "13-2052.00",
         "title": "Personal Financial Advisors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1141.00/",
         "code": "13-1141.00",
         "title": "Compensation, Benefits, and Job Analysis Specialists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/",
         "code": "13-2011.00",
         "title": "Accountants and Auditors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2053.00/",
         "code": "13-2053.00",
         "title": "Insurance Underwriters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-9111.00/",
         "code": "43-9111.00",
         "title": "Statistical Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-3021.00/",
         "code": "41-3021.00",
         "title": "Insurance Sales Agents",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/",
         "code": "13-2061.00",
         "title": "Financial Examiners",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/",
         "code": "11-3031.00",
         "title": "Financial Managers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}