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-3091.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3091.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22232",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3091.00/related/tasks/22232",
         "title": "Collect information and make judgments through observation, interviews, and review of documents."
      },
      {
         "id": "22259",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3091.00/related/tasks/22259",
         "title": "Teach or mentor undergraduate and graduate students in anthropology or archeology."
      },
      {
         "id": "22234",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3091.00/related/tasks/22234",
         "title": "Write about and present research findings for a variety of specialized and general audiences."
      },
      {
         "id": "22236",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3091.00/related/tasks/22236",
         "title": "Plan and direct research to characterize and compare the economic, demographic, health care, social, political, linguistic, and religious institutions of distinct cultural groups, communities, and organizations."
      },
      {
         "id": "22246",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3091.00/related/tasks/22246",
         "title": "Create data records for use in describing and analyzing social patterns and processes, using photography, videography, and audio recordings."
      }
   ]
}