Mashable website screenshot

Mashable

Mashable is a digital media and entertainment company covering tech, culture, and digital trends. Founded in 2005, Mashable has grown into a global, multi-platform media and entertainment company. Mashable does not publish a first-party REST API, but its headlines and articles are accessible via the third-party News API REST service.

1 APIs 0 Features
ArticlesDigital CultureHeadlinesMediaNewsTechnology News

APIs

Mashable via News API

Mashable content is accessible via the News API, a third-party REST API that provides live headlines, articles, images, and metadata from Mashable and over 150,000 other worldwi...

Collections

Pricing Plans

Mashable Plans Pricing

3 plans

PLANS

Rate Limits

Mashable Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
About
About
🔗
Advertising
Advertising
📰
Newsletter
Newsletter
🔗
Documentation
Documentation
🔗
RSS
RSS
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
X
X
🔗
Facebook
Facebook
🔗
Instagram
Instagram
👥
YouTube
YouTube
🔗
LinkedIn
LinkedIn
👥
GitHub
GitHub

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Mashable via News API
  version: '2'
request:
  auth:
    type: apikey
    key: X-Api-Key
    value: '{{X-Api-Key}}'
    placement: header
items:
- info:
    name: Headlines
    type: folder
  items:
  - info:
      name: Top headlines for Mashable
      type: http
    http:
      method: GET
      url: https://newsapi.org/v2/top-headlines
      params:
      - name: sources
        value: ''
        type: query
        description: Pass "mashable" to limit headlines to Mashable.
      - name: q
        value: ''
        type: query
        description: Keywords or phrase to search within Mashable headlines.
      - name: pageSize
        value: ''
        type: query
      - name: page
        value: ''
        type: query
    docs: Returns breaking news headlines for Mashable by passing sources=mashable. Supports optional category, country, and
      search query filters. An API key is required.
- info:
    name: Articles
    type: folder
  items:
  - info:
      name: Search Mashable articles
      type: http
    http:
      method: GET
      url: https://newsapi.org/v2/everything
      params:
      - name: sources
        value: ''
        type: query
        description: Pass "mashable" to scope to Mashable's News API source.
      - name: domains
        value: ''
        type: query
        description: Pass "mashable.com" to scope to Mashable's domain.
      - name: q
        value: ''
        type: query
        description: Keywords or phrase to search.
      - name: from
        value: ''
        type: query
      - name: to
        value: ''
        type: query
      - name: language
        value: ''
        type: query
      - name: sortBy
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: page
        value: ''
        type: query
    docs: Searches across all indexed articles. Limit results to Mashable by passing sources=mashable or domains=mashable.com.
      An API key is required.
bundled: true