you can interface by sending POST data with the following parameters to: http://mygrl.stabeler.com/get_matching_entries.php
Whenever you send a request for a search the system records the users current_location field in the database (as sent), so if u wanted to just update your location just send a blank parameter for request_type
required parameters:
user_name=xxx &password=xxx &latitude=xxx(decimal) &longitude=xxx(decimal) &request_type= "" - returns nothing full_page - full html matches match_count - Just a count (html e.g. <h1>3</h1>) match_titles_html - html count and Titles Only match_titles_plain - count and Plain Titles Only (some html) show_resources_on_map - html map matches match_titles_delimited - count and Delimeted Titles - in format: #matches|time of query(\n) resource_id|distance in mtrs|resource title(\n) e.g 8|12:21:47 1|263|View from the Cliffs 49|350|Holbeck Hall Hotel - Fell into the sea! 61|506|rqvine 19|546|a lamp post 20|598|scarborough view 37|599|in the canteen :) 17|607|Scarborough Campus 62|608|birdbnestoptional parameters:
&range=xxx(e.g 0.001) (if not specified, then uses a pre-detemined range - currently 0.1, rough calculation to get metres = 0.001 x 66666 = 66m approx) ×cale=xxxx (in seconds - e.g.86400 gets entries from the last day, 3214080000 = 100 years - if not specified returns every entry) &profile_id=xxxx (uses default profile if not specified or not a number) &show_all_local_entries=true (if any value is sent apart from 0 or false, then ignores any specified profile and returns all local matches)
This is not a fully functioning API, and may not work fully. Please make contact if you have any questions.