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

URL:
https://api-v2.onetcenter.org/online/occupations/51-9083.00/related/tools_used/42183010
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 42183010,
      "title": "Ophthalmic lensometers",
      "example": [
         "Lensometers",
         "Sagitta gauges"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/",
         "code": "25-1194.00",
         "title": "Career/Technical Education Teachers, Postsecondary",
         "tags": {},
         "example": [
            "Optometric lensometers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/",
         "code": "31-9092.00",
         "title": "Medical Assistants",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Lensometers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2057.00/",
         "code": "29-2057.00",
         "title": "Ophthalmic Medical Technicians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Automated lensometers",
            "Manual lensometers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2099.05/",
         "code": "29-2099.05",
         "title": "Ophthalmic Medical Technologists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Automated lensometers",
            "Manual lensometers"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1241.00/",
         "code": "29-1241.00",
         "title": "Ophthalmologists, Except Pediatric",
         "tags": {},
         "example": [
            "Lensmeters"
         ]
      }
   ]
}