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-4035.00/related/tools_used/27112825
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 27112825,
      "title": "Tool template sets",
      "example": [
         "Center finders",
         "Electronic edge finders",
         "Mechanical edge finders",
         "Tool probes"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2131.00/",
         "code": "47-2131.00",
         "title": "Insulation Workers, Floor, Ceiling, and Wall",
         "tags": {},
         "example": [
            "Sheet metal templates"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2132.00/",
         "code": "47-2132.00",
         "title": "Insulation Workers, Mechanical",
         "tags": {},
         "example": [
            "Sheet metal templates"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-4034.00/",
         "code": "51-4034.00",
         "title": "Lathe and Turning Machine Tool Setters, Operators, and Tenders, Metal and Plastic",
         "tags": {},
         "example": [
            "Center finders",
            "Electronic edge finders",
            "Mechanical edge finders",
            "Tool probes"
         ]
      }
   ]
}