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/19-1042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "7514",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/7514",
         "title": "Follow strict safety procedures when handling toxic materials to avoid contamination.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7515",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/7515",
         "title": "Evaluate effects of drugs, gases, pesticides, parasites, and microorganisms at various levels.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7513",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/7513",
         "title": "Plan and direct studies to investigate human or animal disease, preventive methods, and treatments for disease.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7517",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/7517",
         "title": "Prepare and analyze organ, tissue, and cell samples to identify toxicity, bacteria, or microorganisms or to study cell structure.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20200",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/20200",
         "title": "Conduct research to develop methodologies, instrumentation, and procedures for medical application, analyzing data and presenting findings to the scientific audience and general public.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7516",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/7516",
         "title": "Teach principles of medicine and medical and laboratory procedures to physicians, residents, students, and technicians.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20201",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/20201",
         "title": "Write and publish articles in scientific journals.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "23906",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/23906",
         "title": "Write applications for research grants.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7518",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/7518",
         "title": "Standardize drug dosages, methods of immunization, and procedures for manufacture of drugs and medicinal compounds.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "7521",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1042.00/related/tasks/7521",
         "title": "Study animal and human health and physiological processes.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}