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-2061.00/related/tools_used/23101505
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 23101505,
      "title": "Boring machines",
      "example": [
         "Horizontal boring bars",
         "Jig boring machines",
         "Semi-automatic boring machines"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3031.00/",
         "code": "49-3031.00",
         "title": "Bus and Truck Mechanics and Diesel Engine Specialists",
         "tags": {},
         "example": [
            "Boring bars",
            "Boring tools"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-7011.00/",
         "code": "51-7011.00",
         "title": "Cabinetmakers and Bench Carpenters",
         "tags": {},
         "example": [
            "Line borers",
            "Minipresses"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9161.00/",
         "code": "51-9161.00",
         "title": "Computer Numerically Controlled Tool Operators",
         "tags": {},
         "example": [
            "Borers",
            "Boring bars"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/",
         "code": "27-1012.00",
         "title": "Craft Artists",
         "tags": {},
         "example": [
            "Line boring machines"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/",
         "code": "51-9032.00",
         "title": "Cutting and Slicing Machine Setters, Operators, and Tenders",
         "tags": {},
         "example": [
            "Boring mills"
         ]
      }
   ]
}