Export all railway station nodes like nominatum

Dear Forum,

I am looking for a way to export all railway nodes like Nominatum does:
http://nominatim.openstreetmap.org/search?q=Railway%20Station%20in%20Germany&format=xml&addressdetails=1&countrycodes=de

Unfortunately it only gives me a limited number of railway stations. How can export all stations with the corresponding data?


<place place_id="106392" osm_type="node" osm_id="13354946" place_rank="30" boundingbox="48.7130126953125,48.7130165100098,9.41163063049316,9.41163158416748" lat="48.7130128" lon="9.4116312" display_name="Plochingen, Eisenbahnstraße, Stumpenhof, Plochingen, Gemeindeverwaltungsverband Plochingen, Landkreis Esslingen, Regierungsbezirk Stuttgart, Baden-Württemberg, 73207, Deutschland, Europäischen Union" class="railway" type="station" importance="0.64054450316591" icon="http://nominatim.openstreetmap.org/images/mapicons/transport_train_station2.p.20.png">
<station>Plochingen</station>
<road>Eisenbahnstraße</road>
<suburb>Stumpenhof</suburb>
<city>Plochingen</city>
<county>Gemeindeverwaltungsverband Plochingen</county>
<state_district>Regierungsbezirk Stuttgart</state_district>
<state>Baden-Württemberg</state>
<postcode>73207</postcode>
<country>Deutschland</country>
<country_code>de</country_code>
<continent>Europäischen Union</continent>
</place>

Thanks in advance!

Jan

Personally I have no clue how to increas the number of results for a Nominatim query … try to contact http://wiki.openstreetmap.org/wiki/User:Lonvia … she is busy in Nominatim issues.

maybe there are also some hints at http://help.openstreetmap.org … search for Nominatim there on that FAQ site. But I am not sure whether there is a solution for your concrete problem.

Alternatively:

Have a look at http://wiki.openstreetmap.org/wiki/Overpass_API … that is the best service to get “filtered” raw OSM data about certain objects. But in the results there you have no information about postal_code or district where each element is placed … you would have to query for those informations additionaly.

PS: Your example is about a station in Germany … so if you are german speaking, keep on asking in the high frequent German sub forum here.