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.00/related/tools_used/27111603
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 27111603,
      "title": "Anvils",
      "example": [
         "Double horn anvils",
         "Flat horn anvils",
         "Hex anvils"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/",
         "code": "25-1121.00",
         "title": "Art, Drama, and Music Teachers, Postsecondary",
         "tags": {},
         "example": [
            "Tinsmithing anvils"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3021.00/",
         "code": "49-3021.00",
         "title": "Automotive Body and Related Repairers",
         "tags": {},
         "example": []
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3023.00/",
         "code": "49-3023.00",
         "title": "Automotive Service Technicians and Mechanics",
         "tags": {},
         "example": [
            "Dolly blocks"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/",
         "code": "25-2032.00",
         "title": "Career/Technical Education Teachers, Secondary School",
         "tags": {},
         "example": []
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/",
         "code": "27-1012.00",
         "title": "Craft Artists",
         "tags": {},
         "example": [
            "Bench anvils"
         ]
      }
   ]
}