I'm searching for a list (xml,json,... preferred) which contains all sovereign states (lets define them as the members of the UN only) in their native name(s).
ISO-Code for state and language are not required, but would be good, too.
There's a human readable list in the wikipedia, but I honestly think that parsing html would be a worst case.
Is there a freely usable list available for what I need?
Edit: Tried enumerating them with RegionInfo in .NET, but "just" got 127 states.
