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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}