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/technology/examples/Cubic%20Synchro%20Studio
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 1,
   "total": 1,
   "summary": {
      "title": "Cubic Synchro Studio",
      "description": "Synchro is traffic simulation software used by traffic engineers and planners for analyzing traffic operations and making informed decisions regarding traffic control and roadway design. With Synchro, users can model traffic volume, signal timing, and road geometry to simulate real-world traffic conditions and assess the impact of proposed changes. The software is used in the development of transportation studies, traffic signal plans, and traffic impact studies. It requires specialized skills in traffic engineering and computer programming to use effectively."
   },
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232605",
         "code": 43232605,
         "title": "Analytical or scientific software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2051.01/",
         "code": "17-2051.01",
         "title": "Transportation Engineers",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      }
   ]
}