I built a framework that will allow people with a little programming background to get access to some of the underlying data here. Right now it just has a single API type for the digital goods marketplace (allows you to view your licenses as well as download the latest version of anything you are licensed for). This could be for something like add-on or template auto-installers for various platforms. For example something like this. The system allows you to generate a secret key that you can reset at any time that allows you to access parts of your account without needing the username/password. Generate/reset secret key here: https://forums.digitalpoint.com/account/api Documentation for making API calls: https://forums.digitalpoint.com/help/api I have a few ideas for other types of data I might create API types for (cookie search and keyword tracker would be good candidates), but always open to ideas of other data types we could open up to the API.
Made a few changes to the API... Authentication data is passed via HTTP request headers (before it was done with parameters) and the HTTP method used varies for endpoints (instead of using POST for everything, GET is used when you are "getting" data for example).
New API type available for tools. Currently it supports functions that allow you to retrieve your data from the keyword tracker tool. https://www.digitalpoint.com/help/api/tools
New API action for tools that allows you to generate website thumbnails in realtime. Example code (and samples of generated thumbnail images) here: https://tools.digitalpoint.com/thumbnails