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/13-1023.00/related/tasks/1153
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "1153",
      "title": "Study sales records and inventory levels of current stock to develop strategic purchasing programs that facilitate employee access to supplies.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/13-1023.00?tasks=1153"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1081.02/",
         "code": "13-1081.02",
         "title": "Logistics Analysts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/",
         "code": "41-1011.00",
         "title": "First-Line Supervisors of Retail Sales Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-1012.00/",
         "code": "41-1012.00",
         "title": "First-Line Supervisors of Non-Retail Sales Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/",
         "code": "41-4012.00",
         "title": "Sales Representatives, Wholesale and Manufacturing, Except Technical and Scientific Products",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4151.00/",
         "code": "43-4151.00",
         "title": "Order Clerks",
         "tags": {}
      }
   ]
}