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/15-1251.00/related/technology_skills/43232409
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 43232409,
      "title": "Compiler and decompiler software",
      "example": [
         "Command interpreters",
         "Inline code expander software",
         "Retargetable compiler",
         "Threaded code compiler"
      ],
      "occupation_total": 12,
      "see_more": "https://api-v2.onetcenter.org/online/technology/categories/43232409"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3011.00/",
         "code": "49-3011.00",
         "title": "Aircraft Mechanics and Service Technicians",
         "tags": {},
         "example": [
            "Disassembler software"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1299.07/",
         "code": "15-1299.07",
         "title": "Blockchain Engineers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Low-level virtual machine LLVM compilers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/",
         "code": "15-1221.00",
         "title": "Computer and Information Research Scientists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Greenhills Ada compilers",
            "Low-level virtual machine LLVM compilers",
            "Polaris parallelizing compilers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/",
         "code": "17-2061.00",
         "title": "Computer Hardware Engineers",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Cadence Encounter RTL Compiler"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1211.00/",
         "code": "15-1211.00",
         "title": "Computer Systems Analysts",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Time sharing option TSO software"
         ]
      }
   ]
}