Difference between revisions of "GCA API"

From GeoWiki
Jump to: navigation, search
m (GCA Cache API)
m (GCA Cache API)
Line 1: Line 1:
 
{{GCA}}
 
{{GCA}}
 
== GCA Cache API ==
 
== GCA Cache API ==
 +
 
Geocaching Australia has developed a read-only JSON based query system for external applications to access cache data in real time.
 
Geocaching Australia has developed a read-only JSON based query system for external applications to access cache data in real time.
  
 
This psuedo-API is READ ONLY at the moment until a suitable authentication model is developed.
 
This psuedo-API is READ ONLY at the moment until a suitable authentication model is developed.
  
the cache query url is:
+
The cache query url is: http://geocaching.com.au/caches/gca.json
  
http://geocaching.com.au/caches/gca.json and has the following parameters that can be used:
+
The following parameters can be used:
  
 
center=<lat>,<lon> the center point of the returned caches in ddd.dddddd format
 
center=<lat>,<lon> the center point of the returned caches in ddd.dddddd format

Revision as of 10:47, 3 September 2011

Geocaching Australia
This page contains information specific to Geocaching Australia.

GCA Cache API

Geocaching Australia has developed a read-only JSON based query system for external applications to access cache data in real time.

This psuedo-API is READ ONLY at the moment until a suitable authentication model is developed.

The cache query url is: http://geocaching.com.au/caches/gca.json

The following parameters can be used:

center=<lat>,<lon> the center point of the returned caches in ddd.dddddd format

cacher=<cachername> If searching using Unfound, Found and Owned this parameter is mandatory

unfound=1 Returns caches that the cacher hasn't found

found=1 Returns caches that the cacher has found

owned=1 Returns caches that the cacher owns

NOTE: unfound, found and owned should not be used in combination, but rather as separate queries

include=<string of cache types> Include only the cache types specified

exclude=<string of cache types> Exclude the cache types specified

eg to include ONLY Multis, Trads and Trigs you would use &include=MTZ


List of cache types:

B - Moveable

C - Cache In Trash Out

D - Beacon

E - Event

H - Burke and Wills

I - Wherigo

L - Locationless

M - Multi-cache

O - Other

P - Podcache

R - Earthcache

T - Traditional

U - Unknown or Mystery

V - Virtual

W - Webcam

X - Letterbox

Y - Mega-Event

Z - TrigPoint