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/39-3092.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/39-3092.00/details/related_occupations?start=11&end=20",
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1022.00/",
         "code": "27-1022.00",
         "title": "Fashion Designers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6052.00/",
         "code": "51-6052.00",
         "title": "Tailors, Dressmakers, and Custom Sewers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/39-5091.00/",
         "code": "39-5091.00",
         "title": "Makeup Artists, Theatrical and Performance",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1027.00/",
         "code": "27-1027.00",
         "title": "Set and Exhibit Designers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6092.00/",
         "code": "51-6092.00",
         "title": "Fabric and Apparel Patternmakers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/",
         "code": "51-6051.00",
         "title": "Sewers, Hand",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9071.00/",
         "code": "51-9071.00",
         "title": "Jewelers and Precious Stone and Metal Workers",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1025.00/",
         "code": "27-1025.00",
         "title": "Interior Designers",
         "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/27-1026.00/",
         "code": "27-1026.00",
         "title": "Merchandise Displayers and Window Trimmers",
         "tags": {}
      }
   ]
}