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/47-2031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23430",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23430",
         "title": "Follow established safety rules and regulations and maintain a safe and clean environment."
      },
      {
         "id": "23432",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23432",
         "title": "Measure and mark cutting lines on materials, using a ruler, pencil, chalk, and marking gauge."
      },
      {
         "id": "23443",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23443",
         "title": "Assemble and fasten materials to make frameworks or props, using hand tools and wood screws, nails, dowel pins, or glue."
      },
      {
         "id": "23431",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23431",
         "title": "Study specifications in blueprints, sketches, or building plans to prepare project layout and determine dimensions and materials required."
      },
      {
         "id": "23433",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2031.00/related/tasks/23433",
         "title": "Shape or cut materials to specified measurements, using hand tools, machines, or power saws."
      }
   ]
}