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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "16943",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16943",
         "title": "Prepare reports or recommendations on transportation planning.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16948",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16948",
         "title": "Develop computer models to address transportation planning issues.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16954",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16954",
         "title": "Analyze information related to transportation, such as land use policies, environmental impact of projects, or long-range planning needs.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20976",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/20976",
         "title": "Interpret data from traffic modeling software, geographic information systems, or associated databases.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "16949",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/16949",
         "title": "Design transportation surveys to identify areas of public concern.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "19779",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3099.01/related/tasks/19779",
         "title": "Collaborate with other professionals to develop sustainable transportation strategies at the local, regional, or national level.",
         "importance": 74,
         "category": "Core"
      }
   ]
}