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/51-7031.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 39,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 23101513,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/23101513",
         "title": "Milling machines",
         "example": [
            "Computer numerically controlled CNC milling machines",
            "Micro mills",
            "Vertical mills"
         ]
      },
      {
         "code": 27112709,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/27112709",
         "title": "Power saws",
         "example": [
            "Bandsaws",
            "Bench circular saws",
            "Table saws"
         ]
      },
      {
         "code": 23242302,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/23242302",
         "title": "Automatic lathe or chucking machine",
         "example": [
            "Computer numerically controlled CNC lathes",
            "Woodturning lathes"
         ]
      },
      {
         "code": 27112710,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/27112710",
         "title": "Power screwguns",
         "example": [
            "Powered screwdrivers"
         ]
      },
      {
         "code": 23231101,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/23231101",
         "title": "Bandsaw wheel",
         "example": [
            "Micro band saws"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Multipurpose screwdrivers"
         ]
      },
      {
         "code": 23241801,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/23241801",
         "title": "Drill press or radial drill",
         "example": [
            "Benchtop drill presses"
         ]
      },
      {
         "code": 23101511,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/23101511",
         "title": "Turning machines",
         "example": [
            "Turning tools"
         ]
      },
      {
         "code": 27111511,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/27111511",
         "title": "Wire cutters",
         "example": [
            "Wire cutting tools"
         ]
      },
      {
         "code": 27112102,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tools_used/27112102",
         "title": "Bench vises",
         "example": [
            "Precision bench vises"
         ]
      }
   ]
}