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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "4112",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/4112",
         "title": "Educate the public about diseases that can be spread from animals to humans.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20412",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/20412",
         "title": "Counsel clients about the deaths of their pets or about euthanasia decisions for their pets.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18532",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/18532",
         "title": "Advise animal owners regarding sanitary measures, feeding, general care, medical conditions, or treatment options.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "4115",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/4115",
         "title": "Euthanize animals.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "18533",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/related/tasks/18533",
         "title": "Attend lectures, conferences, or continuing education courses.",
         "importance": 81,
         "category": "Core"
      }
   ]
}