7 endpoints match this tag.
/economics/compare/:indicator
Vergleichen Sie ein specific economic indicator across multiple countries nebeneinander. Geben Sie an: the indicator key in the URL und a comma-separated list of country codes as a parameter. Liefert die latest value for each country, making it easy to build comparison bar charts, ranking tables, und cross-country economic analysis tools. For example, compare GDP pro Kopf across Norway, USA, Germany, und Estonia.
/economics/:country
Erhalten Sie all 15 economic indicators for a specific country in a single request, each with multiple years of historical data. Liefert GDP, inflation, unemployment, PPP, trade balance, government debt, population, und mehr. Ideal für building country economic profile pages, research dashboards, und investment analysis tools. Daten von the World Bank, typically covering the most recent 5-10 years of available data.
/economics/:country/:indicator
Erhalten Sie eine single economic indicator for a specific country with multiple years of historical data. Geben Sie an: the country code und indicator key (e.g., gdp, inflation, gdp_per_capita, unemployment, ppp) in the URL. Liefert year-by-year values for trend analysis. Fokussierter than the full country Endpunkt when you only need one metric, nützlich für time-series charts und targeted economic comparisons.
/economics/indicators
Auflisten aller 15 available economic indicators with their keys und World Bank API codes. Indicators include GDP, GDP pro Kopf, inflation (CPI), unemployment rate, Kaufkraftparität (PPP), trade balance, government debt, population, life expectancy, und mehr. Verwenden Sie dies Endpunkt to discover which indicators are available before querying country-specific data. Daten von the World Bank Open Data platform.
/economics/rankings/:indicator
Ordnen Sie Länder weltweit by any economic indicator, from GDP pro Kopf to inflation rate to unemployment. Liefert ranked results with country codes und values, configurable up to 50 results. Ideal für building global leaderboard visualizations, identifying top-performing economies, und creating educational content about where countries stand on key economic metrics.
/carbon/compare
Vergleichen Sie CO2-emissions pro Kopf across multiple countries nebeneinander. Geben Sie an: a comma-separated list of country codes to see how they stack up. Liefert per-capita und total emission data for each country. Ideal für building comparison charts, climate policy analysis tools, und educational content about global emission disparities between nations.
/carbon/country/:code
Erhalten Sie CO2 emissions pro Kopf und total emissions for a specific country, with historical data over multiple years. Daten von the World Bank. Nützlich für climate research dashboards, environmental education tools, country comparison features, und ESG (Environmental, Social, Governance) reporting applications that need country-level emission profiles.