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-4044.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22292",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22292",
         "title": "Analyze ecological data about the impact of pollution, erosion, floods, and other environmental problems on bodies of water."
      },
      {
         "id": "22293",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22293",
         "title": "Answer technical questions from hydrologists, policymakers, or other customers developing water conservation plans."
      },
      {
         "id": "22294",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22294",
         "title": "Apply research findings to minimize the environmental impacts of pollution, waterborne diseases, erosion, or sedimentation."
      },
      {
         "id": "22295",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22295",
         "title": "Assist in designing programs to ensure the proper sealing of abandoned wells."
      },
      {
         "id": "22296",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22296",
         "title": "Collect water and soil samples to test for physical, chemical, or biological properties, such as pH, oxygen level, temperature, and pollution."
      }
   ]
}