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-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 9,
   "total": 9,
   "task": [
      {
         "id": "5415",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5415",
         "title": "Study nutritional requirements of animals and nutritive values of animal feed materials.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20865",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/20865",
         "title": "Write up or orally communicate research findings to the scientific community, producers, and the public.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5417",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5417",
         "title": "Develop improved practices in feeding, housing, sanitation, or parasite and disease control of animals.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5414",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5414",
         "title": "Advise producers about improved products and techniques that could enhance their animal production efforts.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5413",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5413",
         "title": "Conduct research concerning animal nutrition, breeding, or management to improve products or processes.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5416",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5416",
         "title": "Study effects of management practices, processing methods, feed, or environmental conditions on quality and quantity of animal products, such as eggs and milk.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "5418",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5418",
         "title": "Research and control animal selection and breeding practices to increase production efficiency and improve animal quality.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "5419",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5419",
         "title": "Determine genetic composition of animal populations and heritability of traits, using principles of genetics.",
         "importance": 55,
         "category": "Supplemental"
      },
      {
         "id": "5420",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1011.00/related/tasks/5420",
         "title": "Crossbreed animals with existing strains or cross strains to obtain new combinations of desirable characteristics.",
         "importance": 47,
         "category": "Supplemental"
      }
   ]
}