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-4031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "1537",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1537",
         "title": "Conduct chemical or physical laboratory tests to assist scientists in making qualitative or quantitative analyses of solids, liquids, or gaseous materials.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "1541",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1541",
         "title": "Maintain, clean, or sterilize laboratory instruments or equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1535",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1535",
         "title": "Monitor product quality to ensure compliance with standards and specifications.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1536",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1536",
         "title": "Set up and conduct chemical experiments, tests, and analyses, using techniques such as chromatography, spectroscopy, physical or chemical separation techniques, or microscopy.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1540",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1540",
         "title": "Prepare chemical solutions for products or processes, following standardized formulas, or create experimental formulas.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1538",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1538",
         "title": "Compile and interpret results of tests and analyses.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "18477",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/18477",
         "title": "Provide and maintain a safe work environment by participating in safety programs, committees, or teams and by conducting laboratory or plant safety audits.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1539",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1539",
         "title": "Provide technical support or assistance to chemists or engineers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "1544",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/1544",
         "title": "Develop or conduct programs of sampling and analysis to maintain quality standards of raw materials, chemical intermediates, or products.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20538",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/related/tasks/20538",
         "title": "Train new employees on topics such as the proper operation of laboratory equipment.",
         "importance": 73,
         "category": "Core"
      }
   ]
}