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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10977",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10977",
         "title": "Research information requested by farmers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "10986",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10986",
         "title": "Act as an advocate for farmers or farmers' groups.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "10984",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10984",
         "title": "Conduct field demonstrations of new products, techniques, or services.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "10980",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10980",
         "title": "Maintain records of services provided and the effects of advice given.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "10978",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10978",
         "title": "Prepare and distribute leaflets, pamphlets, and visual aids for educational and informational purposes.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "10981",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9021.00/related/tasks/10981",
         "title": "Schedule and make regular visits to farmers.",
         "importance": 66,
         "category": "Core"
      }
   ]
}