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-9071.06/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9071.06/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15092",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.06/related/tasks/15092",
         "title": "Examine gems during processing to ensure accuracy of angles and positions of cuts or bores, using magnifying glasses, loupes, or shadowgraphs."
      },
      {
         "id": "15093",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.06/related/tasks/15093",
         "title": "Assign polish, symmetry, and clarity grades to stones, according to established grading systems."
      },
      {
         "id": "15094",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.06/related/tasks/15094",
         "title": "Estimate wholesale and retail value of gems, following pricing guides, market fluctuations, and other relevant economic factors."
      },
      {
         "id": "15095",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.06/related/tasks/15095",
         "title": "Examine gem surfaces and internal structures, using polariscopes, refractometers, microscopes, and other optical instruments, to differentiate between stones, to identify rare specimens, or to detect flaws, defects, or peculiarities affecting gem values."
      },
      {
         "id": "15096",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9071.06/related/tasks/15096",
         "title": "Identify and document stones' clarity characteristics, using plot diagrams."
      }
   ]
}