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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "id": "5508",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5508",
         "title": "Teach geography."
      },
      {
         "id": "5504",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3092.00/related/tasks/5504",
         "title": "Write and present reports of research findings."
      },
      {
         "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."
      }
   ]
}