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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14278",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14278",
         "title": "Construct wooden models, patterns, templates, full scale mock-ups, and molds for parts of products and production tools.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14277",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14277",
         "title": "Select wooden stock, determine layouts, and mark layouts of parts on stock, using precision equipment such as scribers, squares, and protractors.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14279",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14279",
         "title": "Mark identifying information on patterns, parts, and templates to indicate assembly methods and details.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14274",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14274",
         "title": "Set up, operate, and adjust a variety of woodworking machines such as bandsaws and planers to cut and shape sections, parts, and patterns, according to specifications.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "14282",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-7031.00/related/tasks/14282",
         "title": "Maintain pattern records for reference.",
         "importance": 71,
         "category": "Core"
      }
   ]
}