-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.php
executable file
·497 lines (487 loc) · 105 KB
/
help.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<?php
/**
* Chronolabs REST Geospatial API Services API
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
* which is considered copyrighted (c) material of the original comment or credit authors.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright Chronolabs Cooperative http://snails.email
* @license GNU GPL 3 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
* @package api
* @since 2.0.1
* @author Simon Roberts <[email protected]>
* @subpackage places
* @description Geospatial API Services API
* @see http://internetfounder.wordpress.com
* @see http://sourceoforge.net/projects/chronolabsapis
* @see https://github.com/Chronolabs-Cooperative/API-API-PHP
*/
$key = randomAPIKey();
$distance = mt_rand(2,69) / mt_rand(3,9);
$local = randomGeoLocation();
$place = randomGeoPlace();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta property="og:title" content="<?php echo API_VERSION; ?>"/>
<meta property="og:type" content="api<?php echo API_TYPE; ?>"/>
<meta property="og:image" content="<?php echo API_URL; ?>/assets/images/logo_500x500.png"/>
<meta property="og:url" content="<?php echo (isset($_SERVER["HTTPS"])?"https://":"http://").$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]; ?>" />
<meta property="og:site_name" content="<?php echo API_VERSION; ?> - <?php echo API_LICENSE_COMPANY; ?>"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="rating" content="general" />
<meta http-equiv="<?php echo $place['iso2']; ?>thor" content="[email protected]" />
<meta http-equiv="copyright" content="<?php echo API_LICENSE_COMPANY; ?> © <?php echo date("Y"); ?>" />
<meta http-equiv="generator" content="Chronolabs Cooperative (<?php echo $place['iso3']; ?>)" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Geographical API API Services || <?php echo API_LICENSE_COMPANY; ?></title>
<!-- AddThis Smart Layers BEGIN -->
<!-- Go to http://www.addthis.com/get/smart-layers to customize -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50f9a1c208996c1d"></script>
<script type="text/javascript">
addthis.layers({
'theme' : 'transparent',
'share' : {
'position' : 'right',
'numPreferredServices' : 6
},
'follow' : {
'services' : [
{'service': 'facebook', 'id': 'Chronolabs'},
{'service': 'twitter', 'id': 'JohnRingwould'},
{'service': 'twitter', 'id': 'ChronolabsCoop'},
{'service': 'twitter', 'id': 'Cipherhouse'},
{'service': 'twitter', 'id': 'OpenRend'},
]
},
'whatsnext' : {},
'recommended' : {
'title': 'Recommended for you:'
}
});
</script>
<!-- AddThis Smart Layers END -->
<link rel="stylesheet" href="<?php echo API_URL; ?>/assets/css/style.css" type="text/css" />
<!-- Custom Fonts -->
<link href="<?php echo API_URL; ?>/assets/media/Labtop/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Labtop Bold/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Labtop Bold Italic/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Labtop Italic/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Labtop Superwide Boldish/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Labtop Thin/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Labtop Unicase/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/LHF Matthews Thin/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Life BT Bold/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Life BT Bold Italic/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Prestige Elite/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Prestige Elite Bold/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo API_URL; ?>/assets/media/Prestige Elite Normal/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="<?php echo API_URL; ?>/assets/css/gradients.php" type="text/css" />
<link rel="stylesheet" href="<?php echo API_URL; ?>/assets/css/shadowing.php" type="text/css" />
</head>
<body>
<div class="main">
<img style="float: right; margin: 11px; width: auto; height: auto; clear: none;" src="<?php echo API_URL; ?>/assets/images/logo_350x350.png" />
<h1><?php echo API_VERSION; ?> -- <?php echo API_LICENSE_COMPANY; ?></h1>
<p>This is an API Service for conducting a locational search for a place. It provides the longitude, latitude and altitude of place being searched for and provides responses when access the API inclusing JSON, XML, Serialisation, HTML and RAW outputs.</p>
<p>You can access the API currently without a key or system it is an open api and was written in response to the many API Services that charge ridiculous amounts for querying such a simple base. The following instructions are how to access the api I hope you enjoy this api as I have writting it!.</p>
<h2>WHat changed in version 3.0</h2>
<p>There reason there has recently been a main revision number upgrade, is all the keys, that is the hashing information for reference items has been made congruent across all the places api so they are the same between operator not unilaterial different with each service often for the same item key!</p>
<h2>Examples of Calls (Using JSON)</h2>
<p>There is a couple of calls to the API which I will explain.</p>
<blockquote>
For example if you want a list of the countries you call the following (this is in JSON you can see the API Help for further formats) :: <a href="<?php echo API_URL . "/"; ?>v3/list/list/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/list/list/json.api</a> SSL on this API is available if you aren't already using it; <a href="https://places.snails.email/v3/list/list/json.api" target="_blank">https://places.snails.email/v3/list/list/json.api</a> to return a random number of areas from a country you would do the following for a single random area from <?php echo $place['country']; ?> :: <a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/random/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/random/json.api</a> or if you want to return 10 random areas from <?php echo $place['country']; ?> <a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/random/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/random/<?php echo $distance; ?>/json.api</a>.<br/><br/>
Of course there is a random return from any country with any random selected location of that country is down like so :: <a href="<?php echo API_URL . "/"; ?>v3/random/random/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/random/random/<?php echo $distance; ?>/json.api</a> this is for 10 random locations in a country or for a single return from a country of any random is as follows :: <a href="<?php echo API_URL . "/"; ?>v3/random/random/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/random/random/json.api</a>.<br/><br/>
Each place and country is provided a unique MD5 Key for the record and placement, you can reverse lookup this if you wish we're for any place key, that is a locality not a country you can also specify a radius based in kilometres that returns all the nearby items of it and distance from that key. If you we're going to reverse look up a place key the call would be like so :: <a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/json.api</a>.<br/><br/>
If for example you wanted to reverse lookup a key and also return the nearest items within a 15Km radius the call would be like so :: <a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/15/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/15/json.api</a>. The maximum radius for a search is 145 kilometres!<br/><br/>
You can also look up the nearby location to just raw information as in Latitude & Longitude, just say you wanted to look up the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and the near by locations within 15Km's your call would be :: <a href="<?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/15/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/15/json.api</a>. <em>Of course as in mapping standards latitude precedes longitude in the URL Call!</em>
</blockquote>
<h2>Code API Documentation</h2>
<p>You can find the phpDocumentor code API documentation at the following path :: <a href="<?php echo API_URL . "/"; ?>docs/" target="_blank"><?php echo API_URL . "/"; ?>docs/</a>. These should outline the source code core functions and classes for the API to function!</p>
<h2>RAW Document Output</h2>
<p>This is done with the <em>raw.api</em> extension at the end of the url, you replace the example address with either a place, an country either with no spaces in words or country ISO2 or ISO3 code and a name to search for the place on the api</p>
<blockquote>
<font class="help-title-text">This is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/raw.api</a></font><br /><br />
<font class="help-title-text">This is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text">With ISO2, this is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/raw.api</a></font><br /><br />
<font class="help-title-text">With ISO3, this is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/raw.api</a></font><br/><br/>
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/raw.api</a></font><br/><br/>
<font class="help-title-text"><strong>Reverse Key Lookup for a Map Overlay</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for a Detailed Data on Location</strong> for country or place or venue.</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'government' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Mapping </strong> for a place with returning in this array' the HTML for a google map;</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>RAddress Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'government' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/raw.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/raw.api</a></font><br /><br />
</blockquote>
<h2>HTML Document Output</h2>
<p>This is done with the <em>html.api</em> extension at the end of the url, you replace the address with either a place, an country either with no spaces in words or country ISO2 or ISO3 code and a name to search for the place on the api</p>
<blockquote>
<font class="help-title-text">This is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/html.api</a></font><br /><br />
<font class="help-title-text">This is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text">With ISO2, this is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/html.api</a></font><br /><br />
<font class="help-title-text">With ISO3, this is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/html.api</a></font><br/><br/>
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/html.api</a></font><br/><br/>
<font class="help-title-text"><strong>Reverse Key Lookup for a Map Overlay</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for a Detailed Data on Location</strong> for country or place or venue.</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'government' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Mapping </strong> for a place with returning in this array' the HTML for a google map;</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/html.api</a></font><br /><br />
<font class="help-title-text"><strong>RAddress Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo address; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'government' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/html.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/html.api</a></font><br /><br />
</blockquote>
<h2>Serialisation Document Output</h2>
<p>This is done with the <em>serial.api</em> extension at the end of the url, you replace the address with either a place, an country either with no spaces in words or country ISO2 or ISO3 code and a name to search for the place on the api</p>
<blockquote>
<font class="help-title-text">This is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/serial.api</a></font><br /><br />
<font class="help-title-text">This is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text">With ISO2, this is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/serial.api</a></font><br /><br />
<font class="help-title-text">With ISO3, this is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/serial.api</a></font><br/><br/>
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/serial.api</a></font><br/><br/>
<font class="help-title-text"><strong>Reverse Key Lookup for a Map Overlay</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for a Detailed Data on Location</strong> for country or place or venue.</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'government' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Mapping </strong> for a place with returning in this array' the HTML for a google map;</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>RAddress Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'government' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/serial.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/serial.api</a></font><br /><br />
</blockquote>
<h2>JSON Document Output</h2>
<p>This is done with the <em>json.api</em> extension at the end of the url, you replace the address with either a place, an country either with no spaces in words or country ISO2 or ISO3 code and a name to search for the place on the api</p>
<blockquote>
<font class="help-title-text">This is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/json.api</a></font><br /><br />
<font class="help-title-text">This is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text">With ISO2, this is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/json.api</a></font><br /><br />
<font class="help-title-text">With ISO3, this is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/json.api</a></font><br/><br/>
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/json.api</a></font><br/><br/>
<font class="help-title-text"><strong>Reverse Key Lookup for a Map Overlay</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for a Detailed Data on Location</strong> for country or place or venue.</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'government' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Mapping </strong> for a place with returning in this array' the HTML for a google map;</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/json.api</a></font><br /><br />
<font class="help-title-text"><strong>RAddress Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'government' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/json.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/json.api</a></font><br /><br />
</blockquote>
<h2>XML Document Output</h2>
<p>This is done with the <em>xml.api</em> extension at the end of the url, you replace the address with either a place, an country either with no spaces in words or country ISO2 or ISO3 code and a name to search for the place on the api</p>
<blockquote>
<font class="help-title-text">This is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/xml.api</a></font><br /><br />
<font class="help-title-text">This is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['country']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text">With ISO2, this is for a place of <em>'<?php echo $place['country']; ?>/<?php echo $place['region']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso2']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/xml.api</a></font><br /><br />
<font class="help-title-text">With ISO3, this is for 10 places contain the region name of <em>'<?php echo $place['region']; ?>'</em> in <em>'<?php echo $place['country']; ?>'</em></font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/<?php echo $place['iso3']; ?>/<?php echo substr($place['region'], 0, strlen($place['region']) - mt_rand(0, strlen($place['region']) - 4)); ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/key/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/nearby/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/xml.api</a></font><br/><br/>
<font class="help-title-text"><strong>Mapping Location Lookup</strong> for a places within the location of (<?php echo $local['latitude'] . ', ' . $local['longitude']; ?>) and at a distance from that geo-cordinates within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/exactly/<?php echo $local['latitude']; ?>/<?php echo $local['longitude']; ?>/<?php echo $distance; ?>/xml.api</a></font><br/><br/>
<font class="help-title-text"><strong>Reverse Key Lookup for a Map Overlay</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/maps/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for a Detailed Data on Location</strong> for country or place or venue.</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/details/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/all/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/restaurant/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'health' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/health/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'government' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'restaurant' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/government/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'transport' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/transport/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Reverse Key Lookup for 'police' venues </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/venues/police/<?php echo $key; ?>/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Mapping </strong> for a place with returning in this array' the HTML for a google map;</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup</strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/all/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/all/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>RAddress Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/restaurant/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'health' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/health/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/health/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'government' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'restaurant' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/government/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/government/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'transport' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/transport/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/transport/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for country or place, this is for 1 result contain either the result type of country or place</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/xml.api</a></font><br /><br />
<font class="help-title-text"><strong>Address Lookup Lookup for 'police' address </strong> for a place with returning in this example of the nearby places and distance from that key within <?php echo $distance; ?>Km's in this example</font><br/>
<font class="help-url-example"><a href="<?php echo API_URL . "/"; ?>v3/address/police/<?php echo ($st = mt_rand(1,582)); ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api" target="_blank"><?php echo API_URL . "/"; ?>v3/address/police/<?php echo $st; ?> Illawarra Rd, Marrickville, NSW, Australia/<?php echo $distance; ?>/xml.api</a></font><br /><br />
</blockquote>
<?php if (file_exists(API_FILE_IO_FOOTER)) {
readfile(API_FILE_IO_FOOTER);
}?>
<?php if (!in_array(whitelistGetIP(true), whitelistGetIPAddy())) { ?>
<h2>Limits</h2>
<p>There is a limit of <?php echo MAXIMUM_QUERIES; ?> queries per hour. You can add yourself to the whitelist by using the following form API <a href="http://whitelist.<?php echo domain; ?>/">Whitelisting form (whitelist.<?php echo domain; ?>)</a>. This is only so this service isn't abused!!</p>
<?php } ?>
<h2>The author</h2>
<p>This was developed by Simon Roberts in 2013 and is part of the Chronolabs System and api's.<br/><br/>This is open source which you can download from <a href="https://sourceforge.net/projects/chronolabsapis/">https://sourceforge.net/projects/chronolabsapis/</a> contact the scribe <a href="mailto:[email protected]">[email protected]</a></p></body>
</div>
</html>
<?php