Open
Description
Reading data from : http://apis.is/earthquake/is keeps giving the data with as most recent date 13-10-2017
This is the code in python which was working before:
import requests
import json
data_json = requests.get("http://apis.is/earthquake/is").json()
print (json.dumps(data_json, indent=4))