listEvents -> EventResult -> Event -> countryCode:
Well, according to Wikipedia, the code for Serbia is RS (taken from official name: Republic of Serbia), NOT CS which was used for Serbia and Montenegro and now obsolete. API uses CS though. Should be fixed, no?
I use https://pypi.python.org/pypi/iso3166/0.6 for convertion, and that uses RS too, no CS.
The ISO-2 code for the event. A list of ISO-2 codes is available via http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
I use https://pypi.python.org/pypi/iso3166/0.6 for convertion, and that uses RS too, no CS.


Comment