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

URL:
https://api-v2.onetcenter.org/online/occupations/33-9021.00/details/detailed_work_activities
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/details/detailed_work_activities?start=11&end=12",
   "activity": [
      {
         "id": "4.A.3.b.6.I02.D06",
         "title": "Prepare investigation or incident reports.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.3.b.6.I02.D06"
      },
      {
         "id": "4.A.1.a.1.I15.D02",
         "title": "Investigate personal characteristics or activities of individuals.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I15.D02"
      },
      {
         "id": "4.A.1.a.1.I03.D05",
         "title": "Examine records or other types of data to investigate criminal activities.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I03.D05"
      },
      {
         "id": "4.A.1.a.1.I04.D02",
         "title": "Use databases to locate investigation details or other information.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I04.D02"
      },
      {
         "id": "4.A.1.a.1.I03.D03",
         "title": "Investigate crimes committed within organizations.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I03.D03"
      },
      {
         "id": "4.A.1.a.1.I23.D04",
         "title": "Interview people to obtain information about actions or status of individuals.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I23.D04"
      },
      {
         "id": "4.A.4.a.3.I01.D01",
         "title": "Testify at legal or legislative proceedings.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.4.a.3.I01.D01"
      },
      {
         "id": "4.A.1.a.1.I15.D01",
         "title": "Observe individuals' activities to gather information or compile evidence.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.1.a.1.I15.D01"
      },
      {
         "id": "4.A.3.b.6.I05.D02",
         "title": "Record crime or accident scene evidence with video or still cameras.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.3.b.6.I05.D02"
      },
      {
         "id": "4.A.4.a.2.I08.D01",
         "title": "Communicate situation details to appropriate personnel.",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/detailed_work_activities/4.A.4.a.2.I08.D01"
      }
   ]
}