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-4099.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4099.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16999",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.03/related/tasks/16999",
         "title": "Collect geospatial data, using technologies such as aerial photography, light and radio wave detection systems, digital satellites, or thermal energy systems."
      },
      {
         "id": "16986",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.03/related/tasks/16986",
         "title": "Verify integrity and accuracy of data contained in remote sensing image analysis systems."
      },
      {
         "id": "16991",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.03/related/tasks/16991",
         "title": "Integrate remotely sensed data with other geospatial data."
      },
      {
         "id": "16996",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.03/related/tasks/16996",
         "title": "Consult with remote sensing scientists, surveyors, cartographers, or engineers to determine project needs."
      },
      {
         "id": "16997",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4099.03/related/tasks/16997",
         "title": "Adjust remotely sensed images for optimum presentation by using software to select image displays, define image set categories, or choose processing routines."
      }
   ]
}