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/53-7064.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21216",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/21216",
         "title": "Examine and inspect containers, materials, or products to ensure that product quality and packing specifications are met."
      },
      {
         "id": "3212",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3212",
         "title": "Measure, weigh, and count products and materials."
      },
      {
         "id": "3214",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3214",
         "title": "Record product, packaging, and order information on specified forms and records."
      },
      {
         "id": "3216",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3216",
         "title": "Seal containers or materials, using glues, fasteners, nails, and hand tools."
      },
      {
         "id": "3218",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-7064.00/related/tasks/3218",
         "title": "Assemble, line, and pad cartons, crates, and containers, using hand tools."
      }
   ]
}