ISO formatted dates in API
Currently the return string in the JSON API for the date fields is "2012-08-26 17:00:00". Could we get it in a raw ISO format (e.g., "2012-08-26T17:00:00+00:00") so that we can use the various built-in methods in PHP, Angular, etc. to process the data on the app/client side?
3
votes

ISO-formatted dates have been added across the API. See https://statsfc.com/docs/api for examples.
Thanks for the suggestion!
-
AdminWill (Developer, StatsFC.com) commented
Yes, unfortunately we had to remove the API.
-
Anonymous commented
Have you removed json API?