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/database/rows/interests_illus_occupations
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 186,
   "next": "https://api-v2.onetcenter.org/database/rows/interests_illus_occupations?start=21&end=40",
   "row": [
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "onetsoc_code": "17-3024.01",
         "title": "Robotics Technicians"
      },
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "onetsoc_code": "45-2091.00",
         "title": "Agricultural Equipment Operators"
      },
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "onetsoc_code": "47-2031.00",
         "title": "Carpenters"
      },
      {
         "element_id": "1.B.1.a",
         "element_name": "Realistic",
         "interest_type": "General",
         "onetsoc_code": "53-3052.00",
         "title": "Bus Drivers, Transit and Intercity"
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "onetsoc_code": "19-1029.04",
         "title": "Biologists"
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "onetsoc_code": "19-1042.00",
         "title": "Medical Scientists, Except Epidemiologists"
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "onetsoc_code": "19-2031.00",
         "title": "Chemists"
      },
      {
         "element_id": "1.B.1.b",
         "element_name": "Investigative",
         "interest_type": "General",
         "onetsoc_code": "19-3041.00",
         "title": "Sociologists"
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "onetsoc_code": "27-1012.00",
         "title": "Craft Artists"
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "onetsoc_code": "27-1013.00",
         "title": "Fine Artists, Including Painters, Sculptors, and Illustrators"
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "onetsoc_code": "27-2011.00",
         "title": "Actors"
      },
      {
         "element_id": "1.B.1.c",
         "element_name": "Artistic",
         "interest_type": "General",
         "onetsoc_code": "27-2042.00",
         "title": "Musicians and Singers"
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "onetsoc_code": "21-1012.00",
         "title": "Educational, Guidance, and Career Counselors and Advisors"
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "onetsoc_code": "21-1021.00",
         "title": "Child, Family, and School Social Workers"
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "onetsoc_code": "25-2021.00",
         "title": "Elementary School Teachers, Except Special Education"
      },
      {
         "element_id": "1.B.1.d",
         "element_name": "Social",
         "interest_type": "General",
         "onetsoc_code": "29-1141.00",
         "title": "Registered Nurses"
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "onetsoc_code": "11-2011.00",
         "title": "Advertising and Promotions Managers"
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "onetsoc_code": "13-1161.01",
         "title": "Search Marketing Strategists"
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "onetsoc_code": "23-1011.00",
         "title": "Lawyers"
      },
      {
         "element_id": "1.B.1.e",
         "element_name": "Enterprising",
         "interest_type": "General",
         "onetsoc_code": "41-2031.00",
         "title": "Retail Salespersons"
      }
   ]
}