Wrocław Streets and Addresses
Streets and Address points database managed by Spatial Infromation System is sole, legal source of address points in the city.
It is most comprehensive registry of legally valid streets names and placement. It conforms to national standards as described by Ministry of Digital Affairs regulation of January 9th 2012 r. on streets and address points database
Streets and addresses data is a building block of every map available on our site.
Search, browse and download Wrocław Streets and addresses
Our dedicated web application build specifically to this purpose is the easiest way to discover our database.
Search and browse streets and address pointsSearch and browse Points of Interest in the city
REST API
REST API allows users to download streets and address points in json or xml format.
Read API reference
GML file
Current data on street names, geometry and associated address points is available to download in zipped GML (Geography Markup language) file conforming to national standards.
Download GML fileWFS service
Service publishes vector data through HTTP protocol using Open Geospatial Consortium (OGC) standards. It's mainly designed to consume through GIS software.
Go to WFS serviceREST API reference
Basic information:
API url - https://geoportal.wroclaw.pl/rest/rest/
Login - dostep@publiczny
Password - publiczny
Encoding - UTF-8
Spatial Reference of address points EPSG:2177.
Terms of use- no restrictions
Attribution note "Source: www.geoportal.wroclaw.pl" is welcome.
Available endpoints:
- Streets count
- List streets
- Street details and asociated address points
- Streets added or changed since given date
- List streets with names containing given text
- Address points added or changed since given date
- Address point details
Streets count
Returns count of all streets in the city
List streets starting from {first}
, not more than {count}
.
{count}
value must me less or equal to 100. Streets are sorted alphabetically.
Street details and asociated address points
Returns details of the given street and asociated address points
- example XML: https://geoportal.wroclaw.pl/rest/rest/streets/1882.xml
- example JSON: https://geoportal.wroclaw.pl/rest/rest/streets/1882.json
Streets added or changed since given date
Returns list of streets starting from {first}
not more than {count}
. Values {count}
value must me less or equal to 100
Additional parameters:
{year}
{month}
{day}
{hour}
{minute}
List streets with names containing given text
Returns list of streets starting from {first}
not more than {count}
. Values {count}
value must me less or equal to 100
Some streets have aliases, such as old and alternative names. Note that these aliases can influence search results.
Address points added or changed since given date
Returns list of address points starting from {first}
not more than {count}
. Values {count}
value must me less or equal to 100
Additional parameters:
{year}
{month}
{day}
{hour}
{minute}
Address point details
Returns details on address point with given {id}