# Northern Ireland Pointer

Northern Ireland Pointer data is sourced from OSNI (Ordnance Survey of Northern Ireland).

When enabled, it enriches Northern Ireland addresses with rooftop accurate geolocations and the UPRN (where available).

## Before[​](#before "Direct link to Before")

Without Northern Ireland Pointer, NI addresses use less precise geolocation data and lack a UPRN.

```
{

  "postcode": "BT6 8NU",

  "postcode_inward": "8NU",

  "postcode_outward": "BT6",

  "post_town": "Belfast",

  "dependant_locality": "",

  "double_dependant_locality": "",

  "thoroughfare": "Ravenhill Parade",

  "dependant_thoroughfare": "",

  "building_number": "1",

  "building_name": "",

  "sub_building_name": "",

  "po_box": "",

  "department_name": "",

  "organisation_name": "",

  "udprn": 3117586,

  "postcode_type": "S",

  "su_organisation_indicator": "",

  "delivery_point_suffix": "1A",

  "line_1": "1 Ravenhill Parade",

  "line_2": "",

  "line_3": "",

  "premise": "1",

  "longitude": -5.90179,

  "latitude": 54.585184,

  "eastings": 335698,

  "northings": 372794,

  "country": "Northern Ireland",

  "traditional_county": "",

  "administrative_county": "",

  "postal_county": "County Antrim",

  "county": "County Antrim",

  "district": "Belfast",

  "ward": "Ravenhill",

  "uprn": "",

  "id": "paf_3117586",

  "country_iso": "GBR",

  "country_iso_2": "GB",

  "county_code": "",

  "language": "en",

  "umprn": "",

  "dataset": "paf"

}
```

## After[​](#after "Direct link to After")

With Northern Ireland Pointer enabled, the same address is enriched with rooftop accurate coordinates and a UPRN.

```
{

  "postcode": "BT6 8NU",

  "postcode_inward": "8NU",

  "postcode_outward": "BT6",

  "post_town": "Belfast",

  "dependant_locality": "",

  "double_dependant_locality": "",

  "thoroughfare": "Ravenhill Parade",

  "dependant_thoroughfare": "",

  "building_number": "1",

  "building_name": "",

  "sub_building_name": "",

  "po_box": "",

  "department_name": "",

  "organisation_name": "",

  "udprn": 3117586,

  "postcode_type": "S",

  "su_organisation_indicator": "",

  "delivery_point_suffix": "1A",

  "line_1": "1 Ravenhill Parade",

  "line_2": "",

  "line_3": "",

  "premise": "1",

  "longitude": -5.901754877453243,

  "latitude": 54.585881311931054,

  "eastings": 335698,

  "northings": 372871,

  "country": "Northern Ireland",

  "traditional_county": "",

  "administrative_county": "",

  "postal_county": "County Antrim",

  "county": "County Antrim",

  "district": "Belfast",

  "ward": "Ravenhill",

  "uprn": "185043642",

  "id": "paf_3117586",

  "country_iso": "GBR",

  "country_iso_2": "GB",

  "county_code": "",

  "language": "en",

  "umprn": "",

  "dataset": "paf"

}
```
