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/17-2061.00/related/tasks/7399
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "7399",
      "title": "Confer with engineering staff and consult specifications to evaluate interface between hardware and software and operational and performance requirements of overall system.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/17-2061.00?tasks=7399"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/",
         "code": "17-2031.00",
         "title": "Bioengineers and Biomedical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/",
         "code": "17-1012.00",
         "title": "Landscape Architects",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/",
         "code": "17-2112.00",
         "title": "Industrial Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2111.00/",
         "code": "17-2111.00",
         "title": "Health and Safety Engineers, Except Mining Safety Engineers and Inspectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/",
         "code": "17-3012.00",
         "title": "Electrical and Electronics Drafters",
         "tags": {}
      }
   ]
}