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

URL:
https://api-v2.onetcenter.org/online/occupations/19-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20208",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/20208",
         "title": "Develop or use mathematical or computer models for weather forecasting.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "20209",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/20209",
         "title": "Interpret data, reports, maps, photographs, or charts to predict long- or short-range weather conditions, using computer models and knowledge of climate theory, physics, and mathematics.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20210",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/20210",
         "title": "Conduct meteorological research into the processes or determinants of atmospheric phenomena, weather, or climate.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "19759",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/19759",
         "title": "Formulate predictions by interpreting environmental data, such as meteorological, atmospheric, oceanic, paleoclimate, climate, or related information.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9068",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/9068",
         "title": "Broadcast weather conditions, forecasts, or severe weather warnings to the public via television, radio, or the Internet or provide this information to the news media.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9070",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/9070",
         "title": "Prepare forecasts or briefings to meet the needs of industry, business, government, or other groups.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9069",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/9069",
         "title": "Gather data from sources such as surface or upper air stations, satellites, weather bureaus, or radar for use in meteorological reports or forecasts.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "21104",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/21104",
         "title": "Develop computer programs to collect meteorological data or to present meteorological information.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20206",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/20206",
         "title": "Prepare weather reports or maps for analysis, distribution, or use in weather broadcasts, using computer graphics.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "21105",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-2021.00/related/tasks/21105",
         "title": "Develop and deliver training on weather topics.",
         "importance": 70,
         "category": "Core"
      }
   ]
}