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-1022.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-1022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15212",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1022.00/related/tasks/15212",
         "title": "Isolate and maintain cultures of bacteria or other microorganisms in prescribed or developed media, controlling moisture, aeration, temperature, and nutrition."
      },
      {
         "id": "3676",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1022.00/related/tasks/3676",
         "title": "Provide laboratory services for health departments, community environmental health programs, and physicians needing information for diagnosis and treatment."
      },
      {
         "id": "15213",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1022.00/related/tasks/15213",
         "title": "Monitor and perform tests on water, food, and the environment to detect harmful microorganisms or to obtain information about sources of pollution, contamination, or infection."
      },
      {
         "id": "3675",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1022.00/related/tasks/3675",
         "title": "Examine physiological, morphological, and cultural characteristics, using microscope, to identify and classify microorganisms in human, water, and food specimens."
      },
      {
         "id": "3679",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1022.00/related/tasks/3679",
         "title": "Supervise biological technologists and technicians and other scientists."
      }
   ]
}