Hi snep01,
Thanks for bringing this up! I didn't know this existed, but I've first
found this:
http://info.worldbank.org/governance/wgi/index.asp
Data is available in Excel format :(
Later I figured that the World Bank's data catalog:
http://data.worldbank.org/data-catalog
should mention this, and it did:
http://data.worldbank.org/data-catalog/worldwide-governance-indicators
But, when I quickly looked up some of the keywords from:
http://databank.worldbank.org/ddp/home.do?Step=12&id=4&CNO=1181
at:
http://data.worldbank.org/indicator
They didn't turn up.
However, if you inspect the list of indicators on the page at:
http://databank.worldbank.org/ddp/home.do?Step=2&id=4&hActiveDimensionId=WGI_Series
(this won't work for you as it is based on sessions but you can get
there by selecting a country).
the form control options use the same indicator notation patterns like
the other World Development Indicators. Hence, I looked them up and they
are indeed in the API. Good news!
If you don't want to bother with that, you can either search for those
keywords in the indicator API, or check this SPARQL query result:
NOTE: This is not endorsed by The World Bank in any way. It is a third
party service. You should always refer to The World Bank's API for data
validity.
Note that, the tool on The World Bank website doesn't include the
indicator notations that start with "GV" and "MO", but as far as basic
keyword matches go, they are in the API. For instance, for "control of
corruption", there are two indicators:
http://data.worldbank.org/indicator/CC.EST
and
http://data.worldbank.org/indicator/GV.CONT.CO.ES
By looking at the others, it appears to be that the ones that start with
GV are African Development Indicators, whereas the other ones are World
Development Indicators.
In any case, here are the WGI codes that you need:
CC.EST
CC.NO.SRC
CC.PER.RNK
CC.STD.ERR
GE.EST
GE.NO.SRC
GE.PER.RNK
GE.STD.ERR
PV.EST
PV.NO.SRC
PV.PER.RNK
PV.STD.ERR
RL.EST
RL.NO.SRC
RL.PER.RNK
RL.STD.ERR
RQ.EST
RQ.NO.SRC
RQ.PER.RNK
RQ.STD.ERR
VA.EST
VA.NO.SRC
VA.PER.RNK
VA.STD.ERR
I'm not sure if there was an easier way that I've missed.
I don't know how you can show that dynamically on your website. Perhaps
there is a widget somewhere that allows you to select indicators and use
them as an iframe/object or whatnot.
Good luck,
-Sarven
I've noticed something in these observations however. It appears to be
that, the country @id value is blank. For instance:
cat CC.EST.xml | grep "country id=\"\"" | sort | uniq
<wb:country id="">Anguilla</wb:country>
<wb:country id="">Cook Islands</wb:country>
<wb:country id="">French Guiana</wb:country>
<wb:country id="">Martinique</wb:country>
<wb:country id="">Nauru</wb:country>
<wb:country id="">Netherlands Antilles</wb:country>
<wb:country id="">Niue</wb:country>
<wb:country id="">Reunion</wb:country>
<wb:country id="">Taiwan, China</wb:country>
There exists corresponding ISO_3166-2 codes for those areas. Was the
decision to leave them out intentional?
Thanks,
-Sarven
There is another email thread on units for the indicator measures. Any
chance of that happening? :)
-Sarven
Hi Shanmugam,
I forgot to mention that these new codes (and the rest of the
information for the area) should probably be added to the API response
for countries as well.
Thanks,
-Sarven