To use the API, send a POST request to the URL for each function as indicated below.
Your API key can be found in your
member prefences.
Get collection list
URL: https://letslogic.com/api/v1/collections
PARAMS: key
Get levels in collection
URL: https://letslogic.com/api/v1/collection/
collection_id
PARAMS: key
Submit level solution
URL: https://letslogic.com/api/v1/level/
level_id
PARAMS: key & solution
Get records for completed levels
URL: https://letslogic.com/api/v1/records
PARAMS: key
PHP examples
here.