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/17-2061.00/related/work_values/1.B.2.b
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.B.2.b",
      "work_value_code": "W",
      "name": "Working Conditions",
      "description": "Occupations that satisfy this work value offer job security and good working conditions. Corresponding needs are Activity, Compensation, Independence, Security, Variety and Working Conditions.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_values/W"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2121.00/",
         "code": "47-2121.00",
         "title": "Glaziers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5041.00/",
         "code": "43-5041.00",
         "title": "Meter Readers, Utilities",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/",
         "code": "15-1211.00",
         "title": "Computer Systems Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/",
         "code": "51-9071.00",
         "title": "Jewelers and Precious Stone and Metal Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4012.01/",
         "code": "19-4012.01",
         "title": "Precision Agriculture Technicians",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}