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/29-1131.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4107",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/4107",
         "title": "Treat sick or injured animals by prescribing medication, setting bones, dressing wounds, or performing surgery."
      },
      {
         "id": "4108",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/4108",
         "title": "Inoculate animals against various diseases, such as rabies or distemper."
      },
      {
         "id": "4106",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/4106",
         "title": "Examine animals to detect and determine the nature of diseases or injuries."
      },
      {
         "id": "4109",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/4109",
         "title": "Collect body tissue, feces, blood, urine, or other body fluids for examination and analysis."
      },
      {
         "id": "4110",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/4110",
         "title": "Operate diagnostic equipment, such as radiographic or ultrasound equipment, and interpret the resulting images."
      }
   ]
}