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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23403",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23403",
         "title": "Steer vessels and operate navigational instruments.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23405",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23405",
         "title": "Maintain and repair trapping equipment.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23406",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23406",
         "title": "Scrape fat, blubber, or flesh from skin sides of pelts with knives or hand scrapers.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23407",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23407",
         "title": "Put fishing equipment into the water and anchor or tow equipment, according to the fishing method used.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23408",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23408",
         "title": "Maintain engines, fishing gear, and other on-board equipment and perform minor repairs.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23409",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-3031.00/related/tasks/23409",
         "title": "Sort, pack, and store catch in holds with salt and ice.",
         "importance": 83,
         "category": "Core"
      }
   ]
}