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-6051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "14110",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14110",
         "title": "Select thread, twine, cord, or yarn to be used, and thread needles.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "14114",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14114",
         "title": "Measure and align parts, fasteners, or trimmings, following seams, edges, or markings on parts.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "14109",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14109",
         "title": "Trim excess threads or edges of parts, using scissors or knives.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "14108",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14108",
         "title": "Sew, join, reinforce, or finish parts of articles, such as garments, books, mattresses, toys, and wigs, using needles and thread or other materials.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14115",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14115",
         "title": "Use different sewing techniques such as felling, tacking, basting, embroidery, and fagoting.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "24001",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/24001",
         "title": "Fit garments on clients, altering as needed.",
         "importance": 99,
         "category": "Supplemental"
      },
      {
         "id": "14113",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14113",
         "title": "Smooth seams with heated irons, flat bones, or rubbing sticks.",
         "importance": 93,
         "category": "Supplemental"
      },
      {
         "id": "14111",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14111",
         "title": "Draw and cut patterns according to specifications.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "14112",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14112",
         "title": "Fold, twist, stretch, or drape material, and secure articles in preparation for sewing.",
         "importance": 84,
         "category": "Supplemental"
      },
      {
         "id": "14116",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/related/tasks/14116",
         "title": "Sew buttonholes, or add lace or other trimming.",
         "importance": 81,
         "category": "Supplemental"
      }
   ]
}