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

URL:
https://api-v2.onetcenter.org/online/occupations/47-2171.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 7,
   "total": 7,
   "task": [
      {
         "id": "13569",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2171.00/related/tasks/13569",
         "title": "Determine quantities, sizes, shapes, and locations of reinforcing rods from blueprints, sketches, or oral instructions.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13568",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2171.00/related/tasks/13568",
         "title": "Space and fasten together rods in forms according to blueprints, using wire and pliers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13567",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2171.00/related/tasks/13567",
         "title": "Position and secure steel bars, rods, cables, or mesh in concrete forms, using fasteners, rod-bending machines, blowtorches, or hand tools.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13571",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2171.00/related/tasks/13571",
         "title": "Cut rods to required lengths, using metal shears, hacksaws, bar cutters, or acetylene torches.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13570",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2171.00/related/tasks/13570",
         "title": "Place blocks under rebar to hold the bars off the deck when reinforcing floors.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13572",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2171.00/related/tasks/13572",
         "title": "Cut and fit wire mesh or fabric, using hooked rods, and position fabric or mesh in concrete to reinforce concrete.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "13573",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2171.00/related/tasks/13573",
         "title": "Bend steel rods with hand tools or rod-bending machines and weld them with arc-welding equipment.",
         "importance": 59,
         "category": "Core"
      }
   ]
}