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/occupations/13-2022.00/details/related_occupations
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/",
         "code": "13-2023.00",
         "title": "Appraisers and Assessors of Real Estate",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/",
         "code": "41-9021.00",
         "title": "Real Estate Brokers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/",
         "code": "41-9022.00",
         "title": "Real Estate Sales Agents",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/",
         "code": "13-1032.00",
         "title": "Insurance Appraisers, Auto Damage",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/",
         "code": "11-9141.00",
         "title": "Property, Real Estate, and Community Association Managers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/",
         "code": "13-1041.04",
         "title": "Government Property Inspectors and Investigators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/",
         "code": "13-1022.00",
         "title": "Wholesale and Retail Buyers, Except Farm Products",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/",
         "code": "13-2081.00",
         "title": "Tax Examiners and Collectors, and Revenue Agents",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-2072.00/",
         "code": "13-2072.00",
         "title": "Loan Officers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/13-1051.00/",
         "code": "13-1051.00",
         "title": "Cost Estimators",
         "tags": {}
      }
   ]
}