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