FeedPulse

FREEMIUM
От ochiengotieno304 | Обновлено a month ago | News, Media
Популярность

6.6 / 10

Задержка

3,454ms

Уровень обслуживания

100%

Health Check

100%

ПРОЧТИ МЕНЯ

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 🎉

Подписчики: 2
Ресурсы:
Сайт продукта
Создатель API:
Rapid account: Ochiengotieno 304
ochiengotieno304
ochiengotieno304
Войдите, чтобы оценить API
Оценки: 4.7 - Голосов: 3