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-4042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1550",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1550",
         "title": "Collect samples of gases, soils, water, industrial wastewater, or asbestos products to conduct tests on pollutant levels or identify sources of pollution.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20869",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/20869",
         "title": "Investigate hazardous conditions or spills or outbreaks of disease or food poisoning, collecting samples for analysis.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1549",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1549",
         "title": "Record test data and prepare reports, summaries, or charts that interpret test results.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "1556",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1556",
         "title": "Prepare samples or photomicrographs for testing and analysis.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "1560",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1560",
         "title": "Discuss test results and analyses with customers.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1565",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1565",
         "title": "Inspect workplaces to ensure the absence of health and safety hazards, such as high noise levels, radiation, or potential lighting hazards.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1566",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1566",
         "title": "Weigh, analyze, or measure collected sample particles, such as lead, coal dust, or rock, to determine concentration of pollutants.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1553",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1553",
         "title": "Calibrate microscopes or test instruments.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1552",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1552",
         "title": "Provide information or technical or program assistance to government representatives, employers, or the general public on the issues of public health, environmental protection, or workplace safety.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "1561",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4042.00/related/tasks/1561",
         "title": "Maintain files, such as hazardous waste databases, chemical usage data, personnel exposure information, or diagrams showing equipment locations.",
         "importance": 65,
         "category": "Core"
      }
   ]
}