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/53-7071.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/details/tools_used?start=11&end=13",
   "category": [
      {
         "code": 40151604,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/40151604",
         "title": "Gas compressors",
         "example": [
            "Electrically powered compressors",
            "Gas engine driven compressors",
            "Internal combustion engine driven compressors",
            "Steam driven compressors"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Phillips screwdrivers",
            "Straight screwdrivers"
         ]
      },
      {
         "code": 27112901,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/27112901",
         "title": "Grease guns",
         "example": [
            "Grease dispensing guns"
         ]
      },
      {
         "code": 27111711,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/27111711",
         "title": "Ratchets",
         "example": [
            "Ratchet wrenches"
         ]
      },
      {
         "code": 27111602,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/27111602",
         "title": "Hammers",
         "example": [
            "Multipurpose hammers"
         ]
      },
      {
         "code": 40102003,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/40102003",
         "title": "Electric boilers",
         "example": [
            "Heating boilers"
         ]
      },
      {
         "code": 41112403,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/41112403",
         "title": "Pressure indicators",
         "example": [
            "Gas pressure gauges"
         ]
      },
      {
         "code": 27111703,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/27111703",
         "title": "Socket sets",
         "example": [
            "Socket wrench sets"
         ]
      },
      {
         "code": 27112703,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/27112703",
         "title": "Power drills",
         "example": [
            "Cordless drills"
         ]
      },
      {
         "code": 27111708,
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7071.00/related/tools_used/27111708",
         "title": "Pipe wrenches",
         "example": [
            "Adjustable pipe wrenches"
         ]
      }
   ]
}