I use the Overpass API to get the streets and public places of Budapest. I used the following query to get it:
<union>
<area-query ref="3600037244"/>
<recurse type="node-relation" into="rels"/>
<recurse type="node-way"/>
<recurse type="way-relation"/>
</union>
<print mode="body"/>
It looks usable, but I need the city districts too. I have found that the city districts are in the addressparts here: http://nominatim.openstreetmap.org/reverse?format=xml&lat=47.4959374&lon=19.1174585&zoom=18&addressdetails=1 How can I get this data for all the places I downloaded from the original query?