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-3031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23400",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23400",
         "title": "Patrol trap lines or nets to inspect settings, remove catch, and reset or relocate traps."
      },
      {
         "id": "23401",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23401",
         "title": "Obtain permission from landowners to hunt or trap on their land."
      },
      {
         "id": "23402",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23402",
         "title": "Travel on foot, by vehicle, or by equipment such as boats, snowmobiles, helicopters, snowshoes, or skis to reach hunting areas."
      },
      {
         "id": "23403",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23403",
         "title": "Steer vessels and operate navigational instruments."
      },
      {
         "id": "23404",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23404",
         "title": "Skin quarry, using knives, and stretch pelts on frames to be cured."
      }
   ]
}