(Unofficial) Concept 2 Online Logbook REST API
My unofficial interface to the Concept 2 Online Logbook is ready.
This allows one to programmatically get information from the logbook (such as your total meters rowed to date) or to add workouts to the logbook from another program.
For example, entering this URL in your browser after getting your own API KEY:
http://c2logapi.appspot.com/api/1/user/totalmeters?format=xml&api_key=xxx
would cause the browser to prompt you for your logbook username and password and then it would return the total meters you’ve rowed to date.
Details and code examples in Python and Java are at the (Unofficial) Concept 2 Online Logbook REST API Home Page.





