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/industries/53
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 12,
   "total": 12,
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/",
         "code": "11-9141.00",
         "title": "Property, Real Estate, and Community Association Managers",
         "tags": {},
         "percent_employed": 51,
         "projected_growth": "Average",
         "projected_openings": 37800
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-2021.00/",
         "code": "41-2021.00",
         "title": "Counter and Rental Clerks",
         "tags": {},
         "percent_employed": 48,
         "projected_growth": "Average",
         "projected_openings": 46100
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/",
         "code": "41-9021.00",
         "title": "Real Estate Brokers",
         "tags": {},
         "percent_employed": 42,
         "projected_growth": "Slower than average",
         "projected_openings": 9600
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/",
         "code": "41-9022.00",
         "title": "Real Estate Sales Agents",
         "tags": {},
         "percent_employed": 39,
         "projected_growth": "Slower than average",
         "projected_openings": 36400
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/",
         "code": "39-6012.00",
         "title": "Concierges",
         "tags": {},
         "percent_employed": 26,
         "projected_growth": "Average",
         "projected_openings": 6700
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/",
         "code": "13-2022.00",
         "title": "Appraisers of Personal and Business Property",
         "tags": {},
         "percent_employed": 24,
         "projected_growth": "Average",
         "projected_openings": 6900,
         "industry_data_from": "Property Appraisers and Assessors"
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/",
         "code": "13-2023.00",
         "title": "Appraisers and Assessors of Real Estate",
         "tags": {},
         "percent_employed": 24,
         "projected_growth": "Average",
         "projected_openings": 6900,
         "industry_data_from": "Property Appraisers and Assessors"
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-9071.00/",
         "code": "49-9071.00",
         "title": "Maintenance and Repair Workers, General",
         "tags": {
            "bright_outlook": true
         },
         "percent_employed": 20,
         "projected_growth": "Average",
         "projected_openings": 157200
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-4011.00/",
         "code": "27-4011.00",
         "title": "Audio and Video Technicians",
         "tags": {},
         "percent_employed": 12,
         "projected_growth": "Average",
         "projected_openings": 8000
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7199.00/",
         "code": "53-7199.00",
         "title": "Material Moving Workers, All Other",
         "tags": {},
         "percent_employed": 12,
         "projected_growth": "Average",
         "projected_openings": 3000
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/",
         "code": "49-3042.00",
         "title": "Mobile Heavy Equipment Mechanics, Except Engines",
         "tags": {
            "bright_outlook": true
         },
         "percent_employed": 11,
         "projected_growth": "Much faster than average",
         "projected_openings": 17700
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/49-1011.00/",
         "code": "49-1011.00",
         "title": "First-Line Supervisors of Mechanics, Installers, and Repairers",
         "tags": {},
         "percent_employed": 10,
         "projected_growth": "Average",
         "projected_openings": 50600
      }
   ]
}