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-4099.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21204",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/21204",
         "title": "Test combustible appliances, such as gas appliances.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "21205",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/21205",
         "title": "Determine amount of air leakage in buildings, using a blower door machine.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "17789",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17789",
         "title": "Test and diagnose air flow systems, using furnace efficiency analysis equipment.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17792",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17792",
         "title": "Install and seal air ducts, combustion air openings, or ventilation openings to improve heating and cooling efficiency.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17787",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17787",
         "title": "Inspect buildings to identify required weatherization measures, including repair work, modification, or replacement.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17788",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17788",
         "title": "Recommend weatherization techniques to clients in accordance with needs and applicable energy regulations, codes, policies, or statutes.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "17790",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17790",
         "title": "Apply insulation materials, such as loose, blanket, board, and foam insulation to attics, crawl spaces, basements, or walls.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "17794",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17794",
         "title": "Make minor repairs using basic hand or power tools and materials, such as glass, lumber, and drywall.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "17796",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17796",
         "title": "Prepare cost estimates or specifications for rehabilitation or weatherization services.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "17801",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4099.03/related/tasks/17801",
         "title": "Contact residents or building owners to schedule appointments.",
         "importance": 76,
         "category": "Core"
      }
   ]
}