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-2032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "9087",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/9087",
         "title": "Conduct research on the structures and properties of materials, such as metals, alloys, polymers, and ceramics, to obtain information that could be used to develop new products or enhance existing ones.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9098",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/9098",
         "title": "Test metals to determine conformance to specifications of mechanical strength, strength-weight ratio, ductility, magnetic and electrical properties, and resistance to abrasion, corrosion, heat, and cold.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9097",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/9097",
         "title": "Test material samples for tolerance under tension, compression, and shear to determine the cause of metal failures.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9090",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/9090",
         "title": "Determine ways to strengthen or combine materials or develop new materials with new or specific properties for use in a variety of products and applications.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20214",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/20214",
         "title": "Prepare reports, manuscripts, proposals, and technical manuals for use by other scientists and requestors, such as sponsors and customers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9085",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/9085",
         "title": "Plan laboratory experiments to confirm feasibility of processes and techniques used in the production of materials with special characteristics.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9091",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/9091",
         "title": "Recommend materials for reliable performance in various environments.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20215",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/20215",
         "title": "Supervise and monitor production processes to ensure efficient use of equipment, timely changes to specifications, and project completion within time frame and budget.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9094",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/9094",
         "title": "Research methods of processing, forming, and firing materials to develop such products as ceramic dental fillings, unbreakable dinner plates, and telescope lenses.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "20213",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/related/tasks/20213",
         "title": "Perform experiments and computer modeling to study the nature, structure, and physical and chemical properties of metals and their alloys, and their responses to applied forces.",
         "importance": 71,
         "category": "Core"
      }
   ]
}