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/47-2152.04/related/tasks/17769
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "17769",
      "title": "Assess collector sites to ensure structural integrity of potential mounting surfaces or the best orientation and tilt for solar collectors.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/47-2152.04?tasks=17769"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-4011.07/",
         "code": "41-4011.07",
         "title": "Solar Sales Representatives and Assessors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-1011.03/",
         "code": "47-1011.03",
         "title": "Solar Energy Installation Managers",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}