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/11-9121.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15618",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15618",
         "title": "Perform hydrologic, hydraulic, or water quality modeling.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15633",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15633",
         "title": "Analyze storm water systems to identify opportunities for water resource improvements.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "15631",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15631",
         "title": "Conduct, or oversee the conduct of, investigations on matters such as water storage, wastewater discharge, pollutants, permits, or other compliance and regulatory issues.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "15634",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15634",
         "title": "Develop strategies for watershed operations to meet water supply and conservation goals or to ensure regulatory compliance with clean water laws or regulations.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "15630",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15630",
         "title": "Conduct technical studies for water resources on topics such as pollutants and water treatment options.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "15616",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15616",
         "title": "Review or evaluate designs for water detention facilities, storm drains, flood control facilities, or other hydraulic structures.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "15624",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15624",
         "title": "Present water resource proposals to government, public interest groups, or community groups.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "15628",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15628",
         "title": "Develop plans to protect watershed health or rehabilitate watersheds.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "15621",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15621",
         "title": "Write proposals, project reports, informational brochures, or other documents on wastewater purification, water supply and demand, or other water resource subjects.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "15632",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.02/related/tasks/15632",
         "title": "Conduct cost-benefit studies for watershed improvement projects or water management alternatives.",
         "importance": 64,
         "category": "Core"
      }
   ]
}