-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Expand file tree
/
Copy pathten_countries.json
More file actions
74 lines (74 loc) · 2.01 KB
/
ten_countries.json
File metadata and controls
74 lines (74 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"countries": {
"1": {
"location": "India",
"population": 1417492000,
"% of world": 17.3,
"date": "1 Jul 2025",
"source": "Official projection"
},
"2": {
"location": "China",
"population": 1408280000,
"% of world": 17.2,
"date": "31 Dec 2024",
"source": "Official estimate"
},
"3": {
"location": "United States",
"population": 340110988,
"% of world": 4.1,
"date": "1 Jul 2024",
"source": "Official estimate"
},
"4": {
"location": "Indonesia",
"population": 284438782,
"% of world": 3.5,
"date": "30 Jun 2025",
"source": "National annual projection"
},
"5": {
"location": "Pakistan",
"population": 241499431,
"% of world": 2.9,
"date": "1 Mar 2023",
"source": "2023 Census result"
},
"6": {
"location": "Nigeria",
"population": 223800000,
"% of world": 2.7,
"date": "1 Jul 2023",
"source": "Official projection"
},
"7": {
"location": "Brazil",
"population": 213421037,
"% of world": 2.6,
"date": "1 Jul 2025",
"source": "Unknown"
},
"8": {
"location": "Bangladesh",
"population": 169828911,
"% of world": 2.1,
"date": "14 Jun 2022",
"source": "2022 Census result"
},
"9": {
"location": "Russia",
"population": 146028325,
"% of world": 1.8,
"date": "1 Jan 2025",
"source": "???"
},
"10": {
"location": "Mexico",
"population": 0,
"% of world": 1.6,
"date": "30 Jun 2025",
"source": "???"
}
}
}