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/47-2132.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 35,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 27112401,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/27112401",
         "title": "Staple guns",
         "example": [
            "Hammer staplers",
            "Pneumatic staplers"
         ]
      },
      {
         "code": 27111503,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/27111503",
         "title": "Utility knives",
         "example": [
            "Batt knives",
            "Knives"
         ]
      },
      {
         "code": 40161506,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/40161506",
         "title": "Filtering machinery",
         "example": [
            "Air filtering devices",
            "Filtered vacuum cleaners"
         ]
      },
      {
         "code": 27111507,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/27111507",
         "title": "Metal cutters",
         "example": [
            "Aviation snips",
            "Sheet metal cutters"
         ]
      },
      {
         "code": 46181509,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/46181509",
         "title": "Hazardous material protective apparel",
         "example": [
            "Hooded protective suits",
            "Protective suits"
         ]
      },
      {
         "code": 23241610,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/23241610",
         "title": "Pipe or tube cutter",
         "example": [
            "Copper cutters"
         ]
      },
      {
         "code": 30191501,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/30191501",
         "title": "Ladders",
         "example": [
            "Stilts"
         ]
      },
      {
         "code": 27112501,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/27112501",
         "title": "Pipe bending tools",
         "example": [
            "Copper benders"
         ]
      },
      {
         "code": 23271702,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/23271702",
         "title": "Blow torch",
         "example": [
            "Acetylene torches"
         ]
      },
      {
         "code": 27112702,
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/related/tools_used/27112702",
         "title": "Power buffers",
         "example": [
            "Stud scrubbers"
         ]
      }
   ]
}