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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/45-2093.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}