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-8031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 8,
   "total": 8,
   "task": [
      {
         "id": "925",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/925",
         "title": "Add chemicals, such as ammonia, chlorine, or lime, to disinfect and deodorize water and other liquids.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "928",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/928",
         "title": "Collect and test water and sewage samples, using test equipment and color analysis standards.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "929",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/929",
         "title": "Record operational data, personnel attendance, or meter and gauge readings on specified forms.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "926",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/926",
         "title": "Operate and adjust controls on equipment to purify and clarify water, process or dispose of sewage, and generate power.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "927",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/927",
         "title": "Inspect equipment or monitor operating conditions, meters, and gauges to determine load requirements and detect malfunctions.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "930",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/930",
         "title": "Maintain, repair, and lubricate equipment, using hand tools and power tools.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "18585",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/18585",
         "title": "Clean and maintain tanks, filter beds, and other work areas, using hand tools and power tools.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "932",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-8031.00/related/tasks/932",
         "title": "Direct and coordinate plant workers engaged in routine operations and maintenance activities.",
         "importance": 68,
         "category": "Core"
      }
   ]
}