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-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10022",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2022.00/related/tasks/10022",
         "title": "Read and interpret schematic drawings, diagrams, blueprints, specifications, work orders, or reports to determine materials requirements or assembly instructions."
      },
      {
         "id": "10019",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2022.00/related/tasks/10019",
         "title": "Assemble electrical or electronic systems or support structures and install components, units, subassemblies, wiring, or assembly casings, using rivets, bolts, soldering or micro-welding equipment."
      },
      {
         "id": "10020",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2022.00/related/tasks/10020",
         "title": "Adjust, repair, or replace electrical or electronic components to correct defects and to ensure conformance to specifications."
      },
      {
         "id": "10024",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2022.00/related/tasks/10024",
         "title": "Position, align, or adjust workpieces or electrical parts to facilitate wiring or assembly."
      },
      {
         "id": "10027",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-2022.00/related/tasks/10027",
         "title": "Explain assembly procedures or techniques to other workers."
      }
   ]
}