![]() |
|
Demo token 93a1f6fc-3fa2-40ee-9fae-0ff301df50f0 (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-21 15:01
quantity: 591
JSON:
<?php
// Demo token. (Replace it with your token).
$token = '93a1f6fc-3fa2-40ee-9fae-0ff301df50f0';
$url = 'https://wildtracks.pro/api/country_side/all/qa/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:
Police post (PP ) (A building in which police are stationed) | 6 |
Triangulation station (TRIG ) (A point on the earth whose position has been determined by triangulation) | 4 |
Farm (FRM ) (A tract of land with associated buildings devoted to agriculture) | 286 |
Ruin(s) (RUIN ) (A destroyed or decayed structure which is no longer functional) | 18 |
Meteorological station (STNM ) (A station at which weather elements are recorded) | 1 |
College (SCHC ) (The grounds and buildings of an institution of higher learning) | 1 |
Archaeological/prehistoric site (ANS ) (A place where archeological remains, old structures, or cultural artifacts are located) | 19 |
Military installation (INSM ) (A facility for use of and control by armed forces) | 3 |
Abandoned oil well (OILQ ) | 4 |
Camp(s) (CMP ) (A site occupied by tents, huts, or other shelters for temporary use) | 2 |
Stadium (STDM ) (A structure with an enclosure for athletic games with tiers of seats for spectators) | 2 |
Oil pumping station (PMPO ) (A facility for pumping oil through a pipeline) | 3 |
Water pumping station (PMPW ) (A facility for pumping water from a major well or through a pipeline) | 4 |
Building(s) (BLDG ) (A structure built for permanent use, as a house, factory, etc.) | 2 |
Estate(s) (EST ) (A large commercialized agricultural landholding with associated buildings and other facilities) | 2 |
Airport (AIRP ) (A place where aircraft regularly land and take off, with runways, navigational aids, and major facilities for the commercial handling of passengers and cargo) | 5 |
Hotel (HTL ) (A building providing lodging and/or meals for the public) | 175 |
Tower (TOWR ) (A high conspicuous structure, typically much higher than its diameter) | 4 |
Jetty (JTY ) (A structure built out into the water at a river mouth or harbor entrance to regulate currents and silting) | 7 |
Lighthouse (LTHSE ) (A distinctive structure exhibiting a major navigation light) | 2 |
Office building (BLDO ) (Commercial building where business and/or services are conducted) | 1 |
Fuel depot (DPOF ) (An area where fuel is stored) | 1 |
Racetrack (RECR ) (A track where races are held) | 1 |
Landfill (LNDF ) (A place for trash and garbage disposal in which the waste is buried between layers of earth to build up low-lying land) | 1 |
Agricultural facility (AGRF ) (A building and/or tract of land used for improving agriculture) | 1 |
Cave(s) (CAVE ) (An underground passageway or chamber, or cavity on the side of a cliff) | 3 |
Factory (MFG ) (One or more buildings where goods are manufactured, processed or fabricated) | 1 |
Border post (PSTB ) (A post or station at an international boundary for the regulation of movement of people and goods) | 1 |
Power station (PS ) (A facility for generating electric power) | 1 |
Market (MKT ) (A place where goods are bought and sold at regular intervals) | 1 |
Tomb(s) (TMB ) (A structure for interring bodies) | 1 |
Athletic field (ATHF ) (A tract of land used for playing team sports, and athletic track and field events) | 1 |
Administrative facility (ADMF ) (A government building) | 1 |
Quarry(-ies) (MNQR ) (A surface mine where building stone or gravel and sand, etc. are extracted) | 1 |
Resort (RSRT ) (A specialized facility for vacation, health, or participation sports activities) | 1 |
Cemetery (CMTY ) (A burial place or ground) | 1 |
Historical site (HSTS ) (A place of historical importance) | 3 |
Wall (WALL ) (A thick masonry structure, usually enclosing a field or building, or forming the side of a structure) | 2 |
Radio station (STNR ) (A facility for producing and transmitting information by radio waves) | 1 |
Shrine (SHRN ) (A structure or place memorializing a person or religious concept) | 2 |
Airfield (AIRF ) (A place on land where aircraft land and take off; no facilities provided for the commercial handling of passengers and cargo) | 2 |
Heliport (AIRH ) (A place where helicopters land and take off) | 1 |
Museum (MUS ) (A building where objects of permanent interest in one or more of the arts and sciences are preserved and exhibited) | 1 |
Bus stop (BUSTP ) (A place lacking station facilities) | 1 |
Restaurant (REST ) (A place where meals are served to the public) | 9 |
Spa (SPA ) (A resort area usually developed around a medicinal spring) | 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) |