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-1011.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-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23340",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23340",
         "title": "Assign tasks such as feeding and treatment of animals, and cleaning and maintenance of animal quarters.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23341",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23341",
         "title": "Record the numbers and types of fish or shellfish reared, harvested, released, sold, and shipped.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23342",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23342",
         "title": "Monitor workers to ensure that safety regulations are followed, warning or disciplining those who violate safety regulations.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23343",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23343",
         "title": "Observe animals for signs of illness, injury, or unusual behavior, notifying veterinarians or managers as warranted.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23344",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23344",
         "title": "Observe fish and beds or ponds to detect diseases, monitor fish growth, determine quality of fish, or determine completeness of harvesting.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23345",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23345",
         "title": "Train workers in tree felling or bucking, operation of tractors or loading machines, yarding or loading techniques, or safety regulations.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23346",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23346",
         "title": "Treat animal illnesses or injuries, following experience or instructions of veterinarians.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "23347",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23347",
         "title": "Train workers in spawning, rearing, cultivating, and harvesting methods, and in the use of equipment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "23348",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23348",
         "title": "Train workers in techniques such as planting, harvesting, weeding, or insect identification and in the use of safety measures.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "23349",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-1011.00/related/tasks/23349",
         "title": "Confer with managers to evaluate weather or soil conditions, to develop plans or procedures, or to discuss issues such as changes in fertilizers, herbicides, or cultivating techniques.",
         "importance": 76,
         "category": "Core"
      }
   ]
}