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-2093.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "13410",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13410",
         "title": "Feed and water livestock and monitor food and water supplies.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13419",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13419",
         "title": "Herd livestock to pastures for grazing or to scales, trucks, or other enclosures.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13412",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13412",
         "title": "Examine animals to detect illness, injury, or disease, and to check physical characteristics, such as rate of weight gain.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13413",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13413",
         "title": "Provide medical treatment, such as administering medications and vaccinations, or arrange for veterinarians to provide more extensive treatment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13418",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13418",
         "title": "Mark livestock to identify ownership and grade, using brands, tags, paint, or tattoos.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13411",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13411",
         "title": "Drive trucks, tractors, and other equipment to distribute feed to animals.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13424",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13424",
         "title": "Segregate animals according to weight, age, color, and physical condition.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13415",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13415",
         "title": "Inspect, maintain, and repair equipment, machinery, buildings, pens, yards, and fences.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13416",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13416",
         "title": "Move equipment, poultry, or livestock from one location to another, manually or using trucks or carts.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13417",
         "related": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/related/tasks/13417",
         "title": "Clean stalls, pens, and equipment, using disinfectant solutions, brushes, shovels, water hoses, or pumps.",
         "importance": 70,
         "category": "Core"
      }
   ]
}