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/veterans/career_clusters/040100
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 77,
   "next": "https://api-v2.onetcenter.org/veterans/career_clusters/040100?start=21&end=40",
   "summary": {
      "title": "Education",
      "overview": "This Cluster spans careers aimed at fostering learning from early childhood to adulthood, including teaching, instructional design, counseling services, community engagement, learner support, and educator training.",
      "sub_clusters": [
         "Early Childhood Development",
         "Education Administration & Leadership",
         "Learner Support & Community Engagement",
         "Teaching, Training, & Facilitation"
      ],
      "example_programs": [
         "Developmental Education",
         "Early Childhood Education",
         "Educational Leadership",
         "Library Science",
         "Principles of Teaching",
         "Professional Support Services"
      ],
      "source_url": "https://careertech.org/career-clusters/"
   },
   "career": [
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-2059.01/",
         "code": "25-2059.01",
         "title": "Adapted Physical Education Specialists",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-3011.00/",
         "code": "25-3011.00",
         "title": "Adult Basic Education, Adult Secondary Education, & English as a Second Language Instructors",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1041.00/",
         "code": "25-1041.00",
         "title": "Agricultural Sciences Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/19-3091.00/",
         "code": "19-3091.00",
         "title": "Anthropologists & Archeologists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1061.00/",
         "code": "25-1061.00",
         "title": "Anthropology & Archeology Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1031.00/",
         "code": "25-1031.00",
         "title": "Architecture Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-4011.00/",
         "code": "25-4011.00",
         "title": "Archivists",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1062.00/",
         "code": "25-1062.00",
         "title": "Area, Ethnic, & Cultural Studies Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1121.00/",
         "code": "25-1121.00",
         "title": "Art, Drama, & Music Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1051.00/",
         "code": "25-1051.00",
         "title": "Atmospheric, Earth, Marine, & Space Sciences Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1042.00/",
         "code": "25-1042.00",
         "title": "Biological Science Teachers, Postsecondary",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1011.00/",
         "code": "25-1011.00",
         "title": "Business Teachers, Postsecondary",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-2023.00/",
         "code": "25-2023.00",
         "title": "Career/Technical Education Teachers, Middle School",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1194.00/",
         "code": "25-1194.00",
         "title": "Career/Technical Education Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-2032.00/",
         "code": "25-2032.00",
         "title": "Career/Technical Education Teachers, Secondary School",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1052.00/",
         "code": "25-1052.00",
         "title": "Chemistry Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/21-1021.00/",
         "code": "21-1021.00",
         "title": "Child, Family, & School Social Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/39-9011.00/",
         "code": "39-9011.00",
         "title": "Childcare Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1122.00/",
         "code": "25-1122.00",
         "title": "Communications Teachers, Postsecondary",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/veterans/careers/25-1021.00/",
         "code": "25-1021.00",
         "title": "Computer Science Teachers, Postsecondary",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}