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-2031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "1506",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/1506",
         "title": "Develop, improve, or customize products, equipment, formulas, processes, or analytical methods.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "1505",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/1505",
         "title": "Analyze organic or inorganic compounds to determine chemical or physical properties, composition, structure, relationships, or reactions, using chromatography, spectroscopy, or spectrophotometry techniques.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1510",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/1510",
         "title": "Induce changes in composition of substances by introducing heat, light, energy, or chemical catalysts for quantitative or qualitative analysis.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "18475",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/18475",
         "title": "Conduct quality control tests.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1511",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/1511",
         "title": "Write technical papers or reports or prepare standards and specifications for processes, facilities, products, or tests.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "18474",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/18474",
         "title": "Maintain laboratory instruments to ensure proper working order and troubleshoot malfunctions when needed.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1513",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/1513",
         "title": "Prepare test solutions, compounds, or reagents for laboratory personnel to conduct tests.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1507",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/1507",
         "title": "Compile and analyze test information to determine process or equipment operating efficiency or to diagnose malfunctions.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1508",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/1508",
         "title": "Confer with scientists or engineers to conduct analyses of research projects, interpret test results, or develop nonstandard tests.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20388",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/20388",
         "title": "Evaluate laboratory safety procedures to ensure compliance with standards or to make improvements as needed.",
         "importance": 67,
         "category": "Core"
      }
   ]
}