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/19-3094.00/related/knowledge/2.C.6
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2.C.6",
      "name": "Education and Training",
      "description": "Knowledge of principles and methods for curriculum and training design, teaching and instruction for individuals and groups, and the measurement of training effects.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/knowledge/2.C.6"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-3131.00/",
         "code": "11-3131.00",
         "title": "Training and Development Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/",
         "code": "25-2021.00",
         "title": "Elementary School Teachers, Except Special Education",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/",
         "code": "25-9031.00",
         "title": "Instructional Coordinators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/",
         "code": "25-1021.00",
         "title": "Computer Science Teachers, Postsecondary",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1193.00/",
         "code": "25-1193.00",
         "title": "Recreation and Fitness Studies Teachers, Postsecondary",
         "tags": {}
      }
   ]
}