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/17-2199.09/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16540",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/related/tasks/16540",
         "title": "Provide scientific or technical guidance or expertise to scientists, engineers, technologists, technicians, or others, using knowledge of chemical, analytical, or biological processes as applied to micro and nanoscale systems."
      },
      {
         "id": "16532",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/related/tasks/16532",
         "title": "Supervise technologists or technicians engaged in nanotechnology research or production."
      },
      {
         "id": "16546",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/related/tasks/16546",
         "title": "Conduct research related to a range of nanotechnology topics, such as packaging, heat transfer, fluorescence detection, nanoparticle dispersion, hybrid systems, liquid systems, nanocomposites, nanofabrication, optoelectronics, or nanolithography."
      },
      {
         "id": "16533",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/related/tasks/16533",
         "title": "Synthesize, process, or characterize nanomaterials, using advanced tools or techniques."
      },
      {
         "id": "16537",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/related/tasks/16537",
         "title": "Prepare reports, deliver presentations, or participate in program review activities to communicate engineering results or recommendations."
      }
   ]
}