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/25-9021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10976",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10976",
         "title": "Advise farmers and demonstrate techniques in areas such as feeding and health maintenance of livestock, growing and harvesting practices, and financial planning."
      },
      {
         "id": "10975",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10975",
         "title": "Conduct classes or deliver lectures on subjects such as nutrition, home management, and farming techniques."
      },
      {
         "id": "10974",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10974",
         "title": "Collaborate with producers to diagnose and prevent management and production problems."
      },
      {
         "id": "10977",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10977",
         "title": "Research information requested by farmers."
      },
      {
         "id": "10979",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10979",
         "title": "Collect and evaluate data to determine community program needs."
      }
   ]
}