Can I export my data?
Yup! You can find .csv and .tsv export links near the bottom of the Data tab below the graph, when you're logged in, and you can export data using the datapoints endpoint of the Beeminder API, linked in the same spot.
If you have a lot of datapoints in your goal, please be conservative when using the API so you don't slam our servers!
You can also provide a URL to which Beeminder will send POST requests anytime a new datapoint is added to the graph, if you want to maintain a live copy of your data. Add the URL to the Webhook setting under the Settings tab and hit Update Goal to save. This webhook fails silently if it doesn't work, so you may not know if a datapoint is missing; an occasional fetch of the all-datapoints endpoint is a good idea to keep everything in sync.
How you might use the webhook feature:
- Real-time PESOS
- Use data added to one Beeminder goal to automatically update a second (which is now an official integration: check out Metaminder!)
Keywords: data export, metaminding, mirroring your data