Skip to main content
POST
/
api
/
bbc
/
feeds
/bbc/feeds
curl --request POST \
  --url https://api.anysite.io/api/bbc/feeds \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "section": "top_stories"
}
'
[
  {
    "guid": "<string>",
    "@type": "BbcFeedItem",
    "web_url": "<string>",
    "excerpt": "<string>",
    "published_at": "<string>",
    "image": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of items to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
section
enum<string>
default:top_stories

BBC News section to read the feed for

Available options:
top_stories,
world,
world_africa,
world_asia,
world_asia_china,
world_asia_india,
world_australia,
world_europe,
world_latin_america,
world_middle_east,
world_us_and_canada,
world_radio_and_tv,
uk,
england,
scotland,
wales,
northern_ireland,
business,
business_economy,
business_companies,
business_your_money,
politics,
technology,
science_and_environment,
health,
education,
entertainment_and_arts,
in_pictures,
newsbeat,
disability,
england_london,
england_manchester,
england_bristol,
england_nottingham,
england_oxford,
england_leicester,
england_tyne_and_wear,
england_cumbria,
england_lancashire,
england_merseyside,
england_derbyshire,
england_lincolnshire,
england_norfolk,
england_suffolk,
england_cambridgeshire,
england_essex,
england_beds_bucks_and_herts,
england_berkshire,
england_hampshire,
england_dorset,
england_wiltshire,
england_somerset,
england_gloucestershire,
england_devon,
england_cornwall,
england_kent,
england_surrey,
england_sussex,
england_coventry_and_warwickshire,
england_hereford_and_worcester,
england_shropshire,
england_stoke_and_staffordshire,
england_south_yorkshire,
england_west_yorkshire,
england_york_and_north_yorkshire,
england_humberside,
england_northamptonshire,
wales_north_west_wales,
wales_north_east_wales,
wales_mid_wales,
wales_south_west_wales,
wales_south_east_wales,
wales_wales_politics,
scotland_edinburgh_east_and_fife,
scotland_glasgow_and_west,
scotland_highlands_and_islands,
scotland_north_east_orkney_and_shetland,
scotland_south_scotland,
scotland_tayside_and_central,
scotland_scotland_politics,
scotland_scotland_business,
sport,
sport_football,
sport_cricket,
sport_formula1,
sport_rugby_union,
sport_rugby_league,
sport_tennis,
sport_golf,
sport_boxing,
sport_athletics,
sport_cycling,
sport_horse_racing,
sport_snooker,
sport_winter_sports,
sport_disability_sport,
sport_netball,
sport_gymnastics,
sport_darts,
sport_swimming,
sport_basketball,
sport_judo,
sport_olympics,
sport_commonwealth_games

Response

Successful Response

guid
string
required
@type
string
default:BbcFeedItem
web_url
string | null
excerpt
string | null
published_at
string | null
image
string | null