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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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).",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "18258",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18258",
         "title": "Integrate other geospatial data sources into projects.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18259",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18259",
         "title": "Prepare or deliver reports or presentations of geospatial project information.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18267",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18267",
         "title": "Discuss project goals, equipment requirements, or methodologies with colleagues or team members.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18261",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18261",
         "title": "Process aerial or satellite imagery to create products such as land cover maps.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "18262",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18262",
         "title": "Design or implement strategies for collection, analysis, or display of geographic data.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "18257",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2099.01/related/tasks/18257",
         "title": "Develop or build databases for remote sensing or related geospatial project information.",
         "importance": 75,
         "category": "Core"
      }
   ]
}