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/29-1124.00/related/tools_used/42201830
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 42201830,
      "title": "Medical x ray intensifying screens",
      "example": [
         "Medical x ray image intensifiers"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2034.00/",
         "code": "29-2034.00",
         "title": "Radiologic Technologists and Technicians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Image intensifiers",
            "Intensifying screens",
            "X ray image intensifier television systems",
            "X ray imaging charge-coupled device CCD cameras"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-1131.00/",
         "code": "29-1131.00",
         "title": "Veterinarians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "X ray intensifying equipment"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/",
         "code": "29-2056.00",
         "title": "Veterinary Technologists and Technicians",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "X ray intensifying equipment"
         ]
      }
   ]
}