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-6041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14065",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14065",
         "title": "Dye, soak, polish, paint, stamp, stitch, stain, buff, or engrave leather or other materials to obtain desired effects, decorations, or shapes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14062",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14062",
         "title": "Cut out parts, following patterns or outlines, using knives, shears, scissors, or machine presses.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14063",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14063",
         "title": "Construct, decorate, or repair leather products according to specifications, using sewing machines, needles and thread, leather lacing, glue, clamps, hand tools, or rivets.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14074",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14074",
         "title": "Repair and recondition leather products such as trunks, luggage, shoes, saddles, belts, purses, and baseball gloves.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14064",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14064",
         "title": "Align and stitch or glue materials such as fabric, fleece, leather, or wood, to join parts.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14079",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14079",
         "title": "Inspect articles for defects, and remove damaged or worn parts, using hand tools.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14080",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14080",
         "title": "Drill or punch holes and insert or attach metal rings, handles, and fastening hardware, such as buckles.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "14087",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14087",
         "title": "Prepare inserts, heel pads, and lifts from casts of customers' feet.",
         "importance": 96,
         "category": "Supplemental"
      },
      {
         "id": "14067",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14067",
         "title": "Dress and otherwise finish boots or shoes, as by trimming the edges of new soles and heels to the shoe shape.",
         "importance": 95,
         "category": "Supplemental"
      },
      {
         "id": "14069",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/related/tasks/14069",
         "title": "Attach insoles to shoe lasts, affix shoe uppers, and apply heels and outsoles.",
         "importance": 88,
         "category": "Supplemental"
      }
   ]
}