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/11-3071.04/summary/interests
Status:
200 OK
Content-Type:
application/json
{
   "interest_code": "EC",
   "element": [
      {
         "id": "1.B.1.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/related/interests/1.B.1.e",
         "name": "Enterprising",
         "description": "Work involves managing, negotiating, marketing, or selling, typically in a business setting, or leading or advising people in political and legal situations. Enterprising occupations are often associated with business initiatives, sales, marketing/advertising, finance, management/administration, professional advising, public speaking, politics, or law."
      },
      {
         "id": "1.B.1.f",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3071.04/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."
      }
   ]
}