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

URL:
https://api-v2.onetcenter.org/online/occupations/45-4023.00/related/tasks/9817
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "9817",
      "title": "Jab logs with metal ends of scale sticks, and inspect logs to ascertain characteristics or defects such as water damage, splits, knots, broken ends, rotten areas, twists, and curves.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/45-4023.00?tasks=9817"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-4021.00/",
         "code": "45-4021.00",
         "title": "Fallers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/45-4022.00/",
         "code": "45-4022.00",
         "title": "Logging Equipment Operators",
         "tags": {}
      }
   ]
}