Edit search API

I want to build something like an automated newsfeed for festival lineups. It came to my mind, that the edit search may be a good data source for it. Is there a way to get the edits from a search in an automated way? An API would be the best, but I don’t think that there is one?

I have a query like this:

https://musicbrainz.org/search/edits?auto_edit_filter=&combinator=and&negation=0&order=desc&conditions.0.field=type&conditions.0.operator=%3D&conditions.0.args=91%2C234&conditions.0.args=92%2C235&conditions.0.args=90%2C233&conditions.0.args=99&conditions.0.args=97&conditions.0.args=94&conditions.0.args=98&conditions.0.args=95&conditions.0.args=93&conditions.0.args=96&conditions.1.field=link_type&conditions.1.operator=%3D&conditions.1.args=798&conditions.1.args=799&conditions.1.args=800&conditions.1.args=801&conditions.1.args=807&conditions.1.args=806&conditions.1.args=932&conditions.1.args=1256&conditions.1.args=818&conditions.1.args=836&conditions.2.field=event_type&conditions.2.operator=%3D&conditions.2.args=2

And then I need to filter for the newest edits until i reach the date of the last run.

Does that sound like a good idea?