zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
News/BBC News
Logo BBC News

BBC News

Latest news feed from BBC News.

Endpoints
1
Requests
49
Updated
3 months ago
For LLMs
llms.txt
Endpoint health17 hours ago
  • feedpassing, 0.5s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/news:bbc/feed5m cache2 paramschecking key…
Parameters
sectionenum

BBC section. Default: world

limitnumber

Max items, 1-50. Default 20

·
Response
EXAMPLE
{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://www.bbc.co.uk/news/articles/c5y0zz63gero?at_medium=RSS&at_campaign=rss",
      "title": "Powerful magnitude 7.7 earthquake kills at least 47 in Indonesia",
      "pubDate": "Sat, 15 Aug 2026 13:35:57 GMT",
      "summary": "A search and rescue operation is under way to find survivors in Flores, an island in eastern Indonesia."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c4gjygx4gjeo?at_medium=RSS&at_campaign=rss",
      "title": "Eleven killed in Israeli strikes on southern Lebanon, authorities say",
      "pubDate": "Sat, 15 Aug 2026 13:38:53 GMT",
      "summary": "Israel's military said it had struck \"Hezbollah terror infrastructure\" in response to what it described as an earlier action against its soldiers."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/cd69ely319eo?at_medium=RSS&at_campaign=rss",
      "title": "BBC seeks to subpoena Trump's family members in Panorama lawsuit",
      "pubDate": "Sat, 15 Aug 2026 00:01:53 GMT",
      "summary": "The BBC's lawyers argue Trump's family members \"have personal knowledge\" of his intentions in the speech he gave outside the US Capitol on 6 January 2021."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c171yp5zdrxo?at_medium=RSS&at_campaign=rss",
      "title": "US aircraft carrier on way to relieve USS Lincoln after issues reported aboard",
      "pubDate": "Fri, 14 Aug 2026 17:36:27 GMT",
      "summary": "Thousands of sailors on the Lincoln have reportedly faced food shortages and broken plumbing, with some considering jumping overboard."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c8en2z9jp2xo?at_medium=RSS&at_campaign=rss",
      "title": "South Korea proposes talks to officially end war with North",
      "pubDate": "Sat, 15 Aug 2026 14:40:15 GMT",
      "summary": "Lee Jae Myung offers chance to end the conflict, which has been frozen since an armistice in 1953."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/cy0j60p0d29o?at_medium=RSS&at_campaign=rss",
      "title": "Family stranded at sea for 16 hours after jet ski capsized in Thailand",
      "pubDate": "Sat, 15 Aug 2026 13:41:09 GMT",
      "summary": "A father and his two young sons spent a night adrift before being rescued off the coast of the island of Koh Samui."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c0l5583903yo?at_medium=RSS&at_campaign=rss",
      "title": "Five injured, one critically, in shooting at Virginia State University",
      "pubDate": "Sat, 15 Aug 2026 15:09:59 GMT",
      "summary": "Multiple suspects were involved in the incident in the early hours of Saturday, the university said."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/cx2vj433xqlo?at_medium=RSS&at_campaign=rss",
      "title": "France's top court blocks social media ban for under-15s",
      "pubDate": "Fri, 14 Aug 2026 16:35:06 GMT",
      "summary": "The Constitutional Council says it infringes upon freedom of expression - but President Macron vows to prepare a new draft."
    }
  ],
  "source": "bbc.co.uk",
  "section": "world"
}

Code examples

Latest Feed
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("news:bbc", "feed", {
  "section": "world",
  "limit": 20
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/news:bbc/feed?section=world&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETLatest Feed/v1/news:bbc/feedFetch latest articles from the RSS feed.

Parameters

sectionenumoptional
BBC section. Default: world Values: world, technology, business, entertainment.
limitnumberoptional
Max items, 1-50. Default 20

Request

curl -X GET "https://api.zpi.web.id/v1/news:bbc/feed?section=world&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://www.bbc.co.uk/news/articles/c5y0zz63gero?at_medium=RSS&at_campaign=rss",
      "title": "Powerful magnitude 7.7 earthquake kills at least 47 in Indonesia",
      "pubDate": "Sat, 15 Aug 2026 13:35:57 GMT",
      "summary": "A search and rescue operation is under way to find survivors in Flores, an island in eastern Indonesia."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c4gjygx4gjeo?at_medium=RSS&at_campaign=rss",
      "title": "Eleven killed in Israeli strikes on southern Lebanon, authorities say",
      "pubDate": "Sat, 15 Aug 2026 13:38:53 GMT",
      "summary": "Israel's military said it had struck \"Hezbollah terror infrastructure\" in response to what it described as an earlier action against its soldiers."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/cd69ely319eo?at_medium=RSS&at_campaign=rss",
      "title": "BBC seeks to subpoena Trump's family members in Panorama lawsuit",
      "pubDate": "Sat, 15 Aug 2026 00:01:53 GMT",
      "summary": "The BBC's lawyers argue Trump's family members \"have personal knowledge\" of his intentions in the speech he gave outside the US Capitol on 6 January 2021."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c171yp5zdrxo?at_medium=RSS&at_campaign=rss",
      "title": "US aircraft carrier on way to relieve USS Lincoln after issues reported aboard",
      "pubDate": "Fri, 14 Aug 2026 17:36:27 GMT",
      "summary": "Thousands of sailors on the Lincoln have reportedly faced food shortages and broken plumbing, with some considering jumping overboard."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c8en2z9jp2xo?at_medium=RSS&at_campaign=rss",
      "title": "South Korea proposes talks to officially end war with North",
      "pubDate": "Sat, 15 Aug 2026 14:40:15 GMT",
      "summary": "Lee Jae Myung offers chance to end the conflict, which has been frozen since an armistice in 1953."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/cy0j60p0d29o?at_medium=RSS&at_campaign=rss",
      "title": "Family stranded at sea for 16 hours after jet ski capsized in Thailand",
      "pubDate": "Sat, 15 Aug 2026 13:41:09 GMT",
      "summary": "A father and his two young sons spent a night adrift before being rescued off the coast of the island of Koh Samui."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/c0l5583903yo?at_medium=RSS&at_campaign=rss",
      "title": "Five injured, one critically, in shooting at Virginia State University",
      "pubDate": "Sat, 15 Aug 2026 15:09:59 GMT",
      "summary": "Multiple suspects were involved in the incident in the early hours of Saturday, the university said."
    },
    {
      "link": "https://www.bbc.co.uk/news/articles/cx2vj433xqlo?at_medium=RSS&at_campaign=rss",
      "title": "France's top court blocks social media ban for under-15s",
      "pubDate": "Fri, 14 Aug 2026 16:35:06 GMT",
      "summary": "The Constitutional Council says it infringes upon freedom of expression - but President Macron vows to prepare a new draft."
    }
  ],
  "source": "bbc.co.uk",
  "section": "world"
}

Related APIs

More in news

Ojk Siaran Pers

news/ojk-siaran-pers

Otoritas Jasa Keuangan — press releases (siaran pers)

645 calls·10m cache

Cnbc

news/cnbc

CNBC — RSS feed by section

588 calls·5m cache

Marketwatch

news/marketwatch

MarketWatch — RSS feed by section

657 calls·5m cache

Coindesk

news/coindesk

CoinDesk — RSS feed

565 calls·5m cache

Bi Siaran Pers

news/bi-siaran-pers

Bank Indonesia — press releases (siaran pers)

431 calls·10m cache

Cointelegraph

news/cointelegraph

Cointelegraph — RSS feed, main / tag / category

323 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026