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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "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.",
         "importance": 67,
         "category": "Core"
      },
      {
         "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.",
         "importance": 62,
         "category": "Core"
      },
      {
         "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.",
         "importance": 62,
         "category": "Core"
      },
      {
         "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.",
         "importance": 57,
         "category": "Core"
      },
      {
         "id": "5571",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5571",
         "title": "Keep records of the amount and condition of logs taken to mills.",
         "importance": 72,
         "category": "Supplemental"
      },
      {
         "id": "5567",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5567",
         "title": "Manage forest protection activities, including fire control, fire crew training, and coordination of fire detection and public education programs.",
         "importance": 71,
         "category": "Supplemental"
      },
      {
         "id": "5564",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5564",
         "title": "Monitor activities of logging companies and contractors.",
         "importance": 71,
         "category": "Supplemental"
      },
      {
         "id": "5578",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5578",
         "title": "Perform reforestation or forest renewal, including nursery and silviculture operations, site preparation, seeding and tree planting programs, cone collection, and tree improvement.",
         "importance": 68,
         "category": "Supplemental"
      },
      {
         "id": "5576",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4071.00/related/tasks/5576",
         "title": "Plan and supervise construction of access routes and forest roads.",
         "importance": 67,
         "category": "Supplemental"
      }
   ]
}