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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14431",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14431",
         "title": "Place tires into molds for new tread.",
         "importance": 96,
         "category": "Supplemental"
      },
      {
         "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.",
         "importance": 96,
         "category": "Supplemental"
      },
      {
         "id": "21215",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/21215",
         "title": "Buff tires according to specifications for width and undertread depth.",
         "importance": 93,
         "category": "Supplemental"
      },
      {
         "id": "14426",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14426",
         "title": "Brush or spray solvents onto plies to ensure adhesion, and repeat process as specified, alternating direction of each ply to strengthen tires.",
         "importance": 90,
         "category": "Supplemental"
      },
      {
         "id": "14411",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14411",
         "title": "Start rollers that bond tread and plies as drums revolve.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "14415",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14415",
         "title": "Align treads with guides, start drums to wind treads onto plies, and slice ends.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "14413",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9197.00/related/tasks/14413",
         "title": "Inspect worn tires for faults, cracks, cuts, and nail holes, and to determine if tires are suitable for retreading.",
         "importance": 89,
         "category": "Supplemental"
      }
   ]
}