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/15-1299.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21715",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.02/related/tasks/21715",
         "title": "Produce data layers, maps, tables, or reports, using spatial analysis procedures or Geographic Information Systems (GIS) technology, equipment, or systems."
      },
      {
         "id": "21716",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.02/related/tasks/21716",
         "title": "Design or prepare graphic representations of Geographic Information Systems (GIS) data, using GIS hardware or software applications."
      },
      {
         "id": "21717",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.02/related/tasks/21717",
         "title": "Maintain or modify existing Geographic Information Systems (GIS) databases."
      },
      {
         "id": "21718",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.02/related/tasks/21718",
         "title": "Provide technical expertise in Geographic Information Systems (GIS) technology to clients or users."
      },
      {
         "id": "21719",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.02/related/tasks/21719",
         "title": "Perform computer programming, data analysis, or software development for Geographic Information Systems (GIS) applications, including the maintenance of existing systems or research and development for future enhancements."
      }
   ]
}