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/49-9098.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 58,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 24101602,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/24101602",
         "title": "Hoists",
         "example": [
            "Chain hoists",
            "Hi-los",
            "Power hoists"
         ]
      },
      {
         "code": 27111802,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/27111802",
         "title": "Levels",
         "example": [
            "Automatic levels",
            "Carpenter levels",
            "Carpenters' levels",
            "Torpedo levels"
         ]
      },
      {
         "code": 27131504,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/27131504",
         "title": "Pneumatic hammer",
         "example": [
            "Air chisels",
            "Jackhammers",
            "Pneumatic hammers"
         ]
      },
      {
         "code": 27112709,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/27112709",
         "title": "Power saws",
         "example": [
            "Circular saws",
            "Reciprocating saws",
            "Saber saws"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Phillips head screwdrivers",
            "Straight screwdrivers"
         ]
      },
      {
         "code": 27111510,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/27111510",
         "title": "Stripping tools",
         "example": [
            "Wire strippers"
         ]
      },
      {
         "code": 23241610,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/23241610",
         "title": "Pipe or tube cutter",
         "example": [
            "Pipe cutters"
         ]
      },
      {
         "code": 24101620,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/24101620",
         "title": "Track cranes",
         "example": [
            "Overhead cranes"
         ]
      },
      {
         "code": 22101801,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/22101801",
         "title": "Manlift or personnel lift",
         "example": [
            "Bosun chairs"
         ]
      },
      {
         "code": 23241511,
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9098.00/related/tools_used/23241511",
         "title": "Threading machine",
         "example": [
            "Pipe threading machines"
         ]
      }
   ]
}