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/13-1022.00/related/interests/1.B.1.f
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1.B.1.f",
      "interest_code": "C",
      "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.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/interests/C"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-3091.00/",
         "code": "39-3091.00",
         "title": "Amusement and Recreation Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-5011.00/",
         "code": "43-5011.00",
         "title": "Cargo and Freight Agents",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-2011.00/",
         "code": "41-2011.00",
         "title": "Cashiers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4051.00/",
         "code": "43-4051.00",
         "title": "Customer Service Representatives",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-2031.00/",
         "code": "53-2031.00",
         "title": "Flight Attendants",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}