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/49-2022.00/summary/related_occupations
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/summary/related_occupations?start=6&end=10",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9052.00/",
         "code": "49-9052.00",
         "title": "Telecommunications Line Installers and Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2021.00/",
         "code": "49-2021.00",
         "title": "Radio, Cellular, and Tower Equipment Installers and Repairers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/",
         "code": "49-2094.00",
         "title": "Electrical and Electronics Repairers, Commercial and Industrial Equipment",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/",
         "code": "49-2097.00",
         "title": "Audiovisual Equipment Installers and Repairers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1241.01/",
         "code": "15-1241.01",
         "title": "Telecommunications Engineering Specialists",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}