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/17-2031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8968",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/8968",
         "title": "Evaluate the safety, efficiency, and effectiveness of biomedical equipment."
      },
      {
         "id": "21856",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21856",
         "title": "Prepare technical reports, data summary documents, or research articles for scientific publication, regulatory submissions, or patent applications."
      },
      {
         "id": "21847",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21847",
         "title": "Design or develop medical diagnostic or clinical instrumentation, equipment, or procedures, using the principles of engineering and biobehavioral sciences."
      },
      {
         "id": "8975",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/8975",
         "title": "Conduct research, along with life scientists, chemists, and medical scientists, on the engineering aspects of the biological systems of humans and animals."
      },
      {
         "id": "8979",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/8979",
         "title": "Adapt or design computer hardware or software for medical science uses."
      }
   ]
}