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/23-1012.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/23-1012.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/",
         "code": "23-1011.00",
         "title": "Lawyers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/23-1023.00/",
         "code": "23-1023.00",
         "title": "Judges, Magistrate Judges, and Magistrates",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/23-1021.00/",
         "code": "23-1021.00",
         "title": "Administrative Law Judges, Adjudicators, and Hearing Officers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/23-2011.00/",
         "code": "23-2011.00",
         "title": "Paralegals and Legal Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/",
         "code": "43-6012.00",
         "title": "Legal Secretaries and Administrative Assistants",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/",
         "code": "27-3092.00",
         "title": "Court Reporters and Simultaneous Captioners",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/23-1022.00/",
         "code": "23-1022.00",
         "title": "Arbitrators, Mediators, and Conciliators",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1041.03/",
         "code": "13-1041.03",
         "title": "Equal Opportunity Representatives and Officers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1112.00/",
         "code": "25-1112.00",
         "title": "Law Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2099.04/",
         "code": "13-2099.04",
         "title": "Fraud Examiners, Investigators and Analysts",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}