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