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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "18475",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2031.00/related/tasks/18475",
         "title": "Conduct quality control tests."
      },
      {
         "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."
      }
   ]
}