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-3041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5465",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5465",
         "title": "Analyze and interpret data to increase the understanding of human social behavior."
      },
      {
         "id": "5464",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5464",
         "title": "Prepare publications and reports containing research findings."
      },
      {
         "id": "5468",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5468",
         "title": "Develop, implement, and evaluate methods of data collection, such as questionnaires or interviews."
      },
      {
         "id": "5467",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5467",
         "title": "Collect data about the attitudes, values, and behaviors of people in groups, using observation, interviews, and review of documents."
      },
      {
         "id": "5469",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3041.00/related/tasks/5469",
         "title": "Teach sociology."
      }
   ]
}