![]() |
|
Demo token 68a8a656-1811-409a-9418-dae2631e2320 (The token is valid on average for about three days).
Register and receive a token to access the API. The token will be available in your personal account.
date of update: 2024-12-07 07:20
quantity: 169
JSON:
<?php
// Demo token. (Replace it with your token).
$token = '68a8a656-1811-409a-9418-dae2631e2320';
$url = 'https://wildtracks.pro/api/country_side/all/eh/json/'.$token;
// We receive confirmation via the LINK
$jsonData = file_get_contents($url);
// Checking if the data was received successfully
if ($jsonData === false) {
die('Error receiving data from the URL');
}
// Converting JSON to an associative array
$dataArray = json_decode($jsonData, true);
// Checking if it was possible to convert JSON to an array
if ($dataArray === null) {
die('Error decoding JSON');
}
// Output an array
echo "<pre>";
print_r($dataArray);
echo "</pre>";
?>
Type:
Astronomical station (ASTR ) (A point on the earth whose position has been determined by observations of celestial bodies) | 112 |
Religious site (RLG ) (An ancient site of significant religious importance) | 31 |
Tomb(s) (TMB ) (A structure for interring bodies) | 3 |
Shrine (SHRN ) (A structure or place memorializing a person or religious concept) | 2 |
Meteorological station (STNM ) (A station at which weather elements are recorded) | 1 |
Hotel (HTL ) (A building providing lodging and/or meals for the public) | 5 |
Religious center (CTRR ) (A facility where more than one religious activity is carried out, e.g., retreat, school, monastery, worship) | 3 |
Communication center (COMC ) (A facility, including buildings, antennae, towers and electronic equipment for receiving and transmitting information) | 1 |
Cemetery (CMTY ) (A burial place or ground) | 1 |
Tower (TOWR ) (A high conspicuous structure, typically much higher than its diameter) | 2 |
Lighthouse (LTHSE ) (A distinctive structure exhibiting a major navigation light) | 5 |
Military installation (INSM ) (A facility for use of and control by armed forces) | 2 |
Wreck (WRCK ) (The site of the remains of a wrecked vessel) | 1 |
Description of fields:
name | Name |
alternatenames | Alternative names |
latitude | Estimated latitude (wgs84) |
longitude | Estimated longitude (wgs84) |
feature_code | Type of spot, building, farm (link) |
modification_date | Date added or modified |
country_code | ISO-3166 2-letter country code, 2 characters |
dem | Digital elevation model, srtm3 or gtopo30, average elevation of 3''x3'' (ca 90mx90m) or 30''x30'' (ca 900mx900m) area in meters, integer. srtm processed by cgiar/ciat. |
timezone | The iana timezone id (link) |