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/39-2021.00/related/work_styles/1.C.6
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.C.6",
      "name": "Independence",
      "description": "Job requires developing one's own ways of doing things, guiding oneself with little or no supervision, and depending on oneself to get things done.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_styles/1.C.6"
   },
   "occupation": [
      {
         "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/25-1066.00/",
         "code": "25-1066.00",
         "title": "Psychology Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/",
         "code": "25-1011.00",
         "title": "Business Teachers, Postsecondary",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "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/27-4032.00/",
         "code": "27-4032.00",
         "title": "Film and Video Editors",
         "tags": {}
      }
   ]
}