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-1029.04/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18613",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/18613",
         "title": "Prepare technical and research reports, such as environmental impact reports, and communicate the results to individuals in industry, government, or the general public.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "173",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/173",
         "title": "Develop and maintain liaisons and effective working relations with groups and individuals, agencies, and the public to encourage cooperative management strategies or to develop information and interpret findings.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "175",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/175",
         "title": "Collect and analyze biological data about relationships among and between organisms and their environment.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "174",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/174",
         "title": "Program and use computers to store, process, and analyze data.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "186",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/186",
         "title": "Supervise biological technicians and technologists and other scientists.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "178",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/178",
         "title": "Identify, classify, and study structure, behavior, ecology, physiology, nutrition, culture, and distribution of plant and animal species.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "177",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/177",
         "title": "Communicate test results to state and federal representatives and general public.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "189",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/189",
         "title": "Prepare requests for proposals or statements of work.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "180",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/180",
         "title": "Represent employer in a technical capacity at conferences.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "187",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.04/related/tasks/187",
         "title": "Study basic principles of plant and animal life, such as origin, relationship, development, anatomy, and function.",
         "importance": 59,
         "category": "Core"
      }
   ]
}