![]() |
|
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 09:40
quantity: 328
JSON:
<?php
// Demo token. (Replace it with your token).
$token = '93a1f6fc-3fa2-40ee-9fae-0ff301df50f0';
$url = 'https://wildtracks.pro/api/country_side/all/lr/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:
Mission (MSSN ) (A place characterized by dwellings, school, church, hospital and other facilities operated by a religious group for the purpose of providing charitable services and to propagate religion) | 34 |
Labor camp (CMPLA ) (A camp used by migrant or temporary laborers) | 111 |
School (SCH ) (Building(s) where instruction in one or more branches of knowledge takes place) | 11 |
Rubber plantation (ESTR ) (An estate which specializes in growing and tapping rubber trees) | 17 |
Farm (FRM ) (A tract of land with associated buildings devoted to agriculture) | 15 |
Waterworks (WTRW ) (A facility for supplying potable water through a water source and a system of pumps and filtration beds) | 1 |
Factory (MFG ) (One or more buildings where goods are manufactured, processed or fabricated) | 3 |
Camp(s) (CMP ) (A site occupied by tents, huts, or other shelters for temporary use) | 16 |
Facility (FCL ) (A building or buildings housing a center, institute, foundation, hospital, prison, mission, courthouse, etc.) | 7 |
Oil palm plantation (ESTO ) (An estate specializing in the cultivation of oil palm trees) | 2 |
Military installation (INSM ) (A facility for use of and control by armed forces) | 2 |
Leper colony (LEPC ) (A settled area inhabited by lepers in relative isolation) | 3 |
Lighthouse (LTHSE ) (A distinctive structure exhibiting a major navigation light) | 4 |
Church (CH ) (A building for public Christian worship) | 9 |
Hospital (HSP ) (A building in which sick or injured, especially those confined to bed, are medically treated) | 13 |
Dam (DAM ) (A barrier constructed across a stream to impound water) | 2 |
Mining camp (CMPMN ) (A camp used by miners) | 1 |
Mine(s) (MN ) (A site where mineral ores are extracted from the ground by excavating surface pits and subterranean passages) | 1 |
Oil refinery (OILR ) (A facility for converting crude oil into refined petroleum products) | 1 |
Research institute (ITTR ) (A facility where research is carried out) | 2 |
Ore treatment plant (MLM ) (A facility for improving the metal content of ore by concentration) | 1 |
University (UNIV ) (An institution for higher learning with teaching and research facilities constituting a graduate school and professional schools that award master's degrees and doctorates and an undergraduate division that awards bachelor's degrees.) | 3 |
Iron mine(s) (MNFE ) (A mine where iron ore is extracted) | 4 |
Abandoned mine (MNQ ) | 1 |
College (SCHC ) (The grounds and buildings of an institution of higher learning) | 3 |
Abandoned mission (MSSNQ ) | 1 |
Clinic (HSPC ) (A medical facility associated with a hospital for outpatients) | 1 |
Military school (SCHM ) (A school at which military science forms the core of the curriculum) | 1 |
Stadium (STDM ) (A structure with an enclosure for athletic games with tiers of seats for spectators) | 2 |
Airfield (AIRF ) (A place on land where aircraft land and take off; no facilities provided for the commercial handling of passengers and cargo) | 36 |
Patrol post (PSTP ) (A post from which patrols are sent out) | 1 |
Barracks (BRKS ) (A building for lodging military personnel) | 1 |
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 |
Tower (TOWR ) (A high conspicuous structure, typically much higher than its diameter) | 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 |
Power station (PS ) (A facility for generating electric power) | 1 |
Pier (PIER ) (A structure built out into navigable water on piles providing berthing for ships and recreation) | 2 |
Quarry(-ies) (MNQR ) (A surface mine where building stone or gravel and sand, etc. are extracted) | 1 |
Bridge (BDG ) (A structure erected across an obstacle such as a stream, road, etc., in order to carry roads, railroads, and pedestrians across) | 1 |
Technical school (SCHT ) (Post-secondary school with a specifically technical or vocational curriculum) | 2 |
Building(s) (BLDG ) (A structure built for permanent use, as a house, factory, etc.) | 2 |
Administrative facility (ADMF ) (A government building) | 1 |
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) |