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/11-9072.00/related/tasks/21400
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "21400",
      "title": "Administer first aid in emergency situations.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/11-9072.00?tasks=21400"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-9093.00/",
         "code": "29-9093.00",
         "title": "Surgical Assistants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2056.00/",
         "code": "29-2056.00",
         "title": "Veterinary Technologists and Technicians",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/",
         "code": "31-9092.00",
         "title": "Medical Assistants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/31-1121.00/",
         "code": "31-1121.00",
         "title": "Home Health Aides",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/29-2061.00/",
         "code": "29-2061.00",
         "title": "Licensed Practical and Licensed Vocational Nurses",
         "tags": {}
      }
   ]
}