import zingu_apis
api = zingu_apis.api("gdacs")
result = api.fetch("events/getepisodedata", eventtype="EQ", eventid=1528843, episodeid=1692737)
for item in result:
print(item)
const resp = await fetch("https://www.gdacs.org/gdacsapi/api/events/getepisodedata?eventtype=EQ&eventid=1528843&episodeid=1692737");
const data = await resp.json();