-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
144 lines (144 loc) · 4.22 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"results": [
{
"addressLine": "ROYAL MAIL, 20, DONEGALL QUAY, BELFAST, BT1",
"subBuildingName": "ROYAL MAIL",
"buildingNumber": "20",
"street": "DONEGALL QUAY",
"town": "BELFAST",
"administrativeArea": "BELFAST",
"historicCounty": "COUNTY ANTRIM",
"ceremonialCounty": "COUNTY ANTRIM",
"postcode": "BT1",
"country": "NORTHERN IRELAND",
"xCoordinate": 146778,
"yCoordinate": 530104,
"uprn": "185870402",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
},
{
"addressLine": "ROYAL MAIL, 20, DONEGALL QUAY, BELFAST, BT1 1FB",
"subBuildingName": "ROYAL MAIL",
"buildingNumber": "20",
"street": "DONEGALL QUAY",
"town": "BELFAST",
"administrativeArea": "BELFAST",
"historicCounty": "COUNTY ANTRIM",
"ceremonialCounty": "COUNTY ANTRIM",
"postcode": "BT1 1FB",
"country": "NORTHERN IRELAND",
"xCoordinate": 146778,
"yCoordinate": 530104,
"uprn": "185870402",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
},
{
"addressLine": "ROYAL MAIL, 20, DONEGALL QUAY, BELFAST, BT1 1AA",
"subBuildingName": "ROYAL MAIL",
"buildingNumber": "20",
"street": "DONEGALL QUAY",
"town": "BELFAST",
"administrativeArea": "BELFAST",
"historicCounty": "COUNTY ANTRIM",
"ceremonialCounty": "COUNTY ANTRIM",
"postcode": "BT1 1AA",
"country": "NORTHERN IRELAND",
"xCoordinate": 146778,
"yCoordinate": 530104,
"uprn": "185870402",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
},
{
"addressLine": "24, MACNEAN PARK, BELCOO EAST***",
"buildingNumber": "24",
"street": "MACNEAN PARK",
"locality": "BELCOO",
"town": "ENNISKILLEN",
"administrativeArea": "FERMANAGH AND OMAGH",
"historicCounty": "COUNTY FERMANAGH",
"ceremonialCounty": "COUNTY FERMANAGH",
"postcode": "BT93 5EZ",
"country": "NORTHERN IRELAND",
"xCoordinate": 18204,
"yCoordinate": 505047,
"uprn": "185718202",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
},
{
"addressLine": "47, ELAINE STREET, BELFAST, BT9 5AR",
"buildingNumber": "47",
"street": "ELAINE STREET",
"town": "BELFAST",
"administrativeArea": "BELFAST",
"historicCounty": "COUNTY ANTRIM",
"ceremonialCounty": "COUNTY ANTRIM",
"postcode": "BT9 5AR",
"country": "NORTHERN IRELAND",
"xCoordinate": 145927,
"yCoordinate": 527774,
"uprn": "185070987",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
},
{
"addressLine": "***",
"buildingNumber": "70",
"street": "CLIFTONVILLE ROAD",
"town": "BELFAST",
"administrativeArea": "BELFAST",
"historicCounty": "COUNTY ANTRIM",
"ceremonialCounty": "COUNTY ANTRIM",
"postcode": "BT14 6JZ",
"country": "NORTHERN IRELAND",
"xCoordinate": 145561,
"yCoordinate": 531625,
"uprn": "185759380",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
},
{
"addressLine": "Lusty Beg Island, 70, Enniskillen ROAD, BELFAST, BT93 8AD",
"buildingNumber": "70",
"street": "Enniskillen ROAD",
"town": "BELFAST",
"administrativeArea": "BELFAST",
"historicCounty": "COUNTY ANTRIM",
"ceremonialCounty": "COUNTY ANTRIM",
"postcode": "BT93 8AD",
"country": "NORTHERN IRELAND",
"xCoordinate": 145561,
"yCoordinate": 531625,
"uprn": "185759380",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
},
{
"addressLine": "89, Corlaght Rd ROAD, BELFAST, BT93 0AD",
"buildingNumber": "89",
"street": "Corlaght Rd ROAD",
"town": "BELFAST",
"administrativeArea": "BELFAST",
"historicCounty": "COUNTY ANTRIM",
"ceremonialCounty": "COUNTY ANTRIM",
"postcode": "BT93 0AD",
"country": "NORTHERN IRELAND",
"xCoordinate": 145561,
"yCoordinate": 531625,
"uprn": "185759380",
"match": "1",
"matchDescription": "EXACT",
"language": "EN"
}
]
}