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/47-3013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4840",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4840",
         "title": "Strip insulation from wire ends, using wire stripping pliers, and attach wires to terminals for subsequent soldering.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4832",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4832",
         "title": "Trace out short circuits in wiring, using test meter.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "4833",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4833",
         "title": "Measure, cut, and bend wire and conduit, using measuring instruments and hand tools.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "4839",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4839",
         "title": "Examine electrical units for loose connections and broken insulation and tighten connections, using hand tools.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4834",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4834",
         "title": "Maintain tools, vehicles, and equipment and keep parts and supplies in order.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "4835",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4835",
         "title": "Drill holes and pull or push wiring through openings, using hand and power tools.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "4844",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4844",
         "title": "Clean work area and wash parts.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "4836",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4836",
         "title": "Perform semi-skilled and unskilled laboring duties related to the installation, maintenance and repair of a wide variety of electrical systems and equipment.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "4841",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4841",
         "title": "Thread conduit ends, connect couplings, and fabricate and secure conduit support brackets, using hand tools.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "4837",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-3013.00/related/tasks/4837",
         "title": "Disassemble defective electrical equipment, replace defective or worn parts, and reassemble equipment, using hand tools.",
         "importance": 74,
         "category": "Core"
      }
   ]
}