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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16419",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/16419",
         "title": "Analyze fuel cell or related test data, using statistical software.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16414",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/16414",
         "title": "Conduct post-service or failure analyses, using electromechanical diagnostic principles or procedures.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "19951",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/19951",
         "title": "Define specifications for fuel cell materials.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16406",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/16406",
         "title": "Recommend or implement changes to fuel cell system designs.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16403",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2141.01/related/tasks/16403",
         "title": "Validate design of fuel cells, fuel cell components, or fuel cell systems.",
         "importance": 68,
         "category": "Core"
      }
   ]
}