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-7032.00/details/tools_used
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 27111906,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/27111906",
         "title": "Wood chisels",
         "example": [
            "Roughing gouges",
            "Woodworking chisels"
         ]
      },
      {
         "code": 27112709,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/27112709",
         "title": "Power saws",
         "example": [
            "Bandsaws",
            "Table saws"
         ]
      },
      {
         "code": 41111601,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/41111601",
         "title": "Micrometers",
         "example": [
            "Digital micrometers"
         ]
      },
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Multipurpose screwdrivers"
         ]
      },
      {
         "code": 27111801,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/27111801",
         "title": "Tape measures",
         "example": [
            "Measuring tapes"
         ]
      },
      {
         "code": 23241801,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/23241801",
         "title": "Drill press or radial drill",
         "example": [
            "Benchtop drill presses"
         ]
      },
      {
         "code": 41111621,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/41111621",
         "title": "Calipers",
         "example": [
            "Digital calipers"
         ]
      },
      {
         "code": 23242302,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/23242302",
         "title": "Automatic lathe or chucking machine",
         "example": [
            "Automatic lathes"
         ]
      },
      {
         "code": 27111602,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/27111602",
         "title": "Hammers",
         "example": [
            "Carpenters' hammers"
         ]
      },
      {
         "code": 27111903,
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7032.00/related/tools_used/27111903",
         "title": "Planes",
         "example": [
            "Hand planers"
         ]
      }
   ]
}