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/51-7031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14273",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14273",
         "title": "Read blueprints, drawings, or written specifications, and consult with designers to determine sizes and shapes of patterns and required machine setups."
      },
      {
         "id": "14275",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14275",
         "title": "Fit, fasten, and assemble wood parts together to form patterns, models, or sections, using glue, nails, dowels, bolts, screws, and other fasteners."
      },
      {
         "id": "14272",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14272",
         "title": "Verify dimensions and contours of models during hand-forming processes, using templates and measuring devices."
      },
      {
         "id": "14276",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14276",
         "title": "Trim, smooth, and shape surfaces, and plane, shave, file, scrape, and sand models to attain specified shapes, using hand tools."
      },
      {
         "id": "14280",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14280",
         "title": "Plan, lay out, and draw outlines of units, sectional patterns, or full-scale mock-ups of products."
      }
   ]
}