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

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21478
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "21478",
      "title": "Report project status, such as budget, resources, technical issues, or customer satisfaction, to managers.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/13-1082.00?tasks=21478"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/",
         "code": "13-2011.00",
         "title": "Accountants and Auditors",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1031.00/",
         "code": "13-1031.00",
         "title": "Claims Adjusters, Examiners, and Investigators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9012.00/",
         "code": "41-9012.00",
         "title": "Models",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/",
         "code": "15-2051.01",
         "title": "Business Intelligence Analysts",
         "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
         }
      }
   ]
}