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/51-9041.00/summary/knowledge
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 3,
   "total": 3,
   "element": [
      {
         "id": "2.C.2.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/knowledge/2.C.2.a",
         "name": "Production and Processing",
         "description": "Knowledge of raw materials, production processes, quality control, costs, and other techniques for maximizing the effective manufacture and distribution of goods."
      },
      {
         "id": "2.C.3.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/knowledge/2.C.3.e",
         "name": "Mechanical",
         "description": "Knowledge of machines and tools, including their designs, uses, repair, and maintenance."
      },
      {
         "id": "2.C.3.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9041.00/related/knowledge/2.C.3.a",
         "name": "Computers and Electronics",
         "description": "Knowledge of circuit boards, processors, chips, electronic equipment, and computer hardware and software, including applications and programming."
      }
   ]
}