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-1031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22138",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22138",
         "title": "Apply principles of specialized fields of science, such as agronomy, soil science, forestry, or agriculture, to achieve conservation objectives."
      },
      {
         "id": "22153",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22153",
         "title": "Plan soil management or conservation practices, such as crop rotation, reforestation, permanent vegetation, contour plowing, or terracing, to maintain soil or conserve water."
      },
      {
         "id": "22135",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22135",
         "title": "Monitor projects during or after construction to ensure projects conform to design specifications."
      },
      {
         "id": "22134",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22134",
         "title": "Advise land users, such as farmers or ranchers, on plans, problems, or alternative conservation solutions."
      },
      {
         "id": "22133",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1031.00/related/tasks/22133",
         "title": "Implement soil or water management techniques, such as nutrient management, erosion control, buffers, or filter strips, in accordance with conservation plans."
      }
   ]
}