As of 4.4, WordPress includes WP API infrastructure and provides a framework for creating custom REST endpoints. It is suggested that plugin authors convert their custom AJAX based APIs to use WP API.
The goal is to convert zoninator's existing AJAX endpoints into WP API, along with all the JavaScript client-side changes required.