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-3092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "5503",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5503",
         "title": "Create and modify maps, graphs, or diagrams, using geographical information software and related equipment, and principles of cartography, such as coordinate systems, longitude, latitude, elevation, topography, and map scales.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5509",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5509",
         "title": "Gather and compile geographic data from sources such as censuses, field observations, satellite imagery, aerial photographs, and existing maps.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5508",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5508",
         "title": "Teach geography.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5504",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5504",
         "title": "Write and present reports of research findings.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5514",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5514",
         "title": "Provide geographical information systems support to the private and public sectors.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "5511",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5511",
         "title": "Study the economic, political, and cultural characteristics of a specific region's population.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "5507",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5507",
         "title": "Analyze geographic distributions of physical and cultural phenomena on local, regional, continental, or global scales.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "5505",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5505",
         "title": "Develop, operate, and maintain geographical information computer systems, including hardware, software, plotters, digitizers, printers, and video cameras.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "5506",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5506",
         "title": "Locate and obtain existing geographic information databases.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "5513",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5513",
         "title": "Collect data on physical characteristics of specified areas, such as geological formations, climates, and vegetation, using surveying or meteorological equipment.",
         "importance": 67,
         "category": "Core"
      }
   ]
}