The EA Voices API is a read-only JSON interface to all content.
The api is called via https://eavoices.com/api/ following the JSON API guidelines.
Get recent posts:
get_recent_posts/
Setting callback to a JavaScript function name will trigger a JSONP-style callback:
get_recent_posts/?callback=show_posts_widget&read_more=More&count=3
Searches:
get_search_results/?search=zachman
etc.