Atlantia's RESTful* API currently makes the following endpoints available.

These are read only JSON output that's why they're only "kinda" RESTful. CUD capabilities are restricted while in this demo phase. I have, for demo purposes, decided to use the datatables library. This makes it simple to see the data in use but there is a disconnect between the way that php's json_encode and the datatables json parsing want to see the data that I just haven't taken the time to figure out, because there is a oneline hack that seems to work just fine. Simply add ?datatables=true to your api.[service].php url and the data will be returned in a data table format such as is used in the examples below.

CORS has been configured so that these services should be available to all *.atlantia.sca.org domains