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-6041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8643",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8643",
         "title": "Study traffic delays by noting times of delays, the numbers of vehicles affected, and vehicle speed through the delay area.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "8630",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8630",
         "title": "Interact with the public to answer traffic-related questions, respond to complaints or requests, or discuss traffic control ordinances, plans, policies, or procedures.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "8645",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8645",
         "title": "Prepare graphs, charts, diagrams, or other aids to illustrate observations or conclusions.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "8633",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8633",
         "title": "Analyze data related to traffic flow, accident rates, or proposed development to determine the most efficient methods to expedite traffic flow.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "8634",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8634",
         "title": "Prepare work orders for repair, maintenance, or changes in traffic systems.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "8632",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8632",
         "title": "Plan, design, and improve components of traffic control systems to accommodate current or projected traffic and to increase usability and efficiency.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "8647",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8647",
         "title": "Compute time settings for traffic signals or speed restrictions, using standard formulas.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "8631",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8631",
         "title": "Prepare drawings of proposed signal installations or other control devices, using drafting instruments or computer-automated drafting equipment.",
         "importance": 75,
         "category": "Supplemental"
      },
      {
         "id": "8635",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8635",
         "title": "Study factors affecting traffic conditions, such as lighting or sign and marking visibility, to assess their effectiveness.",
         "importance": 74,
         "category": "Supplemental"
      },
      {
         "id": "8640",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6041.00/related/tasks/8640",
         "title": "Gather and compile data from hand count sheets, machine count tapes, or radar speed checks and code data for computer input.",
         "importance": 74,
         "category": "Supplemental"
      }
   ]
}