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/41-9041.00/related/tasks/4627
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4627",
      "title": "Maintain records of contacts, accounts, and orders.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/41-9041.00?tasks=4627"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-3091.00/",
         "code": "41-3091.00",
         "title": "Sales Representatives of Services, Except Advertising, Insurance, Financial Services, and Travel",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/",
         "code": "41-4011.00",
         "title": "Sales Representatives, Wholesale and Manufacturing, Technical and Scientific Products",
         "tags": {}
      }
   ]
}