Common
Animals
Fish
Mushrooms
Flora
Login
Registration
Back

United KingdomUnited Kingdom postal codes

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_codeCountry code ISO 3166 2
postal_codePostal code
place_namePlace name
latitudeEstimated latitude (wgs84)
longitudeEstimated longitude (wgs84)
accuracyAccuracy of lat/lng from 1=estimated, 4=geonameid, 6=centroid of addresses or shape
admin_name1The administrative part
admin_name2Kingdom
admin_name3Locality

History of changes
18177682024-08-05 05:01
21255292024-08-06 05:01
18177682024-08-08 05:01
19235602024-08-09 05:01
18177682024-08-10 05:01
20414722024-08-12 05:01
23177682024-08-13 05:01
18177682024-08-14 05:01
19416522024-08-16 05:01
18177682024-08-17 05:01
19557802024-08-18 05:01
18177682024-08-19 05:01
20828162024-08-29 05:01
13177682024-08-30 05:01
18177682024-08-31 05:01
19767122024-09-05 05:01
18177682024-09-06 05:01
21562042024-09-07 05:01
19388942024-09-08 05:01
20768612024-09-09 05:01
20364212024-09-10 05:02
18177682024-09-11 05:01
20479272024-09-23 05:01
18177682024-09-24 05:01
19174632024-09-27 05:01
18177682024-09-28 05:01
23500582024-09-29 05:01
18177682024-09-30 05:01
20892902024-10-01 05:01
18177682024-10-02 05:01
13177682024-10-06 05:01
25240152024-10-07 05:02
18177682024-10-08 05:01
19517322024-10-16 05:01
18177682024-10-17 05:01
20902532024-10-19 05:01
18177682024-10-20 05:01
20289342024-10-21 05:01
18177682024-10-22 05:01
19601542024-10-23 05:01
18177682024-11-01 05:00