Using bbcapis with bbc.com

JavaScript integration

Install
npm install bbcapis
Get API definition
curl \
  # append ?api_key=$API_KEY to the URL \
  https://programmes.api.bbc.com/
Look inside pips entities
curl \
  # append ?api_key=$API_KEY to the URL \
  https://programmes.api.bbc.com/pips
Look inside programmes to find segments: chapters, tracks and more
curl \
  # append ?api_key=$API_KEY to the URL \
  https://programmes.api.bbc.com/items
SDK on GitHub 📄 API Docs
SDK
bbcapis
JavaScript
API
bbc.com
bbc.com
At a glance
Language JavaScript
Endpoints25
Base URLhttps://programmes.api.bbc.com