Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
Cody Robinson edited this page Jan 16, 2016 · 23 revisions

##Welcome to the PicLoc-API wiki!##

Understanding the API

  • All requests are made to the base URL: https://picloc.inzernettechnologies.com/

  • (Example to login: https://picloc.inzernettechnologies.com/login.php)

  • All requests are over HTTPS (HTTP will automatically get redirected but could cause being banned)

  • You should only request (1) device_id per device, requesting anymore will get you banned

  • Upon successful login the first time, you get a token which can be replaced for the password

  • All responses are received as JSON

  • This API is public, but should not be excessively used or it might be marked as private.

Pages

Logging in

Clone this wiki locally