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-9197.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14418",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14418",
         "title": "Build semi-raw rubber treads onto buffed tire casings to prepare tires for vulcanization in recapping or retreading processes."
      },
      {
         "id": "14430",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14430",
         "title": "Trim excess rubber and imperfections during retreading processes."
      },
      {
         "id": "14425",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14425",
         "title": "Fill cuts and holes in tires, using hot rubber."
      },
      {
         "id": "14431",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14431",
         "title": "Place tires into molds for new tread."
      },
      {
         "id": "14423",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14423",
         "title": "Fit inner tubes and final layers of rubber onto tires."
      }
   ]
}