Common
Animals
Fish
Mushrooms
Flora
Login
Registration
Back

New Caledonia New Caledonia spot, building, farm

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 10:20
quantity: 152
JSON:
<?php

// Demo token. (Replace it with your token).
$token = '93a1f6fc-3fa2-40ee-9fae-0ff301df50f0';
$url = 'https://wildtracks.pro/api/country_side/all/nc/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:
Mine(s) (MN ) (A site where mineral ores are extracted from the ground by excavating surface pits and subterranean passages)29
Dam (DAM ) (A barrier constructed across a stream to impound water)2
Cave(s) (CAVE ) (An underground passageway or chamber, or cavity on the side of a cliff)7
Chrome mine(s) (MNCR ) (A mine where chrome ore is extracted)1
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)6
Fort (FT ) (A defensive structure or earthworks)1
Mole (MOLE ) (A massive structure of masonry or large stones serving as a pier or breakwater)2
Church (CH ) (A building for public Christian worship)8
Religious center (CTRR ) (A facility where more than one religious activity is carried out, e.g., retreat, school, monastery, worship)1
School (SCH ) (Building(s) where instruction in one or more branches of knowledge takes place)4
Tomb(s) (TMB ) (A structure for interring bodies)2
Cemetery (CMTY ) (A burial place or ground)1
Abandoned mine (MNQ ) 2
Monument (MNMT ) (A commemorative structure or statue)2
Wharf(-ves) (WHRF ) (A structure of open rather than solid construction along a shore or a bank which provides berthing for ships and cargo-handling facilities)2
Hospital (HSP ) (A building in which sick or injured, especially those confined to bed, are medically treated)2
Prison (PRN ) (A facility for confining prisoners)2
Country house (HSEC ) (A large house, mansion, or chateau, on a large estate)1
Spa (SPA ) (A resort area usually developed around a medicinal spring)1
Bridge (BDG ) (A structure erected across an obstacle such as a stream, road, etc., in order to carry roads, railroads, and pedestrians across)4
Lighthouse (LTHSE ) (A distinctive structure exhibiting a major navigation light)4
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)14
Meteorological station (STNM ) (A station at which weather elements are recorded)1
Hotel (HTL ) (A building providing lodging and/or meals for the public)26
Community center (CTRCM ) (A facility for community recreation and other activities)1
Building(s) (BLDG ) (A structure built for permanent use, as a house, factory, etc.)3
Market (MKT ) (A place where goods are bought and sold at regular intervals)1
Police post (PP ) (A building in which police are stationed)1
Square (SQR ) (A broad, open, public area near the center of a town or city)1
Abandoned airfield (AIRQ ) 2
Heliport (AIRH ) (A place where helicopters land and take off)1
Resort (RSRT ) (A specialized facility for vacation, health, or participation sports activities)1
College (SCHC ) (The grounds and buildings of an institution of higher learning)1
Tower (TOWR ) (A high conspicuous structure, typically much higher than its diameter)2
Zoo (ZOO ) (A zoological garden or park where wild animals are kept for exhibition)1
Quay (QUAY ) (A structure of solid construction along a shore or bank which provides berthing for ships and which generally provides cargo handling facilities)4
Factory (MFG ) (One or more buildings where goods are manufactured, processed or fabricated)1
Triangulation station (TRIG ) (A point on the earth whose position has been determined by triangulation)3
Athletic field (ATHF ) (A tract of land used for playing team sports, and athletic track and field events)1
Mining camp (CMPMN ) (A camp used by miners)2
Military installation (INSM ) (A facility for use of and control by armed forces)1

Description of fields:
nameName
alternatenamesAlternative names
latitudeEstimated latitude (wgs84)
longitudeEstimated longitude (wgs84)
feature_codeType of spot, building, farm (link)
modification_dateDate added or modified
country_codeISO-3166 2-letter country code, 2 characters
demDigital 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.
timezoneThe iana timezone id (link)