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/17-3023.00/related/work_activities/4.A.3.b.2
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "4.A.3.b.2",
      "name": "Drafting, Laying Out, and Specifying Technical Devices, Parts, and Equipment",
      "description": "Providing documentation, detailed instructions, drawings, or specifications to tell others about how devices, parts, equipment, or structures are to be fabricated, constructed, assembled, modified, maintained, or used.",
      "see_more": "https://api-v2.onetcenter.org/online/onet_data/work_activities/4.A.3.b.2"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2141.00/",
         "code": "17-2141.00",
         "title": "Mechanical Engineers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3013.00/",
         "code": "17-3013.00",
         "title": "Mechanical Drafters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3012.00/",
         "code": "17-3012.00",
         "title": "Electrical and Electronics Drafters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3011.00/",
         "code": "17-3011.00",
         "title": "Architectural and Civil Drafters",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/",
         "code": "27-1021.00",
         "title": "Commercial and Industrial Designers",
         "tags": {}
      }
   ]
}