Bbci
Connector for the bbci API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ibl.api.bbci.co.uk/ibl/v1 - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
get_programmes_atoz_search— GET /atoz/{letter}/programmes — Programmes by initial title characterget_categories— GET /categories — Get categoriesget_sub_categories— GET /categories/{category} — Get sub-categoriesget_episodes_by_category— GET /categories/{category}/episodes — List all the episodes for a category.get_highlights_by_category— GET /categories/{category}/highlights — List the highlights for a category.get_programmes_by_category— GET /categories/{category}/programmes — List all the programmes for a category.
Inputs
apiKey— your bbci API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_programmes_atoz_search
apiKey: <your key>