Skip to content

Instantly share code, notes, and snippets.

@dadair-ca
Last active March 22, 2020 13:00
Show Gist options
  • Save dadair-ca/f490e9a63d1d771b5eeb to your computer and use it in GitHub Desktop.
Save dadair-ca/f490e9a63d1d771b5eeb to your computer and use it in GitHub Desktop.
Eco Public API Reverse Engineering
;; Hourly from yesterday morning up to current hour
http://www.eco-public.com/api/h7q239dd/data/periode/101017181/?begin=20150509&end=20150510&step=3
;; Totals from yesterday and (so far?) today
http://www.eco-public.com/api/h7q239dd/data/periode/101017181/?begin=20150509&end=20150510&step=4
;; Hourly for yesterday
http://www.eco-public.com/api/h7q239dd/data/periode/101017181/?begin=20150509&end=20150509&step=3
;; Hourly for today
http://www.eco-public.com/api/h7q239dd/data/periode/101017181/?begin=20150510&end=20150510&step=3
result: []
;; Yet Hourly for yesterday AND today works
http://www.eco-public.com/api/h7q239dd/data/periode/101017181/?begin=20150509&end=20150510&step=3
@derhuerst
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment