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/19-3094.00/related/knowledge/2.C.8.b
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2.C.8.b",
      "name": "Law and Government",
      "description": "Knowledge of laws, legal codes, court procedures, precedents, government regulations, executive orders, agency rules, and the democratic political process.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/knowledge/2.C.8.b"
   },
   "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/25-1112.00/",
         "code": "25-1112.00",
         "title": "Law Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/23-1012.00/",
         "code": "23-1012.00",
         "title": "Judicial Law Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/",
         "code": "33-3021.00",
         "title": "Detectives and Criminal Investigators",
         "tags": {}
      }
   ]
}