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

URL:
https://api-v2.onetcenter.org/online/occupations/11-9179.02/related/tasks/17602
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "17602",
      "title": "Train staff in the use or sale of products, programs, or activities.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/11-9179.02?tasks=17602"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/",
         "code": "11-9072.00",
         "title": "Entertainment and Recreation Managers, Except Gambling",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-1022.00/",
         "code": "39-1022.00",
         "title": "First-Line Supervisors of Personal Service Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/",
         "code": "39-7011.00",
         "title": "Tour Guides and Escorts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-1014.00/",
         "code": "39-1014.00",
         "title": "First-Line Supervisors of Entertainment and Recreation Workers, Except Gambling Services",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-1044.00/",
         "code": "53-1044.00",
         "title": "First-Line Supervisors of Passenger Attendants",
         "tags": {}
      }
   ]
}