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-4191.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 36,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 23281603,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/23281603",
         "title": "Heat treating age hardening furnace",
         "example": [
            "Annealing furnaces",
            "Atmosphere furnaces",
            "Soaking pits",
            "Tempering furnaces"
         ],
         "example_more": [
            "Batch type hardening furnaces",
            "Continuous hardening furnaces",
            "Flame-hardening machines",
            "Induction hardening furnaces",
            "Shaker hearth furnaces"
         ]
      },
      {
         "code": 24101505,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/24101505",
         "title": "Pallet trucks",
         "example": [
            "Pallet jacks",
            "Pallet riders"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Slotted screwdrivers"
         ]
      },
      {
         "code": 22101801,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/22101801",
         "title": "Manlift or personnel lift",
         "example": [
            "Order pickers"
         ]
      },
      {
         "code": 27112901,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/27112901",
         "title": "Grease guns",
         "example": [
            "Lubricant guns"
         ]
      },
      {
         "code": 41114611,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/41114611",
         "title": "Hardness testers",
         "example": [
            "Steel hardness testers"
         ]
      },
      {
         "code": 40101502,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/40101502",
         "title": "Air exhausters",
         "example": [
            "Exhaust gas collection systems"
         ]
      },
      {
         "code": 40151502,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/40151502",
         "title": "Vacuum pumps",
         "example": [
            "Mechanical vacuum pumps"
         ]
      },
      {
         "code": 41103502,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/41103502",
         "title": "Fume hoods or cupboards",
         "example": [
            "Suction hoods"
         ]
      },
      {
         "code": 24101602,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4191.00/related/tools_used/24101602",
         "title": "Hoists",
         "example": [
            "Chain hoists"
         ]
      }
   ]
}