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-2141.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16408",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/16408",
         "title": "Plan or conduct experiments to validate new materials, optimize startup protocols, reduce conditioning time, or examine contaminant tolerance."
      },
      {
         "id": "16407",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/16407",
         "title": "Provide technical consultation or direction related to the development or production of fuel cell systems."
      },
      {
         "id": "16417",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/16417",
         "title": "Characterize component or fuel cell performances by generating operating maps, defining operating conditions, identifying design refinements, or executing durability assessments."
      },
      {
         "id": "19946",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/19946",
         "title": "Plan or implement fuel cell cost reduction or product improvement projects in collaboration with other engineers, suppliers, support personnel, or customers."
      },
      {
         "id": "19950",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/19950",
         "title": "Conduct fuel cell testing projects, using fuel cell test stations, analytical instruments, or electrochemical diagnostics, such as cyclic voltammetry or impedance spectroscopy."
      }
   ]
}