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/51-6064.00/related/work_values/1.B.2.c
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.B.2.c",
      "work_value_code": "Rc",
      "name": "Recognition",
      "description": "Occupations that satisfy this work value offer advancement, potential for leadership, and are often considered prestigious. Corresponding needs are Advancement, Authority, Recognition and Social Status.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_values/Rc"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3051.02/",
         "code": "11-3051.02",
         "title": "Geothermal Production Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/",
         "code": "17-2041.00",
         "title": "Chemical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/",
         "code": "17-2072.00",
         "title": "Electronics Engineers, Except Computer",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/",
         "code": "17-2141.00",
         "title": "Mechanical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-2012.03/",
         "code": "27-2012.03",
         "title": "Media Programming Directors",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}