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-2112.02/details/related_occupations
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.02/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "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/11-3051.01/",
         "code": "11-3051.01",
         "title": "Quality Control Systems Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/",
         "code": "15-1253.00",
         "title": "Software Quality Assurance Analysts and Testers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/",
         "code": "17-2112.03",
         "title": "Manufacturing Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/",
         "code": "17-2072.00",
         "title": "Electronics Engineers, Except Computer",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/",
         "code": "17-2199.05",
         "title": "Mechatronics Engineers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/",
         "code": "17-2141.00",
         "title": "Mechanical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2141.02/",
         "code": "17-2141.02",
         "title": "Automotive Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2071.00/",
         "code": "17-2071.00",
         "title": "Electrical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2112.01/",
         "code": "17-2112.01",
         "title": "Human Factors Engineers and Ergonomists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}