Developers

Making a call

The endpoint is: http://skunk.marcus-povey.co.uk/aer/api/

To query the database, pass an MD5 hash of the user's email address and then the field you want to query, E.g.

If you want to retrieve the item "name" for email address example@example.com, your query would be http://skunk.marcus-povey.co.uk/aer/api/23463b99b62a72f26ed677cc556c44e8/name

The data will be echoed, or you will receive a 404 error if the item is not found

That it?

Yes, it really is that simple.