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/15-1255.01/related/knowledge/2.C.3.b
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2.C.3.b",
      "name": "Engineering and Technology",
      "description": "Knowledge of the practical application of engineering science and technology. This includes applying principles, techniques, procedures, and equipment to the design and production of various goods and services.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/knowledge/2.C.3.b"
   },
   "occupation": [
      {
         "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/25-1032.00/",
         "code": "25-1032.00",
         "title": "Engineering Teachers, Postsecondary",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2081.00/",
         "code": "17-2081.00",
         "title": "Environmental Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/",
         "code": "17-2051.01",
         "title": "Transportation Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2021.00/",
         "code": "17-2021.00",
         "title": "Agricultural Engineers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}