FeedPulse

FREEMIUM
By ochiengotieno304 | Updated il y a 18 jours | News, Media
Popularity

7.7 / 10

Latency

9,689ms

Service Level

96%

Health Check

100%

README

Feedpulse News API

Overview

The Feedpulse News API provides the latest news from various sources. It allows users to filter news by country and category, and also provides pagination support.

Request Structure

The API expects the the query params which are all optional:

Query Params

  • country: A string representing the country code in ISO Alpha-2 format (e.g., โ€œKEโ€ for Kenya).
  • category: A string representing the category of news (e.g., โ€œsportsโ€).
  • page: An integer representing the page number.
  • per_page: An integer representing the number of items per page.

Example Response

[
    {
        "id": 489920,
        "title": "Here Are the 2024 CMT Awards Winners",
        "snippet": "At the 2024 CMT Music Awards, Jelly Roll came into the show with three nominations & left with three new prizes.",
        "url": "https://www.billboard.com/music/awards/2024-cmt-awards-winners-1235650798/",
        "source": "Billboard",
        "code": "US",
        "date": "2024-04-08T00:00:00Z",
        "category": "ENTERTAINMENT",
        "published_date": "2024-04-07T00:00:00Z"
    },
    {
        "id": 476002,
        "title": "Kendrick Lamar's beef with Drake and J Cole explained",
        "snippet": "A seemingly innocuous lyric has erupted into a flurry of back-and-forth insults between the rappers.",
        "url": "https://www.bbc.com/news/entertainment-arts-68739398",
        "source": "BBC News",
        "code": "US",
        "date": "2024-04-05T00:00:00Z",
        "category": "ENTERTAINMENT",
        "published_date": "2024-04-05T00:00:00Z"
    },
    // ...
]

Response Structure

  • id: An integer representing the news ID.
  • title: A string representing the news title.
  • snippet: A string representing a snippet of the news.
  • url: A string representing the URL of the full news article.
  • source: A string representing the source of the news.
  • code: A string representing the country code.
  • date: A string representing the date of the news in ISO 8601 format.
  • category: A string representing the category of the news.
  • published_date: A string representing the published date of the news in ISO 8601 format.

Happy Coding ๐ŸŽ‰

Followers: 2
Resources:
Product Website
API Creator:
Rapid account: Ochiengotieno 304
ochiengotieno304
ochiengotieno304
Log In to Rate API
Rating: 4.7 - Votes: 3