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/33-1021.00/related/tools_used/46191605
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "code": 46191605,
      "title": "Fire suppression hand tools",
      "example": [
         "Fire axes",
         "McLeod tools",
         "Pike poles",
         "Pulaski tools"
      ]
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-2021.00/",
         "code": "33-2021.00",
         "title": "Fire Inspectors and Investigators",
         "tags": {},
         "example": [
            "Fire rakes"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/33-2011.00/",
         "code": "33-2011.00",
         "title": "Firefighters",
         "tags": {},
         "example": [
            "McLeod tools",
            "Pulaski tools",
            "Rubbish hooks",
            "Single-bit axes"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/",
         "code": "19-4071.00",
         "title": "Forest and Conservation Technicians",
         "tags": {},
         "example": [
            "McLeod tools",
            "Pulaski tools"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/",
         "code": "25-1043.00",
         "title": "Forestry and Conservation Science Teachers, Postsecondary",
         "tags": {},
         "example": [
            "McLeod tools",
            "Pulaski tools"
         ]
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-1031.03/",
         "code": "19-1031.03",
         "title": "Park Naturalists",
         "tags": {
            "bright_outlook": true
         },
         "example": [
            "Fire rakes",
            "Fire swatters"
         ]
      }
   ]
}