Accommodation in Romania
List accommodation places in Romania on your website! As simple as .XML
If you own a website and you would like to list accommodation places in Romania (hotels, hostels, guest houses, etc.),
all you have to do is to read the following .XML files and half of the job is done! Accommodation info is always updated by
hotel owners so you did it once and you have it forever! Always up do date!
1. List of Romania districts (romanian: judete)
Source XML file: http://www.viaromania.eu/tools/county_list.cfm (open in new window)
Parameters: none
Description: Returns .XML file with all Romania districts. You get viaRomania.eu internal ID, district code and district name.
2. List of Romania touristic locations like cities, villages, etc.
Source XML file: http://www.viaromania.eu/tools/location_list.cfm (open in new window)
Required parameters:
- lang - language used; possible values: en (english), de (german), ro (romanian);
- county - county ID as returned by previous XML file;
Example: http://www.viaromania.eu/tools/location_list.cfm?lang=en&county=9 (open in new window) - returns a list of locations from Brasov district.
Description: Returns .XML file with all locations from the provided district using provided language. For each location you get internal ID, location name and accommodation counter.
3. List of accommodation places in Romania
Source XML file: http://www.viaromania.eu/tools/accommodation_list.cfm (open in new window)
Parameters:
- lang - language used; possible values: en (english), de (german), ro (romanian);
- location - location ID as returned by previous XML file;
- start_row - start row number (used for pagination);
- max_rows - max rows number (used for pagination);
Example: http://www.viaromania.eu/tools/accommodation_list.cfm?lang=en&location=1&start_row=0&max_rows=10 (open in new window) - returns first 10 accommodation places in Brasov.
Description: Returns .XML file with accommodation places from the provided location using provided language. Check the example link above for all returned information.