You are hereAPI

API


Authentication


URL:

  https://www.lukator.com/lukator/api/login

HTTP Method:

  POST

Parameters:
  • user
    • The username
  • pass
    • The password
Response:

  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
Response:

  JSON


Set Your Position


URL:

  http://www.lukator.com/lukator/api/position

HTTP Method:

  POST

Authentication:

  required

Parameters:
  • lat
    • The latitude
  • lng
    • The longitude
Response:

  JSON


Request Friend Locations


URL:

  http://www.lukator.com/lukator/api/friends

HTTP Method:

  GET/POST

Authentication:

  required

Parameters:
  • none
Response:

  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)
Response:

  JSON


Get Cities Nearby


URL:

  http://www.lukator.com/lukator/api/city

HTTP Method:

  GET

Authentication:

  optional

Parameters:
  • lat
    • The latitude
  • lng
    • The longitude
Response:

  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.