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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2032.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}