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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/details/tasks?start=11&end=16",
   "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."
      },
      {
         "id": "22297",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22297",
         "title": "Develop computer models for hydrologic predictions."
      },
      {
         "id": "22298",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22298",
         "title": "Estimate the costs and benefits of municipal projects, such as hydroelectric power plants, irrigation systems, and wastewater treatment facilities."
      },
      {
         "id": "22299",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22299",
         "title": "Investigate complaints or conflicts related to the alteration of public waters by gathering information, recommending alternatives, or preparing legal documents."
      },
      {
         "id": "22300",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22300",
         "title": "Investigate the properties, origins, or activities of glaciers, ice, snow, or permafrost."
      },
      {
         "id": "22301",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4044.00/related/tasks/22301",
         "title": "Locate and deliver information or data as requested by customers, such as contractors, government entities, and members of the public."
      }
   ]
}