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/37-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9594",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9594",
         "title": "Gather and remove litter.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9592",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9592",
         "title": "Use hand tools, such as shovels, rakes, pruning saws, saws, hedge or brush trimmers, or axes.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20761",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/20761",
         "title": "Operate vehicles or powered equipment, such as mowers, tractors, twin-axle vehicles, snow blowers, chainsaws, electric clippers, sod cutters, or pruning saws.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9598",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9598",
         "title": "Water lawns, trees, or plants, using portable sprinkler systems, hoses, or watering cans.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9593",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9593",
         "title": "Prune or trim trees, shrubs, or hedges, using shears, pruners, or chain saws.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "9596",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9596",
         "title": "Mix and spray or spread fertilizers, herbicides, or insecticides onto grass, shrubs, or trees, using hand or automatic sprayers or spreaders.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "9591",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9591",
         "title": "Care for established lawns by mulching, aerating, weeding, grubbing, removing thatch, or trimming or edging around flower beds, walks, or walls.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "9601",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9601",
         "title": "Follow planned landscaping designs to determine where to lay sod, sow grass, or plant flowers or foliage.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "9599",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9599",
         "title": "Trim or pick flowers and clean flower beds.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "9611",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9611",
         "title": "Attach wires from planted trees to support stakes.",
         "importance": 63,
         "category": "Core"
      }
   ]
}