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-6031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "10712",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10712",
         "title": "Collect cash payments from customers, and make change or charge purchases to customers' credit cards, providing customers with receipts.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "20936",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/20936",
         "title": "Check tire pressure and levels of fuel, motor oil, transmission, radiator, battery, or other fluids, adding air or fluids as required.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10719",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10719",
         "title": "Perform minor repairs, such as adjusting brakes, replacing spark plugs, or changing engine oil or filters.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "10715",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10715",
         "title": "Clean parking areas, offices, restrooms, or equipment, and remove trash.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10720",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10720",
         "title": "Order stock, and price and shelve incoming goods.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "10725",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10725",
         "title": "Sell and install accessories, such as batteries, windshield wiper blades, fan belts, bulbs, or headlamps.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "10724",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10724",
         "title": "Grease and lubricate vehicles or specified units, such as springs, universal joints, or steering knuckles, using grease guns or spray lubricants.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "10721",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10721",
         "title": "Rotate, test, and repair or replace tires.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "10714",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/10714",
         "title": "Prepare daily reports of fuel, oil, and accessory sales.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "20937",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6031.00/related/tasks/20937",
         "title": "Clean windshields.",
         "importance": 80,
         "category": "Supplemental"
      }
   ]
}