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/database/rows/occupation_data
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 1016,
   "next": "https://api-v2.onetcenter.org/database/rows/occupation_data?start=21&end=40",
   "row": [
      {
         "onetsoc_code": "11-1011.00",
         "title": "Chief Executives",
         "description": "Determine and formulate policies and provide overall direction of companies or private and public sector organizations within guidelines set up by a board of directors or similar governing body. Plan, direct, or coordinate operational activities at the highest level of management with the help of subordinate executives and staff managers."
      },
      {
         "onetsoc_code": "11-1011.03",
         "title": "Chief Sustainability Officers",
         "description": "Communicate and coordinate with management, shareholders, customers, and employees to address sustainability issues. Enact or oversee a corporate sustainability strategy."
      },
      {
         "onetsoc_code": "11-1021.00",
         "title": "General and Operations Managers",
         "description": "Plan, direct, or coordinate the operations of public or private sector organizations, overseeing multiple departments or locations. Duties and responsibilities include formulating policies, managing daily operations, and planning the use of materials and human resources, but are too diverse and general in nature to be classified in any one functional area of management or administration, such as personnel, purchasing, or administrative services. Usually manage through subordinate supervisors. Excludes First-Line Supervisors."
      },
      {
         "onetsoc_code": "11-1031.00",
         "title": "Legislators",
         "description": "Develop, introduce, or enact laws and statutes at the local, tribal, state, or federal level. Includes only workers in elected positions."
      },
      {
         "onetsoc_code": "11-2011.00",
         "title": "Advertising and Promotions Managers",
         "description": "Plan, direct, or coordinate advertising policies and programs or produce collateral materials, such as posters, contests, coupons, or giveaways, to create extra interest in the purchase of a product or service for a department, an entire organization, or on an account basis."
      },
      {
         "onetsoc_code": "11-2021.00",
         "title": "Marketing Managers",
         "description": "Plan, direct, or coordinate marketing policies and programs, such as determining the demand for products and services offered by a firm and its competitors, and identify potential customers. Develop pricing strategies with the goal of maximizing the firm's profits or share of the market while ensuring the firm's customers are satisfied. Oversee product development or monitor trends that indicate the need for new products and services."
      },
      {
         "onetsoc_code": "11-2022.00",
         "title": "Sales Managers",
         "description": "Plan, direct, or coordinate the actual distribution or movement of a product or service to the customer. Coordinate sales distribution by establishing sales territories, quotas, and goals and establish training programs for sales representatives. Analyze sales statistics gathered by staff to determine sales potential and inventory requirements and monitor the preferences of customers."
      },
      {
         "onetsoc_code": "11-2032.00",
         "title": "Public Relations Managers",
         "description": "Plan, direct, or coordinate activities designed to create or maintain a favorable public image or raise issue awareness for their organization or client."
      },
      {
         "onetsoc_code": "11-2033.00",
         "title": "Fundraising Managers",
         "description": "Plan, direct, or coordinate activities to solicit and maintain funds for special projects or nonprofit organizations."
      },
      {
         "onetsoc_code": "11-3012.00",
         "title": "Administrative Services Managers",
         "description": "Plan, direct, or coordinate one or more administrative services of an organization, such as records and information management, mail distribution, and other office support services."
      },
      {
         "onetsoc_code": "11-3013.00",
         "title": "Facilities Managers",
         "description": "Plan, direct, or coordinate operations and functionalities of facilities and buildings. May include surrounding grounds or multiple facilities of an organization's campus."
      },
      {
         "onetsoc_code": "11-3013.01",
         "title": "Security Managers",
         "description": "Direct an organization's security functions, including physical security and safety of employees and facilities."
      },
      {
         "onetsoc_code": "11-3021.00",
         "title": "Computer and Information Systems Managers",
         "description": "Plan, direct, or coordinate activities in such fields as electronic data processing, information systems, systems analysis, and computer programming."
      },
      {
         "onetsoc_code": "11-3031.00",
         "title": "Financial Managers",
         "description": "Plan, direct, or coordinate accounting, investing, banking, insurance, securities, and other financial activities of a branch, office, or department of an establishment."
      },
      {
         "onetsoc_code": "11-3031.01",
         "title": "Treasurers and Controllers",
         "description": "Direct financial activities, such as planning, procurement, and investments for all or part of an organization."
      },
      {
         "onetsoc_code": "11-3031.03",
         "title": "Investment Fund Managers",
         "description": "Plan, direct, or coordinate investment strategy or operations for a large pool of liquid assets supplied by institutional investors or individual investors."
      },
      {
         "onetsoc_code": "11-3051.00",
         "title": "Industrial Production Managers",
         "description": "Plan, direct, or coordinate the work activities and resources necessary for manufacturing products in accordance with cost, quality, and quantity specifications."
      },
      {
         "onetsoc_code": "11-3051.01",
         "title": "Quality Control Systems Managers",
         "description": "Plan, direct, or coordinate quality assurance programs. Formulate quality control policies and control quality of laboratory and production efforts."
      },
      {
         "onetsoc_code": "11-3051.02",
         "title": "Geothermal Production Managers",
         "description": "Manage operations at geothermal power generation facilities. Maintain and monitor geothermal plant equipment for efficient and safe plant operations."
      },
      {
         "onetsoc_code": "11-3051.03",
         "title": "Biofuels Production Managers",
         "description": "Manage biofuels production and plant operations. Collect and process information on plant production and performance, diagnose problems, and design corrective procedures."
      }
   ]
}