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-4021.00/summary/interests
Status:
200 OK
Content-Type:
application/json
{
   "interest_code": "RC",
   "element": [
      {
         "id": "1.B.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/interests/1.B.1.a",
         "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."
      },
      {
         "id": "1.B.1.f",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4021.00/related/interests/1.B.1.f",
         "name": "Conventional",
         "description": "Work involves following procedures and regulations to organize information or data, typically in a business setting. Conventional occupations are often associated with office work, accounting, mathematics/statistics, information technology, finance, or human resources."
      }
   ]
}