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-2099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18270",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18270",
         "title": "Manage or analyze data obtained from remote sensing systems to obtain meaningful results."
      },
      {
         "id": "18256",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18256",
         "title": "Analyze data acquired from aircraft, satellites, or ground-based platforms, using statistical analysis software, image analysis software, or Geographic Information Systems (GIS)."
      },
      {
         "id": "18258",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18258",
         "title": "Integrate other geospatial data sources into projects."
      },
      {
         "id": "18260",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18260",
         "title": "Organize and maintain geospatial data and associated documentation."
      },
      {
         "id": "18265",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18265",
         "title": "Compile and format image data to increase its usefulness."
      }
   ]
}