James Scholes wrote: >If you happen to have an API key for Nitro, you can check which >mediasets are available for the program:
>http://nitro.api.bbci.co.uk/nitro/api/programmes?api_key=<your_api_key>&mixin=versions_availability&pid=b06tvhnj The BBC have just deprecated that Nitro host as well as that mixin, so that command won't work indefinitely. The replacement would be: http://programmes.api.bbc.com/nitro/api/programmes?api_key=<your_api_key>&mixin=available_versions&pid=b06tvhnj There is a full Swagger specification (for use with clients such as Postman) here: https://raw.githubusercontent.com/Mermade/bbcparse/master/nitroApi/swagger.json and full interactive documentation here: http://mermade.github.io/swagger/index.html Cheers, Mike _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

