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-9083.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "10529",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10529",
         "title": "Mount and secure lens blanks or optical lenses in holding tools or chucks of cutting, polishing, grinding, or coating machines.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "10532",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10532",
         "title": "Inspect lens blanks to detect flaws, verify smoothness of surface, and ensure thickness of coating on lenses.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "10537",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10537",
         "title": "Set up machines to polish, bevel, edge, or grind lenses, flats, blanks, or other precision optical elements.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "10540",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10540",
         "title": "Inspect, weigh, and measure mounted or unmounted lenses after completion to verify alignment and conformance to specifications, using precision instruments.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "10530",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10530",
         "title": "Shape lenses appropriately so that they can be inserted into frames.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "10533",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10533",
         "title": "Clean finished lenses and eyeglasses, using cloths and solvents.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10528",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10528",
         "title": "Mount, secure, and align finished lenses in frames or optical assemblies, using precision hand tools.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10535",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10535",
         "title": "Examine prescriptions, work orders, or broken or used eyeglasses to determine specifications for lenses, contact lenses, or other optical elements.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10527",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10527",
         "title": "Adjust lenses and frames to correct alignment.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "10534",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tasks/10534",
         "title": "Select lens blanks, molds, tools, and polishing or grinding wheels, according to production specifications.",
         "importance": 87,
         "category": "Core"
      }
   ]
}