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/51-6064.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-6064.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6063.00/",
         "code": "51-6063.00",
         "title": "Textile Knitting and Weaving Machine Setters, Operators, and Tenders",
         "tags": {}
      },
      {
         "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/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-6091.00/",
         "code": "51-6091.00",
         "title": "Extruding and Forming Machine Setters, Operators, and Tenders, Synthetic and Glass Fibers",
         "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-6062.00/",
         "code": "51-6062.00",
         "title": "Textile Cutting 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-7042.00/",
         "code": "51-7042.00",
         "title": "Woodworking Machine Setters, Operators, and Tenders, Except Sawing",
         "tags": {}
      },
      {
         "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-2021.00/",
         "code": "51-2021.00",
         "title": "Coil Winders, Tapers, and Finishers",
         "tags": {}
      }
   ]
}