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/43-3011.00/related/tasks/2473
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "2473",
      "title": "Locate and monitor overdue accounts, using computers and a variety of automated systems.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/43-3011.00?tasks=2473"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/",
         "code": "43-4011.00",
         "title": "Brokerage Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4061.00/",
         "code": "43-4061.00",
         "title": "Eligibility Interviewers, Government Programs",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-4131.00/",
         "code": "43-4131.00",
         "title": "Loan Interviewers and Clerks",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/",
         "code": "15-1299.09",
         "title": "Information Technology Project Managers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/",
         "code": "43-3031.00",
         "title": "Bookkeeping, Accounting, and Auditing Clerks",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}