This is so cool. Somebody should turn this into a platform - a mobile app that at least helps you record the stats you want, paired with an API platform that lets you grant and request permission for other "personal APIs". Then other API calls can be built on top of individual people - College students in the US, citizens of India, etc. The possibilities are pretty endless.
I'll bet you could get a lot of this information from something like FitBit.
A Personal API
21–30 of 119 posts
Re: A Personal API
#22Re: A Personal API
#23Re: A Personal API
#24Right now, things are fairly sparse. You can check the repo out here: https://github.com/jdjkelly/bodyimage
An open source Rails API to track "quantified self" data.
Right now, the hardware companies in this space are storing your data in closed systems. Let's change that.
Take the Withings WiFi scale or the FitBit, for example. Both are essential pieces of the quantified self hacker, yet both store your data in their respective, siloed databases. What happens when one of them goes bust? Or decides to pivot towards an ad-based business model?
This project includes a Rails + MySQL RESTful API to store your data.`
Contact in profile.
Re: A Personal API
#25Re: A Personal API
#26Re: A Personal API
#27As an engineer, I can understand the excitement. But I wonder why and who should use that data? I can't see any great use cases.
Re: A Personal API
#28What I'm trying to say is that with a personal API platform, apps simply become a front end to standardized personal data. Switching costs would be reduced significantly, which would encourage a lot more innovation.
Here's a spec I've written out for my work on my own personal API. It's not done yet, and the code isn't open sourced yet, but hopefully it will inspire others to hack on the idea.
Re: A Personal API
#29* Secure access. It's great you decided to share everything publicly. I'm looking at fairly confidential data like blood tests, though.
* How do you express permissions? It's likely you'd give out sets of data, not per-url permissions. (I.e. my photos from date A to date B, in this general vicinity - your vacation pics)
* How can others discover what data sets & types you've shared?
* Related: A type description. Some events cover time ranges. Some are momentary samples. They all use different units. Some have location info attached, some don't. (I.e. my heart rate doesn't. Pictures do. Steps/day - geolocation is meaningless)
Either way, it's exciting to see people push ahead on this - many of these questions will probably be answered as we go.
Re: A Personal API
#30I was about to dismiss this but have thought about it a bit more, and there's something interesting here. There are already APIs built on top of you. There are the ones you know about, like Facebook and Twitter. There are the ones we know exist but have no direct access to, such as Amazon's backend or your police record. And there are the ones we may never know about, such as the NSA bot scanning this post right now…