> Wordpress has a pretty good JSON api that you can use with crud operations:
https://wordpress.org/plugins/rest-api/FYI: this shipped in WordPress 4.7 as part of the core software, and is now available on every WordPress site. (e.g. https://www.wired.com/wp-json/)
> The only thing is you'd be in WordPress land and isn't glamorous.
We tried to shield REST API users from much of the nastiness of WordPress' backwards compatibility (inconsistent field naming, date weirdness, etc), but yeah, it's still not perfect.
(I'm the co-lead on the REST API focus, happy to answer any Qs!)