mehr-schulferien-de / www.mehr-schulferien.de

We collect and publish school vacation and public holiday data.
https://www.mehr-schulferien.de
25 stars 7 forks source link

"is_school":true Obwohl für Gemeinde "false" geliefert wird #724

Open kschaumann opened 5 months ago

kschaumann commented 5 months ago

Scheinbar stimmen einige Daten nicht zu einander:

curl -H "Content-Type: application/json" https://www.mehr-schulferien.de/api/v2.0/locations/29569

{"data":{"code":null,"id":29569,"is_city":false,"is_country":false,"is_county":false,"is_federal_state":false,"is_school":true,"name":"Paul-Maar-Grundschule Sudweyhe","parent_location_id":6921,"updated_at":"2020-03-20T10:17:42"}

Prüfe ich aber die Gemeinde, in der die Schule liegt:

curl -H "Content-Type: application/json" https://www.mehr-schulferien.de/api/v2.0/locations/6921

{"data":{"code":null,"id":6921,"is_city":true,"is_country":false,"is_county":false,"is_federal_state":false,"is_school":false,"name":"Weyhe","parent_location_id":6747,"updated_at":"2020-03-20T10:04:01"}}

Dann liefert diese für heute: "is_school":false

Auch für alle "darüber" liegendenden bis zum Bundesland ist der Wert hier false. Und ich kann bestätigen, dass heute auch an unserer Schule Ferien sind!