![]() |
|
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-01 05:00
quantity: 1817768
<?php
// Demo token. (Replace it with your token).
$token = '93a1f6fc-3fa2-40ee-9fae-0ff301df50f0';
$url = 'https://wildtracks.pro/api/postalcodes/all/gb/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>";
?>
Description of fields:
country_code | Country code ISO 3166 2 |
postal_code | Postal code |
place_name | Place name |
latitude | Estimated latitude (wgs84) |
longitude | Estimated longitude (wgs84) |
accuracy | Accuracy of lat/lng from 1=estimated, 4=geonameid, 6=centroid of addresses or shape |
admin_name1 | The administrative part |
admin_name2 | Kingdom |
admin_name3 | Locality |
History of changes
1817768 | 2024-08-05 05:01 |
2125529 | 2024-08-06 05:01 |
1817768 | 2024-08-08 05:01 |
1923560 | 2024-08-09 05:01 |
1817768 | 2024-08-10 05:01 |
2041472 | 2024-08-12 05:01 |
2317768 | 2024-08-13 05:01 |
1817768 | 2024-08-14 05:01 |
1941652 | 2024-08-16 05:01 |
1817768 | 2024-08-17 05:01 |
1955780 | 2024-08-18 05:01 |
1817768 | 2024-08-19 05:01 |
2082816 | 2024-08-29 05:01 |
1317768 | 2024-08-30 05:01 |
1817768 | 2024-08-31 05:01 |
1976712 | 2024-09-05 05:01 |
1817768 | 2024-09-06 05:01 |
2156204 | 2024-09-07 05:01 |
1938894 | 2024-09-08 05:01 |
2076861 | 2024-09-09 05:01 |
2036421 | 2024-09-10 05:02 |
1817768 | 2024-09-11 05:01 |
2047927 | 2024-09-23 05:01 |
1817768 | 2024-09-24 05:01 |
1917463 | 2024-09-27 05:01 |
1817768 | 2024-09-28 05:01 |
2350058 | 2024-09-29 05:01 |
1817768 | 2024-09-30 05:01 |
2089290 | 2024-10-01 05:01 |
1817768 | 2024-10-02 05:01 |
1317768 | 2024-10-06 05:01 |
2524015 | 2024-10-07 05:02 |
1817768 | 2024-10-08 05:01 |
1951732 | 2024-10-16 05:01 |
1817768 | 2024-10-17 05:01 |
2090253 | 2024-10-19 05:01 |
1817768 | 2024-10-20 05:01 |
2028934 | 2024-10-21 05:01 |
1817768 | 2024-10-22 05:01 |
1960154 | 2024-10-23 05:01 |
1817768 | 2024-11-01 05:00 |