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/49-9064.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14977",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14977",
         "title": "Clean, rinse, and dry timepiece parts, using solutions and ultrasonic or mechanical watch-cleaning machines."
      },
      {
         "id": "14984",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14984",
         "title": "Adjust timing regulators, using truing calipers, watch-rate recorders, and tweezers."
      },
      {
         "id": "14979",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14979",
         "title": "Reassemble timepieces, replacing glass faces and batteries, before returning them to customers."
      },
      {
         "id": "14978",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14978",
         "title": "Disassemble timepieces and inspect them for defective, worn, misaligned, or rusty parts, using loupes."
      },
      {
         "id": "14975",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9064.00/related/tasks/14975",
         "title": "Oil moving parts of timepieces."
      }
   ]
}