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/45-4011.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/45-4011.00/details/tools_used?start=11&end=20",
   "category": [
      {
         "code": 27111701,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/27111701",
         "title": "Screwdrivers",
         "example": [
            "Phillips head screwdrivers",
            "Straight screwdrivers"
         ]
      },
      {
         "code": 21101801,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/21101801",
         "title": "Sprayers",
         "example": [
            "Backpack sprayers",
            "Herbicide sprayers"
         ]
      },
      {
         "code": 21102204,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/21102204",
         "title": "Forestry saws",
         "example": [
            "Epicormic knives",
            "Pruning saws"
         ]
      },
      {
         "code": 30191501,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/30191501",
         "title": "Ladders",
         "example": [
            "Portable ladders"
         ]
      },
      {
         "code": 21101601,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/21101601",
         "title": "Planters",
         "example": [
            "Planting drills"
         ]
      },
      {
         "code": 21101701,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/21101701",
         "title": "Mowers",
         "example": [
            "Brush hogs"
         ]
      },
      {
         "code": 22101701,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/22101701",
         "title": "Earthmoving shovels",
         "example": [
            "Fire plows"
         ]
      },
      {
         "code": 27111801,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/27111801",
         "title": "Tape measures",
         "example": [
            "Measuring tapes"
         ]
      },
      {
         "code": 41113801,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/41113801",
         "title": "Geological compasses",
         "example": [
            "Directional compasses"
         ]
      },
      {
         "code": 25101901,
         "related": "https://api-v2.onetcenter.org/online/occupations/45-4011.00/related/tools_used/25101901",
         "title": "Agricultural tractors",
         "example": [
            "Multipurpose tractors"
         ]
      }
   ]
}