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/49-9092.00/related/tasks/13858
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "13858",
      "title": "Obtain information about diving tasks and environmental conditions.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/49-9092.00?tasks=13858"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/",
         "code": "49-2022.00",
         "title": "Telecommunications Equipment Installers and Repairers, Except Line Installers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9012.00/",
         "code": "41-9012.00",
         "title": "Models",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7081.00/",
         "code": "53-7081.00",
         "title": "Refuse and Recyclable Material Collectors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-4015.00/",
         "code": "27-4015.00",
         "title": "Lighting Technicians",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9011.00/",
         "code": "49-9011.00",
         "title": "Mechanical Door Repairers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}