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/19-4071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5566",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5566",
         "title": "Thin and space trees and control weeds and undergrowth, using manual tools and chemicals, or supervise workers performing these tasks."
      },
      {
         "id": "5563",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5563",
         "title": "Train and lead forest and conservation workers in seasonal activities, such as planting tree seedlings, putting out forest fires, and maintaining recreational facilities."
      },
      {
         "id": "5570",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5570",
         "title": "Provide information about, and enforce, regulations, such as those concerning environmental protection, resource utilization, fire safety, and accident prevention."
      },
      {
         "id": "5569",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5569",
         "title": "Patrol park or forest areas to protect resources and prevent damage."
      },
      {
         "id": "21061",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/21061",
         "title": "Map forest tract data using digital mapping systems."
      }
   ]
}