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/stem_occupations/
Status:
200 OK
Content-Type:
application/json
[
   {
      "href": "https://api-v2.onetcenter.org/online/stem_occupations/4",
      "code": 4,
      "title": "Managerial",
      "job_family": [
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/4?job_family=11-0000",
            "code": "11-0000",
            "title": "Management"
         }
      ]
   },
   {
      "href": "https://api-v2.onetcenter.org/online/stem_occupations/3",
      "code": 3,
      "title": "Postsecondary Teaching",
      "job_family": [
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/3?job_family=25-0000",
            "code": "25-0000",
            "title": "Educational Instruction and Library"
         }
      ]
   },
   {
      "href": "https://api-v2.onetcenter.org/online/stem_occupations/1",
      "code": 1,
      "title": "Research, Development, Design, and Practitioners",
      "job_family": [
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/1?job_family=17-0000",
            "code": "17-0000",
            "title": "Architecture and Engineering"
         },
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/1?job_family=15-0000",
            "code": "15-0000",
            "title": "Computer and Mathematical"
         },
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/1?job_family=29-0000",
            "code": "29-0000",
            "title": "Healthcare Practitioners and Technical"
         },
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/1?job_family=19-0000",
            "code": "19-0000",
            "title": "Life, Physical, and Social Science"
         }
      ]
   },
   {
      "href": "https://api-v2.onetcenter.org/online/stem_occupations/5",
      "code": 5,
      "title": "Sales",
      "job_family": [
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/5?job_family=41-0000",
            "code": "41-0000",
            "title": "Sales and Related"
         }
      ]
   },
   {
      "href": "https://api-v2.onetcenter.org/online/stem_occupations/2",
      "code": 2,
      "title": "Technologists and Technicians",
      "job_family": [
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/2?job_family=17-0000",
            "code": "17-0000",
            "title": "Architecture and Engineering"
         },
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/2?job_family=15-0000",
            "code": "15-0000",
            "title": "Computer and Mathematical"
         },
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/2?job_family=29-0000",
            "code": "29-0000",
            "title": "Healthcare Practitioners and Technical"
         },
         {
            "href": "https://api-v2.onetcenter.org/online/stem_occupations/2?job_family=19-0000",
            "code": "19-0000",
            "title": "Life, Physical, and Social Science"
         }
      ]
   },
   {
      "href": "https://api-v2.onetcenter.org/online/stem_occupations/all",
      "title": "All STEM Occupations"
   }
]