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-9195.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "12615",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12615",
         "title": "Verify depths and dimensions of cuts or carvings to ensure adherence to specifications, blueprints, or models, using measuring instruments.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "12621",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12621",
         "title": "Move fingers over surfaces of carvings to ensure smoothness of finish.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "12619",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12619",
         "title": "Shape, trim, or touch up roughed-out designs with appropriate tools to finish carvings.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12616",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12616",
         "title": "Lay out designs or dimensions from sketches or blueprints on stone surfaces, freehand or by transferring them from tracing paper, using scribes or chalk and measuring instruments.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "12624",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12624",
         "title": "Cut, shape, and finish rough blocks of building or monumental stone, according to diagrams or patterns.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12618",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12618",
         "title": "Drill holes and cut or carve moldings and grooves in stone, according to diagrams and patterns.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "12620",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12620",
         "title": "Select chisels, pneumatic or surfacing tools, or sandblasting nozzles, and determine sequence of use.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "12617",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12617",
         "title": "Study artistic objects or graphic materials, such as models, sketches, or blueprints, to plan carving or cutting techniques.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "12614",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12614",
         "title": "Carve designs or figures in full or bas relief on stone, employing knowledge of stone carving techniques and sense of artistry to produce carvings consistent with designers' plans.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "12622",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12622",
         "title": "Carve rough designs freehand or by chipping along marks on stone, using mallets and chisels or pneumatic tools.",
         "importance": 72,
         "category": "Supplemental"
      }
   ]
}