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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9594",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-3011.00/related/tasks/9594",
         "title": "Gather and remove litter."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}