You are hereAPI
API
Authentication
URL:
https://www.lukator.com/lukator/api/login
HTTP Method:
POST
Parameters:
- user
- The username
- pass
- The password
JSON
Visibility Settings
URL:
http://www.lukator.com/lukator/api/visibility
HTTP Method:
GET/POST
Authentication:
required
Parameters:
- none
- Requests the users current setting: Privacy Settings, Invisible (visibility)
- visibility
- 0 to be visibly, 1 to be invisible
JSON
Set Your Position
URL:
http://www.lukator.com/lukator/api/position
HTTP Method:
POST
Authentication:
required
Parameters:
- lat
- The latitude
- lng
- The longitude
JSON
Request Friend Locations
URL:
http://www.lukator.com/lukator/api/friends
HTTP Method:
GET/POST
Authentication:
required
Parameters:
- none
JSON
Geo Blog Post
URL:
http://www.lukator.com/lukator/api/blog
HTTP Method:
POST
Authentication:
required and part of the parameters
Parameters:
- user
- The username
- pass
- The pasword
- bt
- The blog title
- bc
- The blog content
- lat
- The latitude
- lng
- The longitude
- btags
- Tags, comma separated (optional)
- bd
- An unix timestamp of the creation date (optional)
JSON
Get Cities Nearby
URL:
http://www.lukator.com/lukator/api/city
HTTP Method:
GET
Authentication:
optional
Parameters:
- lat
- The latitude
- lng
- The longitude
JSON
It is possible that the API will change in the future. Please note that you use it at your own risk. If you are using the API we would love to get feedbaack from you, because this helps us to align our development and efforts.