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/39-6012.00/related/tasks/4529
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4529",
      "title": "Provide information about local features, such as shopping, dining, nightlife, or recreational destinations.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/39-6012.00?tasks=4529"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/",
         "code": "39-3031.00",
         "title": "Ushers, Lobby Attendants, and Ticket Takers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-3091.00/",
         "code": "39-3091.00",
         "title": "Amusement and Recreation Attendants",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-7011.00/",
         "code": "39-7011.00",
         "title": "Tour Guides and Escorts",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/",
         "code": "11-9072.00",
         "title": "Entertainment and Recreation Managers, Except Gambling",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/",
         "code": "39-7012.00",
         "title": "Travel Guides",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}