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/19-3099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16953",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16953",
         "title": "Define regional or local transportation planning problems or priorities."
      },
      {
         "id": "16945",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16945",
         "title": "Participate in public meetings or hearings to explain planning proposals, to gather feedback from those affected by projects, or to achieve consensus on project designs."
      },
      {
         "id": "16943",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16943",
         "title": "Prepare reports or recommendations on transportation planning."
      },
      {
         "id": "16951",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16951",
         "title": "Collaborate with engineers to research, analyze, or resolve complex transportation design issues."
      },
      {
         "id": "16952",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16952",
         "title": "Recommend transportation system improvements or projects, based on economic, population, land-use, or traffic projections."
      }
   ]
}