Football V1
Get News
Retrieve latest sports news articles with source information
GET
Basketball News
Overview
Returns a list of the latest sports news articles from various sources, along with information about the news sources. Cache TTL: This endpoint response is cached with a short TTL for fresh news content.Parameters
Filter news by sport ID. Default: 1 (Football)
Filter news by competition ID (e.g., 9 for Premier League)
Filter news by specific game ID
Whether to return preview/summary content. Default: true
Maximum number of news articles to return
Parameters
appTypeId, langId, timezoneName, and userCountryId are automatically resolved. You can override timezoneName with a specific timezone (e.g., America/New_York). All publishDate fields use ISO 8601 format with a dynamic timezone offset.Response Structure
Array of news article objects
Array of news source objects referenced by articles
Request Example
Response Example
Field Reference
News Article Fields
| Field | Type | Description |
|---|---|---|
id | integer | Unique article identifier |
publishDate | string | ISO 8601 publication timestamp with timezone |
sourceId | integer | Reference to news source |
title | string | Article headline |
image | string | Featured image URL |
url | string | Full article URL with tracking |
isMagazine | boolean | Editorial/magazine content flag (from internal editorial team) |
News Source Fields
| Field | Type | Description |
|---|---|---|
id | integer | Unique source identifier |
name | string | Source display name |
imageVersion | integer | Image cache version |
Use Cases
- Display latest football news on a sports dashboard
- Build a news feed with articles from multiple sources
- Filter editorial content using
isMagazineflag - Show source attribution with logos using
sourceIdmapping
Authorizations
Your SportsAPI Pro API key
Query Parameters
Filter by competition ID (e.g., 132 for NBA)
Example:
132
Filter by game ID for match-specific news
Maximum number of articles to return
Response
200
News articles retrieved successfully
Last modified on April 12, 2026
Basketball News