Country Info Lookup
Population, capital, currency, languages, and flag for any country.
This tool sends your query through our server to look up live data. We don't store it, and no files are ever uploaded — though the upstream service answering the lookup sees the query too.
Looks up a country by name and returns its flag, capital, region, income classification, population, timezone, ISO code and coordinates on one screen.
How to use it
- 1Type a country name and press Enter, or click Search.
- 2Read the flag and heading, with the official register name below it when that differs from the common one.
- 3Scan the fact tiles underneath — a field with no value is dropped from the grid rather than shown blank.
Example
- Input
- Japan
- Output
- Flag and heading Japan, with tiles reading Capital Tokyo, Region East Asia & Pacific, Income level High income, Timezone Asia/Tokyo, ISO code JP, plus population and coordinates
The name is resolved by a general place search rather than a country index, and only the top match is used — which is why "Georgia" answers with the country and its Asia/Tbilisi timezone, not the US state. Capital, region and income level come from the World Bank record for the resolved ISO code; population, timezone and coordinates come from the geocoding entry, so a country's coordinates land on its capital rather than its centre.
What happens to your data
The name you type is forwarded to /api/country, which makes two outbound lookups on your behalf — Open-Meteo's geocoder to turn the name into an ISO code, then the World Bank's country endpoint for the descriptive fields — both leaving from our host rather than your address. The World Bank call sits in its own try/catch, so if it fails the page still renders with the geocoded fields and simply omits capital, region and income level. Answers are cached for a day and the search term itself is not retained.
Last updated August 2026
You are filling in a shipping form, a visa application or a spreadsheet of customers, and it wants the two-letter code for a country you can picture but cannot abbreviate. Or a report arrives grouped by region and income band, and you want to know where one country sits in that scheme. Small questions — and an encyclopaedia article that opens with a thousand years of history is the wrong shape for them.
Settle first which kind of country fact you are after. Administrative and statistical ones are what appear here: capital, ISO code, World Bank region, income classification, population, a timezone and a coordinate pair. Cultural, legal and commercial ones are not — no currency, no calling code, no official languages, no land area, no driving side, no list of neighbours. If the form in front of you wants a dialling code, this is not the page for it.
The second thing to know is that the box takes one name and answers with one country. There is no browsable list of every country, no side-by-side comparison and no export — you look one up, read the tiles, then search again for the next. It is built for the interruption in the middle of another task rather than for sustained research.
The common mistake is assuming it only understands country names. It sits on a general place geocoder, so a city or a region resolves to the country containing it. That is useful when you know the city and not the country, and confusing when a place name is shared across borders and the answer is not the one you meant.
How it works
Toolvore turns one search into two requests in sequence, because no single free source carries all of these fields. The first asks Open-Meteo's geocoder for the best match to the name, with the result count fixed at one — so there is no disambiguation step, no list of candidates and no way to say you meant the other place. That match supplies the two-letter code, the population, the timezone and the latitude and longitude. The code is then handed to the World Bank's country endpoint for capital city, region and income level, and the same record supplies the name printed under the heading when it differs from the common one, so what you read there is the World Bank's spelling rather than a constitutional long form. The flag is not fetched data at all: the code is lowercased and dropped into a flagcdn.com address, so your browser requests an image by convention. Where a value is missing its tile is dropped from the grid rather than shown blank, which means a country the second source does not carry loses three tiles quietly, with nothing on screen explaining the gap.
Common use cases
- Filling in the two-letter country code a form or spreadsheet insists on
- Checking which World Bank region and income band a country sits in
- Confirming a capital city while fact-checking a draft
- Working out which country a city on an invoice belongs to
- Grabbing a rough coordinate pair for a map link
- Sanity-checking the scale of a population figure someone has quoted
Frequently asked questions
What is an ISO country code, and why are there two-letter and three-letter versions?+
ISO 3166-1 gives every country three identifiers: a two-letter alpha-2 code, a three-letter alpha-3 code and a three-digit numeric code. Alpha-2 is the one shown here, and the one nearly every form means when it asks for a country code — it is what web domains, shipping labels and most databases use. Alpha-3 turns up in statistics, aid and finance work, where the extra letter makes a code easier to recognise at a glance. The numeric code exists for systems that cannot rely on the Latin alphabet. Codes are retired when a country changes name or splits, so an old dataset can carry one that no longer matches anything current.
What does income level mean on a country profile?+
It is a World Bank classification rather than a judgement about living standards, and it has four bands: low income, lower-middle income, upper-middle income and high income. Countries are placed by gross national income per person, converted to US dollars by a method that smooths out exchange-rate swings, and the thresholds are revised once a year. That annual revision matters, because a country can cross a line without much changing on the ground — the boundary moved. The band is also an average across a whole population, so it says nothing about how income is distributed inside the country, and two places in the same band can feel very different to live in.
Why does a country show only one timezone when it clearly has several?+
Because what you are given is the zone of a single point, not a summary of the country. The value is an IANA timezone name such as Europe/Paris, attached to the coordinates the geocoder returned, and one point can only sit in one zone. Countries that span several — Russia, the United States, Canada, Australia, Brazil — have many, and the one shown is whichever applies where the search landed. Read it as the likely working time of someone in the main city rather than as the country's time. An IANA name also carries daylight-saving rules, so it stays correct across the year in a way a fixed offset like UTC+1 does not.
Why is a country's official name different from the name everyone uses?+
Most countries have a short name for everyday use and a longer formal one for treaties, statutes and statistical registers, and the long form usually names the form of government. Registers also differ from each other: the same country can be spelled one way in a World Bank table, another in a UN list and another again in a postal database, sometimes with the words reversed so the entry sorts under the part people recognise. That is why a second line appears under the heading only when the record's name differs from the common one — where the two agree, nothing extra is shown, and no discrepancy is being hidden from you.
Why do population figures for the same country differ between sources?+
Population is an estimate almost everywhere, and the estimates disagree honestly. A census is a snapshot taken every few years at best, so most published figures are projections rolled forward from the last count using birth, death and migration rates, and different agencies use different rates. They also count different people: residents against citizens, whether long-term migrants and students are included, whether people living abroad are counted at home. Then there is the reference date, which is rarely the day you are reading. Treat any single figure as a rounded indication of scale rather than something to quote to the digit, and name the source and year if it goes into a document.
Does a country only have one capital city?+
Not always. Several countries split the roles, with one city holding the legislature and another the government or the courts, and a constitution may name a capital that is not where day-to-day business happens. A few have moved their capital in recent decades, usually to a purpose-built city further inland, while the older one keeps the population and the airports for a long time afterwards. Reference tables have to pick one value per country, so what you read is that table's choice rather than the full picture. If the answer is going into anything official — a form, a legal document, a published map — check it against the country's own government site.
Where does my search go when I look up a country here?+
The name goes to an endpoint on this site, and the two data lookups are made from the server, so neither the geocoder nor the World Bank sees your address. Two things do leave your browser directly and are worth naming. The flag is an ordinary image tag pointing at flagcdn.com, so that host receives a request from you carrying the two-letter code of whatever you searched. The Google Maps link is only a link — nothing reaches Google until you click it, and then it is a normal visit with the coordinates in the address. There is no account and no sign-in step anywhere in the process.
Why do some countries come back with less information than others?+
Because two different lists are being consulted and they do not hold the same places. The geocoder covers populated places broadly, so it will resolve a territory, a dependency or a contested area and hand back a code, a population and a timezone. The World Bank list is narrower and organised around the economies it reports on, so a place missing from it arrives without a capital, a region or an income band — and those tiles are simply not drawn, which reads as a thin answer rather than an error message. Small territories, overseas dependencies and places whose status is disputed are where the two lists diverge most often.
Related tools
Weather Lookup
Current conditions and a 7-day forecast for any city.
Public Holidays
See official public holidays for any country and year.
Dictionary & Definitions
Definitions, phonetics, synonyms, and examples for English words.
Random Quote Generator
Fetch inspiring quotes to copy, share, or seed designs.