We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source
The v2 API allows users to send a query against a specific database using the source parameter as in the example below:
v2
https://api.worldbank.org/v2/country/all/indicator/SG.LAW.INDX?source=14&date=2022&format=json
I don't think this is currently supported in wbstats.
wbstats
This is important for cases where different versions of the same indicator may be available in two different database, like in the example below:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
v2
API allows users to send a query against a specific database using thesource
parameter as in the example below:https://api.worldbank.org/v2/country/all/indicator/SG.LAW.INDX?source=14&date=2022&format=json
I don't think this is currently supported in
wbstats
.This is important for cases where different versions of the same indicator may be available in two different database, like in the example below:
https://api.worldbank.org/v2/country/all/indicator/SG.LAW.INDX?source=2&format=json
https://api.worldbank.org/v2/country/all/indicator/SG.LAW.INDX?source=14&format=json
The text was updated successfully, but these errors were encountered: