I was requesting news from the site 'https://www.tagesschau.de/api2/' for my Dashboard via Python. It has worked fine until this day. Now JSON can't parse it anymore and I get a JSON Decode Error. If you visit the API above it says: "SyntaxError: JSON.parse: expected ',' or ']' after array element at line 7041 column 2 of the JSON data".
Seems like they made a mistake in their code? Is anyone else getting this error?