Hello!
Yes there is. The cuts are posted on the ecinepramaan website (for example, here is
Aavesham). The IDs on the URL are sequential and not hashed, so we've figured out a hacky way to just scrape in a brute-force manner. This also means that we've not yet been able to figure out a way to get a specific movie ID, we scrape whatever we can and see if the movie we're interested in fell within that range (you can narrow it a little bit by year and such). We've been working on scraping data and cleaning it up for the last few months.
Our work-in-progress repository is here:
https://github.com/diagram-chasing/censor-board-cutsThe data scraping logic is explained here:
https://github.com/diagram-chasing/censor-board-cuts/tree/master/data-scripts/scrapeThis is not complete by any means. Issues are listed in the repository, as are our TODO items. But we've made some progress on scraping and structuring small samples,
which you can see here. The data sample is also only
a small subset of what can be gotten and was scraped a few months ago. The end goal is to automate this and create a regularly updated explorer with some basic trend analysis (modifications, types of modifications etc.).