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/online/occupations/51-6021.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/51-6021.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6031.00/",
         "code": "51-6031.00",
         "title": "Sewing Machine Operators",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6011.00/",
         "code": "51-6011.00",
         "title": "Laundry and Dry-Cleaning Workers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9196.00/",
         "code": "51-9196.00",
         "title": "Paper Goods Machine Setters, Operators, and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/53-7063.00/",
         "code": "53-7063.00",
         "title": "Machine Feeders and Offbearers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9031.00/",
         "code": "51-9031.00",
         "title": "Cutters and Trimmers, Hand",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6042.00/",
         "code": "51-6042.00",
         "title": "Shoe Machine Operators and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9032.00/",
         "code": "51-9032.00",
         "title": "Cutting and Slicing Machine Setters, Operators, and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9191.00/",
         "code": "51-9191.00",
         "title": "Adhesive Bonding Machine Operators and Tenders",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9022.00/",
         "code": "51-9022.00",
         "title": "Grinding and Polishing Workers, Hand",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6041.00/",
         "code": "51-6041.00",
         "title": "Shoe and Leather Workers and Repairers",
         "tags": {}
      }
   ]
}