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-4061.00/related/interests/1.B.1.a
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.B.1.a",
      "interest_code": "R",
      "name": "Realistic",
      "description": "Work involves designing, building, or repairing of equipment, materials, or structures, engaging in physical activity, or working outdoors. Realistic occupations are often associated with engineering, mechanics and electronics, construction, woodworking, transportation, machine operation, agriculture, animal services, physical or manual labor, athletics, or protective services.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/interests/R"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-2091.00/",
         "code": "45-2091.00",
         "title": "Agricultural Equipment Operators",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/",
         "code": "35-3023.01",
         "title": "Baristas",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2051.00/",
         "code": "47-2051.00",
         "title": "Cement Masons and Concrete Finishers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7011.00/",
         "code": "53-7011.00",
         "title": "Conveyor Operators and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/",
         "code": "35-2011.00",
         "title": "Cooks, Fast Food",
         "tags": {}
      }
   ]
}