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-3022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8795",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/related/tasks/8795",
         "title": "Use knives, cleavers, meat saws, bandsaws, or other equipment to perform meat cutting and trimming."
      },
      {
         "id": "8804",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/related/tasks/8804",
         "title": "Weigh meats and tag containers for weight and contents."
      },
      {
         "id": "8799",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/related/tasks/8799",
         "title": "Inspect meat products for defects, bruises or blemishes and remove them along with any excess fat."
      },
      {
         "id": "8797",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/related/tasks/8797",
         "title": "Cut and trim meat to prepare for packing."
      },
      {
         "id": "8803",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3022.00/related/tasks/8803",
         "title": "Separate meats and byproducts into specified containers and seal containers."
      }
   ]
}