US Department of Commerce website screenshot

US Department of Commerce

The US Department of Commerce is responsible for promoting economic growth and job creation in the United States. It oversees various programs and initiatives aimed at supporting businesses, industries, and communities across the country. The department works to ensure fair trade practices, protect intellectual property, and promote innovation and entrepreneurship. It also collects and analyzes economic data to inform policy decisions and help businesses make informed decisions. The Commerce Department houses bureaus including the Census Bureau, Bureau of Economic Analysis, International Trade Administration, NOAA, and NIST, each offering public APIs for their respective data domains.

7 APIs 0 Features
CommerceFederal GovernmentOpen DataTradeEconomic DataClimateStandards

APIs

Commerce.gov API

The Commerce.gov API provides programmatic access to news and blog content published on the Commerce.gov D8 website. Version 2.0 supports news, blogs, and image endpoints with r...

US Census Bureau Data API

The Census Bureau's Data API provides access to a broad range of demographic, economic, and geographic datasets including the American Community Survey, Decennial Census, Econom...

Bureau of Economic Analysis API

The Bureau of Economic Analysis API provides access to national, regional, and international economic data including GDP, personal income, corporate profits, international trade...

International Trade Administration Trade Data API

The International Trade Administration Data Services Platform provides authoritative information on U.S. exporting and international trade, aggregating data from multiple federa...

NOAA Climate and Weather API

The NOAA Climate Data Online Web Services API provides access to climate data including temperature, precipitation, wind, and weather observations from NOAA's National Centers f...

NIST Data Discovery API

The National Institute of Standards and Technology provides a Data Discovery API giving access to NIST's public data collections and research datasets covering materials science...

Commerce Data Hub Open Data Portal API

The Commerce Data Hub Open Data Portal API (version 2.3) provides REST access to the Department of Commerce's open data catalog with rich search capabilities for discovering and...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Us Department Of Commerce Context

11 classes · 6 properties

JSON-LD

API Governance Rules

US Department of Commerce API Rules

10 rules · 2 errors 7 warnings 1 info

SPECTRAL

JSON Structure

Commerce Gov News Article Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Commerce.gov API
  version: '2.0'
items:
- info:
    name: News
    type: folder
  items:
  - info:
      name: List News Articles
      type: http
    http:
      method: GET
      url: https://www.commerce.gov/api/news
      params:
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: items_per_page
        value: ''
        type: query
        description: Number of items to return per page
      - name: sort_by
        value: ''
        type: query
        description: Field to sort results by
      - name: sort_order
        value: ''
        type: query
        description: Sort direction
    docs: Returns a paginated list of news articles published on Commerce.gov.
  - info:
      name: Get News Article
      type: http
    http:
      method: GET
      url: https://www.commerce.gov/api/news/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier of the news article
    docs: Returns a single news article by ID.
- info:
    name: Blogs
    type: folder
  items:
  - info:
      name: List Blog Posts
      type: http
    http:
      method: GET
      url: https://www.commerce.gov/api/blog
      params:
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: items_per_page
        value: ''
        type: query
        description: Number of items to return per page
      - name: sort_by
        value: ''
        type: query
        description: Field to sort results by
      - name: sort_order
        value: ''
        type: query
        description: Sort direction
    docs: Returns a paginated list of blog posts published on Commerce.gov.
  - info:
      name: Get Blog Post
      type: http
    http:
      method: GET
      url: https://www.commerce.gov/api/blog/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier of the blog post
    docs: Returns a single blog post by ID.
- info:
    name: Images
    type: folder
  items:
  - info:
      name: List Images
      type: http
    http:
      method: GET
      url: https://www.commerce.gov/api/image
      params:
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: items_per_page
        value: ''
        type: query
        description: Number of items to return per page
    docs: Returns a paginated list of images published on Commerce.gov.
bundled: true