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/33-3051.04/related/tasks/9458
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "9458",
      "title": "Determine duty and taxes to be paid on goods.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/33-3051.04?tasks=9458"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2082.00/",
         "code": "13-2082.00",
         "title": "Tax Preparers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/",
         "code": "13-2011.00",
         "title": "Accountants and Auditors",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}