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/47-2053.00/related/tasks/9833
Status:
200 OK
Content-Type:
application/json
{
   "summary": {
      "id": "9833",
      "title": "Mix cement, sand, and water to produce concrete, grout, or slurry, using hoe, trowel, tamper, scraper, or concrete-mixing machine.",
      "see_more": "https://api-v2.onetcenter.org/online/job_duties/results/47-2053.00?tasks=9833"
   },
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-5011.00/",
         "code": "47-5011.00",
         "title": "Derrick Operators, Oil and Gas",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2044.00/",
         "code": "47-2044.00",
         "title": "Tile and Stone Setters",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-2061.00/",
         "code": "47-2061.00",
         "title": "Construction Laborers",
         "tags": {
            "bright_outlook": true
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-3014.00/",
         "code": "47-3014.00",
         "title": "Helpers--Painters, Paperhangers, Plasterers, and Stucco Masons",
         "tags": {}
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/47-5071.00/",
         "code": "47-5071.00",
         "title": "Roustabouts, Oil and Gas",
         "tags": {
            "bright_outlook": true
         }
      }
   ]
}