Skip to content

API v1.0.0 beta Endpoints

Brian Hanifin edited this page Aug 1, 2014 · 1 revision

Here (the start of) a list of API endpoints.

  • http://cgmtest.herokuapp.com/api/v1/entries
  • http://cgmtest.herokuapp.com/api/v1/entries/current

To keep data costs down these return Tab Separated Values (TSV) by default. If you'd like to retrieve JSON, then append .json to the end of your endpoint. For example:

  • http://cgmtest.herokuapp.com/api/v1/entries.json
  • http://cgmtest.herokuapp.com/api/v1/entries/current.json
Clone this wiki locally