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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "1339",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/1339",
         "title": "Formulate mathematical models or other methods of computer analysis to develop, evaluate, or modify design, according to customer engineering requirements.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1337",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/1337",
         "title": "Plan or conduct experimental, environmental, operational, or stress tests on models or prototypes of aircraft or aerospace systems or equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20724",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/20724",
         "title": "Formulate conceptual design of aeronautical or aerospace products or systems to meet customer requirements or conform to environmental regulations.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "1345",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/1345",
         "title": "Plan or coordinate investigation and resolution of customers' reports of technical problems with aircraft or aerospace vehicles.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "1340",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/1340",
         "title": "Write technical reports or other documentation, such as handbooks or bulletins, for use by engineering staff, management, or customers.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1335",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/1335",
         "title": "Direct or coordinate activities of engineering or technical personnel involved in designing, fabricating, modifying, or testing of aircraft or aerospace products.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20725",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/20725",
         "title": "Evaluate product data or design from inspections or reports for conformance to engineering principles, customer requirements, environmental regulations, or quality standards.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20726",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/20726",
         "title": "Develop design criteria for aeronautical or aerospace products or systems, including testing methods, production costs, quality standards, environmental standards, or completion dates.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "1341",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/1341",
         "title": "Analyze project requests, proposals, or engineering data to determine feasibility, productibility, cost, or production time of aerospace or aeronautical products.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "1346",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2011.00/related/tasks/1346",
         "title": "Maintain records of performance reports for future reference.",
         "importance": 57,
         "category": "Core"
      }
   ]
}