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-3094.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "5515",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5515",
         "title": "Teach political science.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5519",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5519",
         "title": "Maintain current knowledge of government policy decisions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5518",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5518",
         "title": "Develop and test theories, using information from interviews, newspapers, periodicals, case law, historical papers, polls, or statistical sources.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5516",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5516",
         "title": "Disseminate research results through academic publications, written reports, or public presentations.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "23949",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/23949",
         "title": "Advise political science students.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5520",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5520",
         "title": "Collect, analyze, and interpret data, such as election results and public opinion surveys, reporting on findings, recommendations, and conclusions.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5521",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5521",
         "title": "Interpret and analyze policies, public issues, legislation, or the operations of governments, businesses, and organizations.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "5517",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5517",
         "title": "Identify issues for research and analysis.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "23950",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/23950",
         "title": "Serve on committees.",
         "importance": 54,
         "category": "Core"
      },
      {
         "id": "5524",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3094.00/related/tasks/5524",
         "title": "Forecast political, economic, and social trends.",
         "importance": 50,
         "category": "Core"
      }
   ]
}