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/51-2061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "15003",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15003",
         "title": "Assemble and install components of timepieces to complete mechanisms, using watchmakers' tools and loupes.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "15004",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15004",
         "title": "Observe operation of timepiece parts and subassemblies to determine accuracy of movement, and to diagnose causes of defects.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15005",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15005",
         "title": "Test operation and fit of timepiece parts and subassemblies, using electronic testing equipment, tweezers, watchmakers' tools, and loupes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15006",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15006",
         "title": "Replace specified parts to repair malfunctioning timepieces, using watchmakers' tools, loupes, and holding fixtures.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15007",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15007",
         "title": "Disassemble timepieces such as watches, clocks, and chronometers so that repairs can be made.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15008",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15008",
         "title": "Clean and lubricate timepiece parts and assemblies, using solvents, buff sticks, and oil.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15009",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15009",
         "title": "Examine components of timepieces such as watches, clocks, or chronometers for defects, using loupes or microscopes.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15010",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15010",
         "title": "Bend parts, such as hairsprings, pallets, barrel covers, and bridges, to correct deficiencies in truing or endshake, using tweezers.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "15011",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15011",
         "title": "Change timing weights on balance wheels to correct deficient timing.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "15012",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2061.00/related/tasks/15012",
         "title": "Adjust sizes or positioning of timepiece parts to achieve specified fit or function, using calipers, fixtures, and loupes.",
         "importance": 88,
         "category": "Supplemental"
      }
   ]
}