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-2093.00/related/work_values/1.B.2.f
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.B.2.f",
      "work_value_code": "I",
      "name": "Independence",
      "description": "Occupations that satisfy this work value allow employees to work on their own and make decisions. Corresponding needs are Creativity, Responsibility and Autonomy.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_values/I"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/",
         "code": "45-3031.00",
         "title": "Fishing and Hunting Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2161.00/",
         "code": "47-2161.00",
         "title": "Plasterers and Stucco Masons",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-1041.00/",
         "code": "53-1041.00",
         "title": "Aircraft Cargo Handling Supervisors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-2011.00/",
         "code": "39-2011.00",
         "title": "Animal Trainers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3091.00/",
         "code": "49-3091.00",
         "title": "Bicycle Repairers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}