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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}