Yes, it can do that
October 25, 2023 by Speros Kokenes
The Malloy language recently hit 4.0 and left experimental status. With the language now stable, we are focusing on the next stage of Malloy which includes further language capabilities, deeper third-party integrations, and a more powerful rendering system. Our rendering roadmap is ambitious and exciting, but today I want to share a little bit about what you can already accomplish with Malloy's renderer.
In this post, let's explore some capabilities of the renderer by creating a novel visualization known as a bump chart.
What's a Bump Chart?
A bump chart is a visualization used to show changes in ranking amongst a group of values over time. Consider this example from Dominik Koch, where each country in the 2018 Winter Olympics is plotted day by day of the competition, ranked by the number of medals won:
The name "bump chart" is inspired by a form of rowing race called a bumps race, which commonly employs this type of visualization to show race results. In a bumps race, boats are lined up in a single file and pass each other in ranked position by bumping the boat in front of them. This race can take place over several days, with the starting order of the boats being dictated by their finishing rank from the previous day. Hence the need for a nice visualization to show the ranking results changing from day to day.
Example bump chart from Cambridge bump racesMaking it in Malloy
If you've used the Malloy renderer before, you may be saying "wait, you can make THAT with Malloy?". Well, not yet. But today we can make a poor man's version of a bump chart. Using data about the Olympics, we will use Malloy's table, list, and image renderer to produce a chart that shows from Olympic year to Olympic year how the ranking of countries by medals shook out:
Our data
To create the chart above, let's use a dataset of Olympics competition data. This data contains a record for every athlete, event competed in, and outcome of that event (what medal did they win, if any).
[ { "Age": "24", "City": "Barcelona", "Event": "Basketball Men's Basketball", "Games": "1992 Summer", "Height": "180", "ID": 1, "Medal": "NA", "Name": "A Dijiang", "NOC": "CHN", "Season": "Summer", "Sex": "M", "Sport": "Basketball", "Team": "China", "Weight": "80", "Year": 1992 }, { "Age": "23", "City": "London", "Event": "Judo Men's Extra-Lightweight", "Games": "2012 Summer", "Height": "170", "ID": 2, "Medal": "NA", "Name": "A Lamusi", "NOC": "CHN", "Season": "Summer", "Sex": "M", "Sport": "Judo", "Team": "China", "Weight": "60", "Year": 2012 }, { "Age": "24", "City": "Antwerpen", "Event": "Football Men's Football", "Games": "1920 Summer", "Height": "NA", "ID": 3, "Medal": "NA", "Name": "Gunnar Nielsen Aaby", "NOC": "DEN", "Season": "Summer", "Sex": "M", "Sport": "Football", "Team": "Denmark", "Weight": "NA", "Year": 1920 }, { "Age": "34", "City": "Paris", "Event": "Tug-Of-War Men's Tug-Of-War", "Games": "1900 Summer", "Height": "NA", "ID": 4, "Medal": "Gold", "Name": "Edgar Lindenau Aabye", "NOC": "DEN", "Season": "Summer", "Sex": "M", "Sport": "Tug-Of-War", "Team": "Denmark/Sweden", "Weight": "NA", "Year": 1900 }, { "Age": "21", "City": "Calgary", "Event": "Speed Skating Women's 500 metres", "Games": "1988 Winter", "Height": "185", "ID": 5, "Medal": "NA", "Name": "Christine Jacoba Aaftink", "NOC": "NED", "Season": "Winter", "Sex": "F", "Sport": "Speed Skating", "Team": "Netherlands", "Weight": "82", "Year": 1988 }, { "Age": "21", "City": "Calgary", "Event": "Speed Skating Women's 1,000 metres", "Games": "1988 Winter", "Height": "185", "ID": 5, "Medal": "NA", "Name": "Christine Jacoba Aaftink", "NOC": "NED", "Season": "Winter", "Sex": "F", "Sport": "Speed Skating", "Team": "Netherlands", "Weight": "82", "Year": 1988 }, { "Age": "25", "City": "Albertville", "Event": "Speed Skating Women's 500 metres", "Games": "1992 Winter", "Height": "185", "ID": 5, "Medal": "NA", "Name": "Christine Jacoba Aaftink", "NOC": "NED", "Season": "Winter", "Sex": "F", "Sport": "Speed Skating", "Team": "Netherlands", "Weight": "82", "Year": 1992 }, { "Age": "25", "City": "Albertville", "Event": "Speed Skating Women's 1,000 metres", "Games": "1992 Winter", "Height": "185", "ID": 5, "Medal": "NA", "Name": "Christine Jacoba Aaftink", "NOC": "NED", "Season": "Winter", "Sex": "F", "Sport": "Speed Skating", "Team": "Netherlands", "Weight": "82", "Year": 1992 }, { "Age": "27", "City": "Lillehammer", "Event": "Speed Skating Women's 500 metres", "Games": "1994 Winter", "Height": "185", "ID": 5, "Medal": "NA", "Name": "Christine Jacoba Aaftink", "NOC": "NED", "Season": "Winter", "Sex": "F", "Sport": "Speed Skating", "Team": "Netherlands", "Weight": "82", "Year": 1994 }, { "Age": "27", "City": "Lillehammer", "Event": "Speed Skating Women's 1,000 metres", "Games": "1994 Winter", "Height": "185", "ID": 5, "Medal": "NA", "Name": "Christine Jacoba Aaftink", "NOC": "NED", "Season": "Winter", "Sex": "F", "Sport": "Speed Skating", "Team": "Netherlands", "Weight": "82", "Year": 1994 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 10 kilometres", "Games": "1992 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1992 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 50 kilometres", "Games": "1992 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1992 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 10/15 kilometres Pursuit", "Games": "1992 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1992 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 4 x 10 kilometres Relay", "Games": "1992 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1992 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 10 kilometres", "Games": "1994 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1994 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 30 kilometres", "Games": "1994 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1994 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 10/15 kilometres Pursuit", "Games": "1994 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1994 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 4 x 10 kilometres Relay", "Games": "1994 Winter", "Height": "188", "ID": 6, "Medal": "NA", "Name": "Per Knut Aaland", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "75", "Year": 1994 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 10 kilometres", "Games": "1992 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1992 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 50 kilometres", "Games": "1992 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1992 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 10/15 kilometres Pursuit", "Games": "1992 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1992 }, { "Age": "31", "City": "Albertville", "Event": "Cross Country Skiing Men's 4 x 10 kilometres Relay", "Games": "1992 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1992 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 10 kilometres", "Games": "1994 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1994 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 30 kilometres", "Games": "1994 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1994 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 10/15 kilometres Pursuit", "Games": "1994 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1994 }, { "Age": "33", "City": "Lillehammer", "Event": "Cross Country Skiing Men's 4 x 10 kilometres Relay", "Games": "1994 Winter", "Height": "183", "ID": 7, "Medal": "NA", "Name": "John Aalberg", "NOC": "USA", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "United States", "Weight": "72", "Year": 1994 }, { "Age": "18", "City": "Los Angeles", "Event": "Athletics Women's 100 metres", "Games": "1932 Summer", "Height": "168", "ID": 8, "Medal": "NA", "Name": "Cornelia \"Cor\" Aalten (-Strannood)", "NOC": "NED", "Season": "Summer", "Sex": "F", "Sport": "Athletics", "Team": "Netherlands", "Weight": "NA", "Year": 1932 }, { "Age": "18", "City": "Los Angeles", "Event": "Athletics Women's 4 x 100 metres Relay", "Games": "1932 Summer", "Height": "168", "ID": 8, "Medal": "NA", "Name": "Cornelia \"Cor\" Aalten (-Strannood)", "NOC": "NED", "Season": "Summer", "Sex": "F", "Sport": "Athletics", "Team": "Netherlands", "Weight": "NA", "Year": 1932 }, { "Age": "26", "City": "Salt Lake City", "Event": "Ice Hockey Men's Ice Hockey", "Games": "2002 Winter", "Height": "186", "ID": 9, "Medal": "NA", "Name": "Antti Sami Aalto", "NOC": "FIN", "Season": "Winter", "Sex": "M", "Sport": "Ice Hockey", "Team": "Finland", "Weight": "96", "Year": 2002 }, { "Age": "26", "City": "Helsinki", "Event": "Swimming Men's 400 metres Freestyle", "Games": "1952 Summer", "Height": "NA", "ID": 10, "Medal": "NA", "Name": "Einar Ferdinand \"Einari\" Aalto", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Swimming", "Team": "Finland", "Weight": "NA", "Year": 1952 }, { "Age": "22", "City": "Lake Placid", "Event": "Cross Country Skiing Men's 30 kilometres", "Games": "1980 Winter", "Height": "182", "ID": 11, "Medal": "NA", "Name": "Jorma Ilmari Aalto", "NOC": "FIN", "Season": "Winter", "Sex": "M", "Sport": "Cross Country Skiing", "Team": "Finland", "Weight": "76.5", "Year": 1980 }, { "Age": "31", "City": "Sydney", "Event": "Badminton Men's Singles", "Games": "2000 Summer", "Height": "172", "ID": 12, "Medal": "NA", "Name": "Jyri Tapani Aalto", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Badminton", "Team": "Finland", "Weight": "70", "Year": 2000 }, { "Age": "30", "City": "Atlanta", "Event": "Sailing Women's Windsurfer", "Games": "1996 Summer", "Height": "159", "ID": 13, "Medal": "NA", "Name": "Minna Maarit Aalto", "NOC": "FIN", "Season": "Summer", "Sex": "F", "Sport": "Sailing", "Team": "Finland", "Weight": "55.5", "Year": 1996 }, { "Age": "34", "City": "Sydney", "Event": "Sailing Women's Windsurfer", "Games": "2000 Summer", "Height": "159", "ID": 13, "Medal": "NA", "Name": "Minna Maarit Aalto", "NOC": "FIN", "Season": "Summer", "Sex": "F", "Sport": "Sailing", "Team": "Finland", "Weight": "55.5", "Year": 2000 }, { "Age": "32", "City": "Lillehammer", "Event": "Biathlon Women's 7.5 kilometres Sprint", "Games": "1994 Winter", "Height": "171", "ID": 14, "Medal": "NA", "Name": "Pirjo Hannele Aalto (Mattila-)", "NOC": "FIN", "Season": "Winter", "Sex": "F", "Sport": "Biathlon", "Team": "Finland", "Weight": "65", "Year": 1994 }, { "Age": "22", "City": "Stockholm", "Event": "Swimming Men's 200 metres Breaststroke", "Games": "1912 Summer", "Height": "NA", "ID": 15, "Medal": "NA", "Name": "Arvo Ossian Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Swimming", "Team": "Finland", "Weight": "NA", "Year": 1912 }, { "Age": "22", "City": "Stockholm", "Event": "Swimming Men's 400 metres Breaststroke", "Games": "1912 Summer", "Height": "NA", "ID": 15, "Medal": "NA", "Name": "Arvo Ossian Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Swimming", "Team": "Finland", "Weight": "NA", "Year": 1912 }, { "Age": "30", "City": "Antwerpen", "Event": "Swimming Men's 200 metres Breaststroke", "Games": "1920 Summer", "Height": "NA", "ID": 15, "Medal": "Bronze", "Name": "Arvo Ossian Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Swimming", "Team": "Finland", "Weight": "NA", "Year": 1920 }, { "Age": "30", "City": "Antwerpen", "Event": "Swimming Men's 400 metres Breaststroke", "Games": "1920 Summer", "Height": "NA", "ID": 15, "Medal": "Bronze", "Name": "Arvo Ossian Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Swimming", "Team": "Finland", "Weight": "NA", "Year": 1920 }, { "Age": "34", "City": "Paris", "Event": "Swimming Men's 200 metres Breaststroke", "Games": "1924 Summer", "Height": "NA", "ID": 15, "Medal": "NA", "Name": "Arvo Ossian Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Swimming", "Team": "Finland", "Weight": "NA", "Year": 1924 }, { "Age": "28", "City": "Sochi", "Event": "Ice Hockey Men's Ice Hockey", "Games": "2014 Winter", "Height": "184", "ID": 16, "Medal": "Bronze", "Name": "Juhamatti Tapio Aaltonen", "NOC": "FIN", "Season": "Winter", "Sex": "M", "Sport": "Ice Hockey", "Team": "Finland", "Weight": "85", "Year": 2014 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Individual All-Around", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "Bronze", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Team All-Around", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "Gold", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Floor Exercise", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Horse Vault", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "Gold", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Parallel Bars", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Horizontal Bar", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Rings", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "28", "City": "London", "Event": "Gymnastics Men's Pommelled Horse", "Games": "1948 Summer", "Height": "175", "ID": 17, "Medal": "Gold", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1948 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Individual All-Around", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Team All-Around", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "Bronze", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Floor Exercise", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Horse Vault", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Parallel Bars", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Horizontal Bar", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Rings", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "32", "City": "Helsinki", "Event": "Gymnastics Men's Pommelled Horse", "Games": "1952 Summer", "Height": "175", "ID": 17, "Medal": "NA", "Name": "Paavo Johannes Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Finland", "Weight": "64", "Year": 1952 }, { "Age": "31", "City": "Sydney", "Event": "Athletics Men's Shot Put", "Games": "2000 Summer", "Height": "189", "ID": 18, "Medal": "NA", "Name": "Timo Antero Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Athletics", "Team": "Finland", "Weight": "130", "Year": 2000 }, { "Age": "54", "City": "London", "Event": "Art Competitions Mixed Sculpturing, Unknown Event", "Games": "1948 Summer", "Height": "NA", "ID": 19, "Medal": "NA", "Name": "Win Valdemar Aaltonen", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Art Competitions", "Team": "Finland", "Weight": "NA", "Year": 1948 }, { "Age": "20", "City": "Albertville", "Event": "Alpine Skiing Men's Downhill", "Games": "1992 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1992 }, { "Age": "20", "City": "Albertville", "Event": "Alpine Skiing Men's Super G", "Games": "1992 Winter", "Height": "176", "ID": 20, "Medal": "Gold", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1992 }, { "Age": "20", "City": "Albertville", "Event": "Alpine Skiing Men's Giant Slalom", "Games": "1992 Winter", "Height": "176", "ID": 20, "Medal": "Bronze", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1992 }, { "Age": "20", "City": "Albertville", "Event": "Alpine Skiing Men's Slalom", "Games": "1992 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1992 }, { "Age": "22", "City": "Lillehammer", "Event": "Alpine Skiing Men's Downhill", "Games": "1994 Winter", "Height": "176", "ID": 20, "Medal": "Silver", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1994 }, { "Age": "22", "City": "Lillehammer", "Event": "Alpine Skiing Men's Super G", "Games": "1994 Winter", "Height": "176", "ID": 20, "Medal": "Bronze", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1994 }, { "Age": "22", "City": "Lillehammer", "Event": "Alpine Skiing Men's Giant Slalom", "Games": "1994 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1994 }, { "Age": "22", "City": "Lillehammer", "Event": "Alpine Skiing Men's Slalom", "Games": "1994 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1994 }, { "Age": "22", "City": "Lillehammer", "Event": "Alpine Skiing Men's Combined", "Games": "1994 Winter", "Height": "176", "ID": 20, "Medal": "Silver", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1994 }, { "Age": "26", "City": "Nagano", "Event": "Alpine Skiing Men's Downhill", "Games": "1998 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1998 }, { "Age": "26", "City": "Nagano", "Event": "Alpine Skiing Men's Super G", "Games": "1998 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1998 }, { "Age": "26", "City": "Nagano", "Event": "Alpine Skiing Men's Giant Slalom", "Games": "1998 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1998 }, { "Age": "26", "City": "Nagano", "Event": "Alpine Skiing Men's Combined", "Games": "1998 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 1998 }, { "Age": "30", "City": "Salt Lake City", "Event": "Alpine Skiing Men's Downhill", "Games": "2002 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 2002 }, { "Age": "30", "City": "Salt Lake City", "Event": "Alpine Skiing Men's Super G", "Games": "2002 Winter", "Height": "176", "ID": 20, "Medal": "Gold", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 2002 }, { "Age": "30", "City": "Salt Lake City", "Event": "Alpine Skiing Men's Giant Slalom", "Games": "2002 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 2002 }, { "Age": "30", "City": "Salt Lake City", "Event": "Alpine Skiing Men's Slalom", "Games": "2002 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 2002 }, { "Age": "30", "City": "Salt Lake City", "Event": "Alpine Skiing Men's Combined", "Games": "2002 Winter", "Height": "176", "ID": 20, "Medal": "Gold", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 2002 }, { "Age": "34", "City": "Torino", "Event": "Alpine Skiing Men's Downhill", "Games": "2006 Winter", "Height": "176", "ID": 20, "Medal": "NA", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 2006 }, { "Age": "34", "City": "Torino", "Event": "Alpine Skiing Men's Super G", "Games": "2006 Winter", "Height": "176", "ID": 20, "Medal": "Gold", "Name": "Kjetil Andr Aamodt", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Alpine Skiing", "Team": "Norway", "Weight": "85", "Year": 2006 }, { "Age": "27", "City": "Beijing", "Event": "Handball Women's Handball", "Games": "2008 Summer", "Height": "163", "ID": 21, "Medal": "Gold", "Name": "Ragnhild Margrethe Aamodt", "NOC": "NOR", "Season": "Summer", "Sex": "F", "Sport": "Handball", "Team": "Norway", "Weight": "NA", "Year": 2008 }, { "Age": "22", "City": "Rio de Janeiro", "Event": "Weightlifting Women's Super-Heavyweight", "Games": "2016 Summer", "Height": "170", "ID": 22, "Medal": "NA", "Name": "Andreea Aanei", "NOC": "ROU", "Season": "Summer", "Sex": "F", "Sport": "Weightlifting", "Team": "Romania", "Weight": "125", "Year": 2016 }, { "Age": "22", "City": "Sydney", "Event": "Wrestling Men's Light-Heavyweight, Greco-Roman", "Games": "2000 Summer", "Height": "187", "ID": 23, "Medal": "NA", "Name": "Fritz Aanes", "NOC": "NOR", "Season": "Summer", "Sex": "M", "Sport": "Wrestling", "Team": "Norway", "Weight": "89", "Year": 2000 }, { "Age": "26", "City": "Athina", "Event": "Wrestling Men's Light-Heavyweight, Greco-Roman", "Games": "2004 Summer", "Height": "187", "ID": 23, "Medal": "NA", "Name": "Fritz Aanes", "NOC": "NOR", "Season": "Summer", "Sex": "M", "Sport": "Wrestling", "Team": "Norway", "Weight": "89", "Year": 2004 }, { "Age": "24", "City": "Squaw Valley", "Event": "Speed Skating Men's 500 metres", "Games": "1960 Winter", "Height": "NA", "ID": 24, "Medal": "NA", "Name": "Nils Egil Aaness", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Speed Skating", "Team": "Norway", "Weight": "NA", "Year": 1960 }, { "Age": "24", "City": "Squaw Valley", "Event": "Speed Skating Men's 1,500 metres", "Games": "1960 Winter", "Height": "NA", "ID": 24, "Medal": "NA", "Name": "Nils Egil Aaness", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Speed Skating", "Team": "Norway", "Weight": "NA", "Year": 1960 }, { "Age": "27", "City": "Innsbruck", "Event": "Speed Skating Men's 1,500 metres", "Games": "1964 Winter", "Height": "NA", "ID": 24, "Medal": "NA", "Name": "Nils Egil Aaness", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Speed Skating", "Team": "Norway", "Weight": "NA", "Year": 1964 }, { "Age": "24", "City": "Antwerpen", "Event": "Gymnastics Men's Team All-Around, Free System", "Games": "1920 Summer", "Height": "NA", "ID": 25, "Medal": "Silver", "Name": "Alf Lied Aanning", "NOC": "NOR", "Season": "Summer", "Sex": "M", "Sport": "Gymnastics", "Team": "Norway", "Weight": "NA", "Year": 1920 }, { "Age": "17", "City": "Sarajevo", "Event": "Luge Women's Singles", "Games": "1984 Winter", "Height": "169", "ID": 26, "Medal": "NA", "Name": "Agnes Erika Aanonsen (-Eyde)", "NOC": "NOR", "Season": "Winter", "Sex": "F", "Sport": "Luge", "Team": "Norway", "Weight": "65", "Year": 1984 }, { "Age": "26", "City": "Los Angeles", "Event": "Water Polo Men's Water Polo", "Games": "1984 Summer", "Height": "NA", "ID": 27, "Medal": "NA", "Name": "Johan Aantjes", "NOC": "NED", "Season": "Summer", "Sex": "M", "Sport": "Water Polo", "Team": "Netherlands", "Weight": "NA", "Year": 1984 }, { "Age": "43", "City": "Mexico City", "Event": "Sailing Mixed Three Person Keelboat", "Games": "1968 Summer", "Height": "170", "ID": 28, "Medal": "NA", "Name": "Jan-Erik Aarberg", "NOC": "NOR", "Season": "Summer", "Sex": "M", "Sport": "Sailing", "Team": "Norway", "Weight": "77", "Year": 1968 }, { "Age": "47", "City": "Munich", "Event": "Sailing Mixed Three Person Keelboat", "Games": "1972 Summer", "Height": "170", "ID": 28, "Medal": "NA", "Name": "Jan-Erik Aarberg", "NOC": "NOR", "Season": "Summer", "Sex": "M", "Sport": "Sailing", "Team": "Norway", "Weight": "77", "Year": 1972 }, { "Age": "22", "City": "Seoul", "Event": "Hockey Women's Hockey", "Games": "1988 Summer", "Height": "NA", "ID": 29, "Medal": "Bronze", "Name": "Willemien Aardenburg", "NOC": "NED", "Season": "Summer", "Sex": "F", "Sport": "Hockey", "Team": "Netherlands", "Weight": "NA", "Year": 1988 }, { "Age": "26", "City": "Atlanta", "Event": "Rowing Men's Lightweight Double Sculls", "Games": "1996 Summer", "Height": "189", "ID": 30, "Medal": "Silver", "Name": "Pepijn Aardewijn", "NOC": "NED", "Season": "Summer", "Sex": "M", "Sport": "Rowing", "Team": "Netherlands", "Weight": "72", "Year": 1996 }, { "Age": "30", "City": "Sydney", "Event": "Rowing Men's Lightweight Double Sculls", "Games": "2000 Summer", "Height": "189", "ID": 30, "Medal": "NA", "Name": "Pepijn Aardewijn", "NOC": "NED", "Season": "Summer", "Sex": "M", "Sport": "Rowing", "Team": "Netherlands", "Weight": "72", "Year": 2000 }, { "Age": "24", "City": "Berlin", "Event": "Athletics Men's Pole Vault", "Games": "1936 Summer", "Height": "174", "ID": 31, "Medal": "NA", "Name": "Evald rma (rman-)", "NOC": "EST", "Season": "Summer", "Sex": "M", "Sport": "Athletics", "Team": "Estonia", "Weight": "70", "Year": 1936 }, { "Age": "23", "City": "Stockholm", "Event": "Athletics Men's High Jump", "Games": "1912 Summer", "Height": "NA", "ID": 32, "Medal": "NA", "Name": "Olav Augunson Aarnes", "NOC": "NOR", "Season": "Summer", "Sex": "M", "Sport": "Athletics", "Team": "Norway", "Weight": "NA", "Year": 1912 }, { "Age": "24", "City": "Barcelona", "Event": "Sailing Men's Two Person Dinghy", "Games": "1992 Summer", "Height": "187", "ID": 33, "Medal": "NA", "Name": "Mika Lauri Aarnikka", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Sailing", "Team": "Finland", "Weight": "76", "Year": 1992 }, { "Age": "28", "City": "Atlanta", "Event": "Sailing Men's Two Person Dinghy", "Games": "1996 Summer", "Height": "187", "ID": 33, "Medal": "NA", "Name": "Mika Lauri Aarnikka", "NOC": "FIN", "Season": "Summer", "Sex": "M", "Sport": "Sailing", "Team": "Finland", "Weight": "76", "Year": 1996 }, { "Age": "30", "City": "London", "Event": "Athletics Men's 1,500 metres", "Games": "2012 Summer", "Height": "187", "ID": 34, "Medal": "NA", "Name": "Jamale (Djamel-) Aarrass (Ahrass-)", "NOC": "FRA", "Season": "Summer", "Sex": "M", "Sport": "Athletics", "Team": "France", "Weight": "76", "Year": 2012 }, { "Age": "24", "City": "Nagano", "Event": "Bobsleigh Men's Four", "Games": "1998 Winter", "Height": "190", "ID": 35, "Medal": "NA", "Name": "Dagfinn Sverre Aarskog", "NOC": "NOR", "Season": "Winter", "Sex": "M", "Sport": "Bobsleigh", "Team": "Norway", "Weight": "98", "Year": 1998 } ]
SELECT base."Age" as "Age", base."City" as "City", base."Event" as "Event", base."Games" as "Games", base."Height" as "Height", base."ID" as "ID", base."Medal" as "Medal", base."Name" as "Name", base."NOC" as "NOC", base."Season" as "Season", base."Sex" as "Sex", base."Sport" as "Sport", base."Team" as "Team", base."Weight" as "Weight", base."Year" as "Year" FROM athlete_events.csv as base
Let's start by loading this data into a simple model, with a reusable measure for counting medals.
source: model is duckdb.table("athlete_events.csv") extend { measure: -- Create a measure which counts medals won medal_count is count() { where: Medal != 'NA' } }
Now using Malloy, we can easily rank our countries by medals won across the entire dataset.
run: model -> { group_by: NOC aggregate: medal_count calculate: rank is rank() }
[ { "NOC": "USA", "medal_count": 5637, "rank": 1 }, { "NOC": "URS", "medal_count": 2503, "rank": 2 }, { "NOC": "GER", "medal_count": 2165, "rank": 3 }, { "NOC": "GBR", "medal_count": 2068, "rank": 4 }, { "NOC": "FRA", "medal_count": 1777, "rank": 5 }, { "NOC": "ITA", "medal_count": 1637, "rank": 6 }, { "NOC": "SWE", "medal_count": 1536, "rank": 7 }, { "NOC": "CAN", "medal_count": 1352, "rank": 8 }, { "NOC": "AUS", "medal_count": 1320, "rank": 9 }, { "NOC": "RUS", "medal_count": 1165, "rank": 10 }, { "NOC": "HUN", "medal_count": 1135, "rank": 11 }, { "NOC": "NED", "medal_count": 1040, "rank": 12 }, { "NOC": "NOR", "medal_count": 1033, "rank": 13 }, { "NOC": "GDR", "medal_count": 1005, "rank": 14 }, { "NOC": "CHN", "medal_count": 989, "rank": 15 }, { "NOC": "JPN", "medal_count": 913, "rank": 16 }, { "NOC": "FIN", "medal_count": 900, "rank": 17 }, { "NOC": "SUI", "medal_count": 691, "rank": 18 }, { "NOC": "ROU", "medal_count": 653, "rank": 19 }, { "NOC": "KOR", "medal_count": 638, "rank": 20 }, { "NOC": "DEN", "medal_count": 597, "rank": 21 }, { "NOC": "FRG", "medal_count": 586, "rank": 22 }, { "NOC": "POL", "medal_count": 565, "rank": 23 }, { "NOC": "ESP", "medal_count": 489, "rank": 24 }, { "NOC": "TCH", "medal_count": 488, "rank": 25 }, { "NOC": "BRA", "medal_count": 475, "rank": 26 }, { "NOC": "BEL", "medal_count": 468, "rank": 27 }, { "NOC": "AUT", "medal_count": 450, "rank": 28 }, { "NOC": "CUB", "medal_count": 409, "rank": 29 }, { "NOC": "YUG", "medal_count": 390, "rank": 30 }, { "NOC": "BUL", "medal_count": 342, "rank": 31 }, { "NOC": "EUN", "medal_count": 279, "rank": 32 }, { "NOC": "ARG", "medal_count": 274, "rank": 33 }, { "NOC": "GRE", "medal_count": 255, "rank": 34 }, { "NOC": "NZL", "medal_count": 228, "rank": 35 }, { "NOC": "UKR", "medal_count": 199, "rank": 36 }, { "NOC": "IND", "medal_count": 197, "rank": 37 }, { "NOC": "JAM", "medal_count": 157, "rank": 38 }, { "NOC": "CRO", "medal_count": 149, "rank": 39 }, { "NOC": "CZE", "medal_count": 144, "rank": 40 }, { "NOC": "BLR", "medal_count": 139, "rank": 41 }, { "NOC": "RSA", "medal_count": 131, "rank": 42 }, { "NOC": "PAK", "medal_count": 121, "rank": 43 }, { "NOC": "MEX", "medal_count": 110, "rank": 44 }, { "NOC": "KEN", "medal_count": 106, "rank": 45 }, { "NOC": "NGR", "medal_count": 99, "rank": 46 }, { "NOC": "TUR", "medal_count": 95, "rank": 47 }, { "NOC": "SRB", "medal_count": 85, "rank": 48 }, { "NOC": "KAZ", "medal_count": 77, "rank": 49 }, { "NOC": "IRI", "medal_count": 68, "rank": 50 }, { "NOC": "PRK", "medal_count": 67, "rank": 51 }, { "NOC": "SCG", "medal_count": 64, "rank": 52 }, { "NOC": "URU", "medal_count": 63, "rank": 53 }, { "NOC": "LTU", "medal_count": 61, "rank": 54 }, { "NOC": "ETH", "medal_count": 53, "rank": 55 }, { "NOC": "EST", "medal_count": 50, "rank": 56 }, { "NOC": "TPE", "medal_count": 49, "rank": 57 }, { "NOC": "SLO", "medal_count": 48, "rank": 58 }, { "NOC": "SVK", "medal_count": 47, "rank": 59 }, { "NOC": "AZE", "medal_count": 44, "rank": 60 }, { "NOC": "POR", "medal_count": 41, "rank": 61 }, { "NOC": "INA", "medal_count": 41, "rank": 61 }, { "NOC": "BAH", "medal_count": 40, "rank": 63 }, { "NOC": "IRL", "medal_count": 35, "rank": 64 }, { "NOC": "LAT", "medal_count": 35, "rank": 64 }, { "NOC": "UZB", "medal_count": 34, "rank": 66 }, { "NOC": "CHI", "medal_count": 32, "rank": 67 }, { "NOC": "GEO", "medal_count": 32, "rank": 67 }, { "NOC": "TTO", "medal_count": 32, "rank": 67 }, { "NOC": "THA", "medal_count": 30, "rank": 70 }, { "NOC": "ANZ", "medal_count": 29, "rank": 71 }, { "NOC": "COL", "medal_count": 28, "rank": 72 }, { "NOC": "EGY", "medal_count": 27, "rank": 73 }, { "NOC": "MGL", "medal_count": 26, "rank": 74 }, { "NOC": "GHA", "medal_count": 23, "rank": 75 }, { "NOC": "MAR", "medal_count": 23, "rank": 75 }, { "NOC": "ZIM", "medal_count": 22, "rank": 77 }, { "NOC": "CMR", "medal_count": 22, "rank": 77 }, { "NOC": "ALG", "medal_count": 17, "rank": 79 }, { "NOC": "PAR", "medal_count": 17, "rank": 79 }, { "NOC": "ISL", "medal_count": 17, "rank": 79 }, { "NOC": "MAS", "medal_count": 16, "rank": 82 }, { "NOC": "ARM", "medal_count": 16, "rank": 82 }, { "NOC": "VEN", "medal_count": 15, "rank": 84 }, { "NOC": "PER", "medal_count": 15, "rank": 84 }, { "NOC": "MNE", "medal_count": 14, "rank": 86 }, { "NOC": "TUN", "medal_count": 13, "rank": 87 }, { "NOC": "FIJ", "medal_count": 13, "rank": 87 }, { "NOC": "BOH", "medal_count": 12, "rank": 89 }, { "NOC": "PHI", "medal_count": 10, "rank": 90 }, { "NOC": "LIE", "medal_count": 9, "rank": 91 }, { "NOC": "SGP", "medal_count": 9, "rank": 91 }, { "NOC": "ISR", "medal_count": 9, "rank": 91 }, { "NOC": "PUR", "medal_count": 9, "rank": 91 }, { "NOC": "MDA", "medal_count": 8, "rank": 95 }, { "NOC": "LUX", "medal_count": 8, "rank": 95 }, { "NOC": "DOM", "medal_count": 7, "rank": 97 }, { "NOC": "HAI", "medal_count": 7, "rank": 97 }, { "NOC": "UGA", "medal_count": 7, "rank": 97 }, { "NOC": "KSA", "medal_count": 6, "rank": 100 } ]
SELECT base."NOC" as "NOC", COUNT(CASE WHEN COALESCE(base."Medal"!='NA',true) THEN 1 END) as "medal_count", RANK() OVER( ORDER BY COUNT(CASE WHEN COALESCE(base."Medal"!='NA',true) THEN 1 END) desc NULLS LAST ) as "rank" FROM athlete_events.csv as base GROUP BY 1 ORDER BY 2 desc NULLS LAST
So far, so good. But we can do much better than this. For one thing, this view isn't reusable. Let's move it up into our model so that we can using this as a building block for further querying. Another problem is the NOC column. NOC stands for "National Olympic Committees" and is a special identifier for each competing country. Unfortunately, this code does not line up with ISO standard codes for countries, so we need additional data to map this to any useful country data outside of this Olympics set. In our case, this will be important as we can look up flag images by ISO code, so we can use this mapping table:
[ { "CC2": "AF", "NOC": "AFG", "notes": null, "region": "Afghanistan" }, { "CC2": "CW", "NOC": "AHO", "notes": "Netherlands Antilles", "region": "Curacao" }, { "CC2": "AL", "NOC": "ALB", "notes": null, "region": "Albania" }, { "CC2": "DZ", "NOC": "ALG", "notes": null, "region": "Algeria" }, { "CC2": "AD", "NOC": "AND", "notes": null, "region": "Andorra" }, { "CC2": "AO", "NOC": "ANG", "notes": null, "region": "Angola" }, { "CC2": "AG", "NOC": "ANT", "notes": "Antigua and Barbuda", "region": "Antigua" }, { "CC2": "AU", "NOC": "ANZ", "notes": "Australasia", "region": "Australia" }, { "CC2": "AR", "NOC": "ARG", "notes": null, "region": "Argentina" }, { "CC2": "AM", "NOC": "ARM", "notes": null, "region": "Armenia" }, { "CC2": "AW", "NOC": "ARU", "notes": null, "region": "Aruba" }, { "CC2": "AS", "NOC": "ASA", "notes": null, "region": "American Samoa" }, { "CC2": "AU", "NOC": "AUS", "notes": null, "region": "Australia" }, { "CC2": "AT", "NOC": "AUT", "notes": null, "region": "Austria" }, { "CC2": "AZ", "NOC": "AZE", "notes": null, "region": "Azerbaijan" }, { "CC2": "BS", "NOC": "BAH", "notes": null, "region": "Bahamas" }, { "CC2": "BD", "NOC": "BAN", "notes": null, "region": "Bangladesh" }, { "CC2": "BB", "NOC": "BAR", "notes": null, "region": "Barbados" }, { "CC2": "BI", "NOC": "BDI", "notes": null, "region": "Burundi" }, { "CC2": "BE", "NOC": "BEL", "notes": null, "region": "Belgium" }, { "CC2": "BJ", "NOC": "BEN", "notes": null, "region": "Benin" }, { "CC2": "BM", "NOC": "BER", "notes": null, "region": "Bermuda" }, { "CC2": "BT", "NOC": "BHU", "notes": null, "region": "Bhutan" }, { "CC2": "BA", "NOC": "BIH", "notes": null, "region": "Bosnia and Herzegovina" }, { "CC2": "BZ", "NOC": "BIZ", "notes": null, "region": "Belize" }, { "CC2": "BY", "NOC": "BLR", "notes": null, "region": "Belarus" }, { "CC2": "CZ", "NOC": "BOH", "notes": "Bohemia", "region": "Czech Republic" }, { "CC2": "BO", "NOC": "BOL", "notes": null, "region": "Boliva" }, { "CC2": "BW", "NOC": "BOT", "notes": null, "region": "Botswana" }, { "CC2": "BR", "NOC": "BRA", "notes": null, "region": "Brazil" }, { "CC2": "BH", "NOC": "BRN", "notes": null, "region": "Bahrain" }, { "CC2": "BN", "NOC": "BRU", "notes": null, "region": "Brunei" }, { "CC2": "BG", "NOC": "BUL", "notes": null, "region": "Bulgaria" }, { "CC2": "BF", "NOC": "BUR", "notes": null, "region": "Burkina Faso" }, { "CC2": "CF", "NOC": "CAF", "notes": null, "region": "Central African Republic" }, { "CC2": "KH", "NOC": "CAM", "notes": null, "region": "Cambodia" }, { "CC2": "CA", "NOC": "CAN", "notes": null, "region": "Canada" }, { "CC2": "KY", "NOC": "CAY", "notes": null, "region": "Cayman Islands" }, { "CC2": "CG", "NOC": "CGO", "notes": null, "region": "Republic of Congo" }, { "CC2": "TD", "NOC": "CHA", "notes": null, "region": "Chad" }, { "CC2": "CL", "NOC": "CHI", "notes": null, "region": "Chile" }, { "CC2": "CN", "NOC": "CHN", "notes": null, "region": "China" }, { "CC2": "CI", "NOC": "CIV", "notes": null, "region": "Ivory Coast" }, { "CC2": "CM", "NOC": "CMR", "notes": null, "region": "Cameroon" }, { "CC2": "CD", "NOC": "COD", "notes": null, "region": "Democratic Republic of the Congo" }, { "CC2": "CK", "NOC": "COK", "notes": null, "region": "Cook Islands" }, { "CC2": "CO", "NOC": "COL", "notes": null, "region": "Colombia" }, { "CC2": "KM", "NOC": "COM", "notes": null, "region": "Comoros" }, { "CC2": "CV", "NOC": "CPV", "notes": null, "region": "Cape Verde" }, { "CC2": "CR", "NOC": "CRC", "notes": null, "region": "Costa Rica" }, { "CC2": "HR", "NOC": "CRO", "notes": null, "region": "Croatia" }, { "CC2": "GR", "NOC": "CRT", "notes": "Crete", "region": "Greece" }, { "CC2": "CU", "NOC": "CUB", "notes": null, "region": "Cuba" }, { "CC2": "CY", "NOC": "CYP", "notes": null, "region": "Cyprus" }, { "CC2": "CZ", "NOC": "CZE", "notes": null, "region": "Czech Republic" }, { "CC2": "DK", "NOC": "DEN", "notes": null, "region": "Denmark" }, { "CC2": "DJ", "NOC": "DJI", "notes": null, "region": "Djibouti" }, { "CC2": "DM", "NOC": "DMA", "notes": null, "region": "Dominica" }, { "CC2": "DO", "NOC": "DOM", "notes": null, "region": "Dominican Republic" }, { "CC2": "EC", "NOC": "ECU", "notes": null, "region": "Ecuador" }, { "CC2": "EG", "NOC": "EGY", "notes": null, "region": "Egypt" }, { "CC2": "ER", "NOC": "ERI", "notes": null, "region": "Eritrea" }, { "CC2": "SV", "NOC": "ESA", "notes": null, "region": "El Salvador" }, { "CC2": "ES", "NOC": "ESP", "notes": null, "region": "Spain" }, { "CC2": "EE", "NOC": "EST", "notes": null, "region": "Estonia" }, { "CC2": "ET", "NOC": "ETH", "notes": null, "region": "Ethiopia" }, { "CC2": "RU", "NOC": "EUN", "notes": null, "region": "Russia" }, { "CC2": "FJ", "NOC": "FIJ", "notes": null, "region": "Fiji" }, { "CC2": "FI", "NOC": "FIN", "notes": null, "region": "Finland" }, { "CC2": "FR", "NOC": "FRA", "notes": null, "region": "France" }, { "CC2": "DE", "NOC": "FRG", "notes": null, "region": "Germany" }, { "CC2": "FM", "NOC": "FSM", "notes": null, "region": "Micronesia" }, { "CC2": "GA", "NOC": "GAB", "notes": null, "region": "Gabon" }, { "CC2": "GM", "NOC": "GAM", "notes": null, "region": "Gambia" }, { "CC2": "GB", "NOC": "GBR", "notes": null, "region": "UK" }, { "CC2": "GW", "NOC": "GBS", "notes": null, "region": "Guinea-Bissau" }, { "CC2": "DE", "NOC": "GDR", "notes": null, "region": "Germany" }, { "CC2": "GE", "NOC": "GEO", "notes": null, "region": "Georgia" }, { "CC2": "GQ", "NOC": "GEQ", "notes": null, "region": "Equatorial Guinea" }, { "CC2": "DE", "NOC": "GER", "notes": null, "region": "Germany" }, { "CC2": "GH", "NOC": "GHA", "notes": null, "region": "Ghana" }, { "CC2": "GR", "NOC": "GRE", "notes": null, "region": "Greece" }, { "CC2": "GD", "NOC": "GRN", "notes": null, "region": "Grenada" }, { "CC2": "GT", "NOC": "GUA", "notes": null, "region": "Guatemala" }, { "CC2": "GN", "NOC": "GUI", "notes": null, "region": "Guinea" }, { "CC2": "GU", "NOC": "GUM", "notes": null, "region": "Guam" }, { "CC2": "GY", "NOC": "GUY", "notes": null, "region": "Guyana" }, { "CC2": "HT", "NOC": "HAI", "notes": null, "region": "Haiti" }, { "CC2": "CN", "NOC": "HKG", "notes": "Hong Kong", "region": "China" }, { "CC2": "HN", "NOC": "HON", "notes": null, "region": "Honduras" }, { "CC2": "HU", "NOC": "HUN", "notes": null, "region": "Hungary" }, { "CC2": "ID", "NOC": "INA", "notes": null, "region": "Indonesia" }, { "CC2": "IN", "NOC": "IND", "notes": null, "region": "India" }, { "CC2": "NA", "NOC": "IOA", "notes": "Individual Olympic Athletes", "region": "Individual Olympic Athletes" }, { "CC2": "IR", "NOC": "IRI", "notes": null, "region": "Iran" }, { "CC2": "IE", "NOC": "IRL", "notes": null, "region": "Ireland" }, { "CC2": "IQ", "NOC": "IRQ", "notes": null, "region": "Iraq" }, { "CC2": "IS", "NOC": "ISL", "notes": null, "region": "Iceland" }, { "CC2": "IL", "NOC": "ISR", "notes": null, "region": "Israel" }, { "CC2": "VI", "NOC": "ISV", "notes": "Virgin Islands", "region": "Virgin Islands, US" } ]
SELECT base."CC2" as "CC2", base."NOC" as "NOC", base."notes" as "notes", base."region" as "region" FROM (select * from read_csv_auto('noc_regions.csv', header=true)) as base LIMIT 100
Let's model this data together. We can take our previous model and use a join to link it with our NOC mapping data. Then, we can create a Country dimension and a flag dimension that uses the ISO 2 country code to look up a flag image URL and shows an image. Finally, we can store our ranking query as a view inside the model.
-- Mapping table of NOC to ISO 2 country codes source: regions is duckdb.sql("select * from read_csv_auto('noc_regions.csv', header=true)"); -- Model based on table of athlete events data source: model is duckdb.table("athlete_events.csv") extend { -- Join the mapping table on NOC columns join_many: regions on regions.NOC = NOC dimension: -- Create a dimension containing image urls for flags # image { height=16px width=32px } flag is concat('https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/', regions.CC2, '-32.png') -- Simple country name Country is regions.region measure: -- Create a measure which counts medals won medal_count is count() { where: Medal != 'NA' } view: medal_ranking is { group_by: flag, Country aggregate: medal_count calculate: rank is rank() } }
Now our medal_ranking view has nice country names and flags, AND its reusable.
run: model -> medal_ranking
[ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 5637, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 3947, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 3756, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 2068, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 1777, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 1637, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 1536, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 1352, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 1349, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 1135, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 1040, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 1033, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 993, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 913, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 900, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 691, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 653, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 644, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 638, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 597, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 565, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 539, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 489, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 475, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 468, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 450, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 409, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 342, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 274, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 255, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 228, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png", "Country": "Ukraine", "medal_count": 199, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 197, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 157, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 149, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png", "Country": "Belarus", "medal_count": 139, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 131, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 121, "rank": 38 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 110, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 106, "rank": 40 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 99, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 95, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png", "Country": "Kazakhstan", "medal_count": 77, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 68, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 67, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 63, "rank": 46 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 61, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 53, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 50, "rank": 49 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 49, "rank": 50 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 48, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png", "Country": "Slovakia", "medal_count": 47, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png", "Country": "Azerbaijan", "medal_count": 44, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 41, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 41, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 40, "rank": 56 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 37, "rank": 57 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 35, "rank": 58 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 35, "rank": 58 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png", "Country": "Uzbekistan", "medal_count": 34, "rank": 60 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 32, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png", "Country": "Georgia", "medal_count": 32, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 30, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 28, "rank": 64 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 27, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 26, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 23, "rank": 67 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 23, "rank": 67 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 22, "rank": 69 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 22, "rank": 69 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 17, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 17, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 17, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 16, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png", "Country": "Armenia", "medal_count": 16, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 15, "rank": 76 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 15, "rank": 76 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png", "Country": "Montenegro", "medal_count": 14, "rank": 78 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 13, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 13, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 10, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 9, "rank": 82 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 9, "rank": 82 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 9, "rank": 82 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 9, "rank": 82 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 8, "rank": 86 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png", "Country": "Moldova", "medal_count": 8, "rank": 86 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 7, "rank": 88 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 7, "rank": 88 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 7, "rank": 88 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 6, "rank": 91 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Individual Olympic Athletes", "medal_count": 5, "rank": 92 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 5, "rank": 92 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 5, "rank": 92 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png", "Country": "Tajikistan", "medal_count": 4, "rank": 95 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 4, "rank": 95 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 4, "rank": 95 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 4, "rank": 95 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 4, "rank": 95 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 3, "rank": 100 } ]
SELECT CONCAT('https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/',regions_0."CC2",'-32.png') as "flag", regions_0."region" as "Country", COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) as "medal_count", RANK() OVER( ORDER BY COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) desc NULLS LAST ) as "rank" FROM (SELECT GEN_RANDOM_UUID() as "__distinct_key", x.* FROM athlete_events.csv as x) as base LEFT JOIN (select * from read_csv_auto('noc_regions.csv', header=true)) AS regions_0 ON regions_0."NOC"=base."NOC" GROUP BY 1,2 ORDER BY 3 desc NULLS LAST
Calculating the ranks over time
To create a data structure that supports our bump chart format, we need to calculate the ranks of each country within each year, then regroup that data by ranking and pivot out the year. It sounds complicated, but thanks to Malloy's conciseness and reusability, we can break this into smaller steps and easily put them all together.
We already have a view for ranking countries by medals won. We can reuse that view to create a new view that calculates that ranking on a country by country basis, and limits it to only Summer Olympics:
source: model is duckdb.table("athlete_events.csv") extend { // ... view: medal_ranking is ... view: medal_ranking_by_year is { group_by: `Year` nest: medal_ranking where: Season = 'Summer' } }
run: model -> medal_ranking_by_year
[ { "Year": 1896, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 48, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 32, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 20, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 11, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 9, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 6, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 6, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 5, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 3, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 3, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 0, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 0, "rank": 11 } ] }, { "Year": 1900, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 235, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 108, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 63, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 45, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 43, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 27, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 21, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 9, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 9, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 6, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 6, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 5, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 5, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 4, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 3, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 3, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 2, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 2, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 2, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 2, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 1, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 1, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 1, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 1, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 0, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 0, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 0, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 0, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 0, "rank": 25 } ] }, { "Year": 1904, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 394, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 48, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 16, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 5, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 4, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 4, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 4, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 3, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 2, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 2, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 2, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 2, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 0, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 0, "rank": 13 } ] }, { "Year": 1906, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 102, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 64, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 56, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 39, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 34, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 30, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 25, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 24, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 21, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 13, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 12, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 11, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 9, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 6, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 4, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 3, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 3, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 2, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 0, "rank": 19 } ] }, { "Year": 1908, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 368, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 84, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 65, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 52, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 42, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 40, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 33, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 30, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 21, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 20, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 19, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 17, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 16, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 8, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 6, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 4, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 3, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 2, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 1, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 0, "rank": 20 } ] }, { "Year": 1912, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 190, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 170, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 107, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 87, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 80, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 71, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 53, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 30, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 26, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 26, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 25, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 19, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 14, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 14, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 10, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 8, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 7, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 2, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 2, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "NA", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 0, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 20 } ] }, { "Year": 1920, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 194, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 188, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 154, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 141, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 137, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 111, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 84, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 71, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 52, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 50, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 29, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 23, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 21, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 16, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 10, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 7, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 7, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 5, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 3, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 3, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 1, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 1, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 0, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 0, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 0, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 23 } ] }, { "Year": 1924, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 182, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 110, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 72, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 64, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 60, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 52, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 51, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 39, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 27, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 22, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 22, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 20, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 16, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 14, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 14, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 10, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 10, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 10, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 6, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 5, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 5, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 4, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 4, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 3, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 2, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 2, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 2, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 1, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 1, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 1, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 1, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 0, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 0, "rank": 32 } ] }, { "Year": 1928, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 88, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 77, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 72, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 58, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 57, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 50, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 37, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 33, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 30, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 26, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 25, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 21, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 20, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 17, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 16, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 15, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 14, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 12, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 9, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 9, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 9, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 6, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 6, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 3, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 1, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 1, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 1, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 1, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 1, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 1, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 0, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 35 } ] }, { "Year": 1932, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 189, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 77, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 43, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 40, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 39, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 35, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 33, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 32, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 31, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 29, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 21, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 15, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 13, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 11, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 6, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 5, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 5, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 5, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 4, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 3, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 2, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 2, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 2, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 1, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 1, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 1, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 1, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 1, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 0, "rank": 29 } ] }, { "Year": 1936, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 224, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 96, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 76, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 55, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 52, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 44, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 41, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 37, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 36, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 35, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 28, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 27, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 23, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 22, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 19, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 18, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 16, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 14, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 12, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 11, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 7, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 6, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 5, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 3, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 2, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 2, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 1, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 1, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 1, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 1, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 1, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 1, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 33 } ] }, { "Year": 1948, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 152, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 75, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 72, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 67, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 62, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 61, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 51, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 42, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 36, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 33, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 20, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 20, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 18, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 16, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 16, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 15, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 12, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 11, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 10, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 9, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 8, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 7, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 6, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 3, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 3, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 3, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 1, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 1, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 1, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 1, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 1, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 1, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 39 } ] }, { "Year": 1952, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 134, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 117, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 102, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 70, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 54, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 40, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 40, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 40, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 33, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 31, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 25, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 24, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 20, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 18, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 15, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 14, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 14, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 13, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 12, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 9, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 8, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 8, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 7, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 6, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 4, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 4, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 4, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 4, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 44 } ] }, { "Year": 1956, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 169, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 123, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 67, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 64, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 52, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 47, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 46, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 34, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 33, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 26, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 24, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 23, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 19, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 19, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 19, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 18, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 17, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 14, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 12, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 7, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 7, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 7, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 6, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 3, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 3, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 3, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 2, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 2, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 2, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 2, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 2, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 0, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 39 } ] }, { "Year": 1960, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 169, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 125, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 89, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 88, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 66, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 46, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 31, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 30, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 28, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 23, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 22, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 17, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 15, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 14, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 14, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 13, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 13, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 12, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 12, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 9, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 9, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 7, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 7, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 6, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 5, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 3, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 2, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 2, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 2, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 1, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 45 } ] }, { "Year": 1964, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 174, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 169, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 116, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 62, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 56, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 54, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 51, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 46, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 44, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 31, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 31, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 28, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 16, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 16, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 15, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 15, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 15, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 12, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 12, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 10, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 6, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 6, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 6, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 6, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 5, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 5, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 0, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 42 } ] }, { "Year": 1968, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 192, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 166, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 103, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 81, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 63, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 51, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 37, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 33, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 29, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 29, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 27, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 26, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 23, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 19, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 17, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 16, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 14, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 13, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 13, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 12, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 10, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 10, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 9, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 9, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 7, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 6, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 5, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 5, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 4, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 4, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 4, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 3, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 1, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 1, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 1, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 1, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 1, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 44 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 44 } ] }, { "Year": 1972, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 253, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 214, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 171, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 81, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 56, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 46, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 40, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 29, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 29, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 25, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 22, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 22, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 22, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 22, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 20, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 18, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 15, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 15, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 14, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 14, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 12, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 11, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 10, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 8, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 8, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 6, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 2, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 2, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 2, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 2, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 2, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 1, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 48 } ] }, { "Year": 1976, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 286, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 273, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 164, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 73, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 55, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 55, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 41, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 39, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 32, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 31, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 25, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 24, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 23, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 23, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 20, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 19, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 17, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 16, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 15, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 14, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 10, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 10, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 9, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 8, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 6, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 6, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 6, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 3, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 2, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 1, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 1, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 1, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 1, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 1, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 1, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 1, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 41 } ] }, { "Year": 1980, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 442, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 264, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 90, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 68, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 61, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 57, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 51, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 50, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 47, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 37, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 29, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 24, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 20, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 20, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 16, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 15, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 13, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 10, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 9, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 9, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 8, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 6, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 5, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 5, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 5, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 3, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 3, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 2, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 2, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 1, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 37 } ] }, { "Year": 1984, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 352, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 158, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 106, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 87, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 87, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 74, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 71, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 67, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 63, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 52, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 49, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 41, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 41, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 36, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 34, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 23, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 19, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 16, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 13, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 13, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 12, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 7, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 6, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 5, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 4, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 3, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 2, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 2, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 2, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 2, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 48 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 48 } ] }, { "Year": 1988, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 300, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 296, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 207, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 77, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 63, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 58, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 54, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 52, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 45, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 44, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 41, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 35, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 29, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 29, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 24, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 23, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 23, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 22, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 21, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 20, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 16, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 13, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 12, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 10, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 9, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 8, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 7, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 7, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 5, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 4, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 3, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 3, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 2, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 1, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 52 } ] }, { "Year": 1992, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 224, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 220, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 198, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 82, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 69, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 69, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 57, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 57, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 53, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 50, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 49, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 47, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 46, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 45, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 45, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 44, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 35, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 33, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 23, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 20, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 20, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 17, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 16, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 15, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 15, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 14, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 14, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 13, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 11, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 10, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 8, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 8, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 6, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 6, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 6, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 6, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 4, "rank": 38 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Individual Olympic Athletes", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 3, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 2, "rank": 47 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 1, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png", "Country": "Bosnia and Herzegovina", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 65 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 65 } ] }, { "Year": 1996, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 259, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 132, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 124, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 115, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 107, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 73, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 71, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 66, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 66, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 63, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 55, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 51, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 50, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 43, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 42, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 38, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png", "Country": "Ukraine", "medal_count": 34, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 31, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 28, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 26, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 26, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 24, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 23, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png", "Country": "Belarus", "medal_count": 23, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 23, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 22, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 21, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 20, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 16, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 13, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png", "Country": "Kazakhstan", "medal_count": 11, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 11, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 11, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 9, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 8, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 8, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 6, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 6, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 6, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 5, "rank": 40 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 5, "rank": 40 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 5, "rank": 40 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 4, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 4, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png", "Country": "Slovakia", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png", "Country": "Moldova", "medal_count": 3, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png", "Country": "Armenia", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png", "Country": "Georgia", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png", "Country": "Uzbekistan", "medal_count": 2, "rank": 53 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png", "Country": "Azerbaijan", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png", "Country": "Burundi", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 1, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png", "Country": "Kyrgyzstan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png", "Country": "Saint Kitts", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png", "Country": "Nauru", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png", "Country": "Comoros", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png", "Country": "Dominica", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png", "Country": "Bosnia and Herzegovina", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png", "Country": "Sao Tome and Principe", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png", "Country": "Brunei", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png", "Country": "Palestine", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png", "Country": "Tajikistan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png", "Country": "Saint Lucia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png", "Country": "Cape Verde", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png", "Country": "Turkmenistan", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png", "Country": "Macedonia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png", "Country": "Guinea-Bissau", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 79 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 79 } ] }, { "Year": 2000, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 242, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 187, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 183, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 118, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 79, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 79, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 73, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 66, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 65, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 65, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 54, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 53, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 48, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 46, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 44, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 43, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 42, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png", "Country": "Ukraine", "medal_count": 35, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 32, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 31, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 25, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 25, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 24, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 23, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png", "Country": "Belarus", "medal_count": 22, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 20, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 18, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 18, "rank": 27 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 17, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 17, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 14, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 13, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 11, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 10, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 9, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 8, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 8, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 8, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png", "Country": "Kazakhstan", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png", "Country": "Georgia", "medal_count": 6, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 6, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png", "Country": "Slovakia", "medal_count": 6, "rank": 42 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png", "Country": "Uzbekistan", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 3, "rank": 56 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 3, "rank": 56 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png", "Country": "Azerbaijan", "medal_count": 3, "rank": 56 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 3, "rank": 56 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 3, "rank": 56 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png", "Country": "Moldova", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png", "Country": "Macedonia", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png", "Country": "Armenia", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png", "Country": "Kyrgyzstan", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png", "Country": "Turkmenistan", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png", "Country": "Eritrea", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png", "Country": "Guinea-Bissau", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png", "Country": "Palau", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png", "Country": "Burundi", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png", "Country": "Tajikistan", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png", "Country": "Sao Tome and Principe", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png", "Country": "Dominica", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png", "Country": "Micronesia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png", "Country": "Saint Kitts", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png", "Country": "Comoros", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Individual Olympic Athletes", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png", "Country": "Palestine", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png", "Country": "Saint Lucia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png", "Country": "Nauru", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png", "Country": "Cape Verde", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png", "Country": "Bosnia and Herzegovina", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 81 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png", "Country": "Brunei", "medal_count": 0, "rank": 81 } ] }, { "Year": 2004, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 263, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 189, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 157, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 149, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 104, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 96, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 93, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 77, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 62, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 57, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 53, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 52, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 49, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png", "Country": "Ukraine", "medal_count": 47, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 40, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 40, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 39, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 31, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 30, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 29, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 21, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 17, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 17, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 17, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png", "Country": "Belarus", "medal_count": 15, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 13, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 13, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 13, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 12, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 12, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 11, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png", "Country": "Slovakia", "medal_count": 10, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 10, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 9, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png", "Country": "Kazakhstan", "medal_count": 8, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 8, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 8, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 8, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 6, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 6, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png", "Country": "Uzbekistan", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png", "Country": "Azerbaijan", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 5, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png", "Country": "Georgia", "medal_count": 4, "rank": 51 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 3, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 3, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 3, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 3, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 3, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 3, "rank": 55 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png", "Country": "Eritrea", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 1, "rank": 66 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png", "Country": "Kyrgyzstan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png", "Country": "Turkmenistan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png", "Country": "Kiribati", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png", "Country": "Burundi", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png", "Country": "Brunei", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png", "Country": "Moldova", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png", "Country": "Saint Kitts", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png", "Country": "Micronesia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png", "Country": "Armenia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png", "Country": "Guinea-Bissau", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png", "Country": "Timor-Leste", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png", "Country": "Bosnia and Herzegovina", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png", "Country": "Cape Verde", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png", "Country": "Nauru", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png", "Country": "Sao Tome and Principe", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png", "Country": "Palau", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png", "Country": "Tajikistan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png", "Country": "Dominica", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png", "Country": "Saint Lucia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png", "Country": "Macedonia", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png", "Country": "Comoros", "medal_count": 0, "rank": 74 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png", "Country": "Palestine", "medal_count": 0, "rank": 74 } ] }, { "Year": 2008, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 317, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 184, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 149, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 142, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 99, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 81, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 78, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 78, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 77, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 70, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 61, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 51, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 51, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 47, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 42, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 35, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png", "Country": "Ukraine", "medal_count": 31, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png", "Country": "Belarus", "medal_count": 29, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 27, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 23, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 22, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 22, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 20, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 19, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 15, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 15, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 15, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 14, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 14, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png", "Country": "Kazakhstan", "medal_count": 13, "rank": 30 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 11, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png", "Country": "Slovakia", "medal_count": 10, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png", "Country": "Azerbaijan", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 7, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png", "Country": "Armenia", "medal_count": 6, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 6, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 6, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png", "Country": "Georgia", "medal_count": 6, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png", "Country": "Uzbekistan", "medal_count": 6, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 5, "rank": 46 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 5, "rank": 46 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 5, "rank": 46 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 5, "rank": 46 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 5, "rank": 46 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 5, "rank": 46 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 4, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 4, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 4, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 4, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 4, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 3, "rank": 57 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 3, "rank": 57 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 3, "rank": 57 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 3, "rank": 57 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 3, "rank": 57 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 3, "rank": 57 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png", "Country": "Tajikistan", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png", "Country": "Kyrgyzstan", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 2, "rank": 63 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png", "Country": "Moldova", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png", "Country": "Timor-Leste", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png", "Country": "Turkmenistan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png", "Country": "Cape Verde", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png", "Country": "Palestine", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png", "Country": "Sao Tome and Principe", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png", "Country": "Bosnia and Herzegovina", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png", "Country": "Dominica", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png", "Country": "Macedonia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png", "Country": "Marshall Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png", "Country": "Eritrea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png", "Country": "Nauru", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png", "Country": "Montenegro", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png", "Country": "Curacao", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png", "Country": "Kiribati", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png", "Country": "Palau", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png", "Country": "NA", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png", "Country": "Guinea-Bissau", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png", "Country": "Saint Kitts", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png", "Country": "Saint Lucia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png", "Country": "Micronesia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png", "Country": "Burundi", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png", "Country": "Comoros", "medal_count": 0, "rank": 87 } ] }, { "Year": 2012, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 248, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 140, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 126, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 126, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 114, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 94, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 84, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 82, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 69, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 68, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 63, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 61, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 59, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 55, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 35, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 27, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 26, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png", "Country": "Ukraine", "medal_count": 26, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 25, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 24, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png", "Country": "Belarus", "medal_count": 23, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 22, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 19, "rank": 23 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 17, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 16, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 16, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 16, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 14, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 14, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png", "Country": "Montenegro", "medal_count": 14, "rank": 28 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png", "Country": "Kazakhstan", "medal_count": 13, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 12, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 12, "rank": 32 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 11, "rank": 34 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png", "Country": "Azerbaijan", "medal_count": 10, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 10, "rank": 35 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 9, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 8, "rank": 38 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png", "Country": "Georgia", "medal_count": 7, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 6, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 6, "rank": 41 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png", "Country": "Slovakia", "medal_count": 5, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 5, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 5, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 5, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 5, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 5, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 5, "rank": 43 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 4, "rank": 50 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 4, "rank": 50 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 4, "rank": 50 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 4, "rank": 50 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 3, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 3, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 3, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png", "Country": "Armenia", "medal_count": 3, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 3, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 3, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png", "Country": "Uzbekistan", "medal_count": 3, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png", "Country": "Moldova", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 2, "rank": 61 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png", "Country": "Tajikistan", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png", "Country": "Kuwait", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 1, "rank": 72 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png", "Country": "Palau", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png", "Country": "Cape Verde", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png", "Country": "Guinea-Bissau", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png", "Country": "Kyrgyzstan", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png", "Country": "Micronesia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png", "Country": "Nauru", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png", "Country": "Brunei", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png", "Country": "Palestine", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png", "Country": "Eritrea", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png", "Country": "NA", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png", "Country": "Macedonia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png", "Country": "Turkmenistan", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png", "Country": "Comoros", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png", "Country": "Kiribati", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png", "Country": "Bosnia and Herzegovina", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png", "Country": "Saint Lucia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png", "Country": "Dominica", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png", "Country": "Sao Tome and Principe", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png", "Country": "Saint Kitts", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png", "Country": "Marshall Islands", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png", "Country": "Burundi", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Individual Olympic Athletes", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png", "Country": "Timor-Leste", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 85 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 85 } ] }, { "Year": 2016, "medal_ranking": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png", "Country": "United States of America", "medal_count": 264, "rank": 1 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png", "Country": "Germany", "medal_count": 159, "rank": 2 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png", "Country": "UK", "medal_count": 145, "rank": 3 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png", "Country": "Russia", "medal_count": 115, "rank": 4 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png", "Country": "China", "medal_count": 113, "rank": 5 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png", "Country": "France", "medal_count": 96, "rank": 6 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png", "Country": "Australia", "medal_count": 82, "rank": 7 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png", "Country": "Italy", "medal_count": 72, "rank": 8 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png", "Country": "Canada", "medal_count": 69, "rank": 9 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png", "Country": "Japan", "medal_count": 64, "rank": 10 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png", "Country": "Serbia", "medal_count": 54, "rank": 11 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png", "Country": "Brazil", "medal_count": 50, "rank": 12 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png", "Country": "Netherlands", "medal_count": 47, "rank": 13 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png", "Country": "Spain", "medal_count": 45, "rank": 14 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png", "Country": "Denmark", "medal_count": 41, "rank": 15 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png", "Country": "New Zealand", "medal_count": 36, "rank": 16 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png", "Country": "Jamaica", "medal_count": 30, "rank": 17 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png", "Country": "Sweden", "medal_count": 28, "rank": 18 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png", "Country": "South Korea", "medal_count": 26, "rank": 19 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png", "Country": "Croatia", "medal_count": 24, "rank": 20 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png", "Country": "South Africa", "medal_count": 23, "rank": 21 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png", "Country": "Hungary", "medal_count": 22, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png", "Country": "Argentina", "medal_count": 22, "rank": 22 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png", "Country": "Belgium", "medal_count": 21, "rank": 24 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png", "Country": "Norway", "medal_count": 19, "rank": 25 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png", "Country": "Kazakhstan", "medal_count": 18, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png", "Country": "Nigeria", "medal_count": 18, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png", "Country": "Azerbaijan", "medal_count": 18, "rank": 26 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png", "Country": "Romania", "medal_count": 16, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png", "Country": "Poland", "medal_count": 16, "rank": 29 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png", "Country": "Ukraine", "medal_count": 15, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png", "Country": "Czech Republic", "medal_count": 15, "rank": 31 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png", "Country": "Fiji", "medal_count": 13, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png", "Country": "Kenya", "medal_count": 13, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png", "Country": "Uzbekistan", "medal_count": 13, "rank": 33 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png", "Country": "Belarus", "medal_count": 12, "rank": 36 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png", "Country": "Cuba", "medal_count": 11, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png", "Country": "Switzerland", "medal_count": 11, "rank": 37 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png", "Country": "Ethiopia", "medal_count": 8, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png", "Country": "Colombia", "medal_count": 8, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png", "Country": "Slovakia", "medal_count": 8, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png", "Country": "Turkey", "medal_count": 8, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png", "Country": "Iran", "medal_count": 8, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png", "Country": "Malaysia", "medal_count": 8, "rank": 39 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png", "Country": "Lithuania", "medal_count": 7, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png", "Country": "Bulgaria", "medal_count": 7, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png", "Country": "North Korea", "medal_count": 7, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png", "Country": "Greece", "medal_count": 7, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png", "Country": "Georgia", "medal_count": 7, "rank": 45 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png", "Country": "Bahamas", "medal_count": 6, "rank": 50 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png", "Country": "Thailand", "medal_count": 6, "rank": 50 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png", "Country": "Mexico", "medal_count": 5, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png", "Country": "Taiwan", "medal_count": 5, "rank": 52 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png", "Country": "Estonia", "medal_count": 4, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png", "Country": "Slovenia", "medal_count": 4, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png", "Country": "Indonesia", "medal_count": 4, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png", "Country": "Armenia", "medal_count": 4, "rank": 54 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png", "Country": "Tunisia", "medal_count": 3, "rank": 58 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png", "Country": "Egypt", "medal_count": 3, "rank": 58 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png", "Country": "Venezuela", "medal_count": 3, "rank": 58 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png", "Country": "Ireland", "medal_count": 3, "rank": 58 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png", "Country": "Bahrain", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png", "Country": "Ivory Coast", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Individual Olympic Athletes", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png", "Country": "Israel", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png", "Country": "Algeria", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png", "Country": "Mongolia", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png", "Country": "Vietnam", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png", "Country": "Austria", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png", "Country": "India", "medal_count": 2, "rank": 62 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/XK-32.png", "Country": "Kosovo", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png", "Country": "Jordan", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png", "Country": "Burundi", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png", "Country": "Philippines", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png", "Country": "Dominican Republic", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png", "Country": "Finland", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png", "Country": "Puerto Rico", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png", "Country": "Portugal", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png", "Country": "Niger", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png", "Country": "Qatar", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png", "Country": "Morocco", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png", "Country": "United Arab Emirates", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png", "Country": "Grenada", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png", "Country": "Tajikistan", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png", "Country": "Trinidad", "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png", "Country": null, "medal_count": 1, "rank": 71 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png", "Country": "Virgin Islands, US", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png", "Country": "Seychelles", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png", "Country": "Turkmenistan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png", "Country": "Bhutan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png", "Country": "Virgin Islands, British", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png", "Country": "Malawi", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png", "Country": "El Salvador", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png", "Country": "Yemen", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png", "Country": "Sudan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png", "Country": "Madagascar", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png", "Country": "Mali", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png", "Country": "Ecuador", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png", "Country": "Haiti", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "Namibia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png", "Country": "Dominica", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png", "Country": "Lesotho", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png", "Country": "Mozambique", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png", "Country": "Luxembourg", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png", "Country": "Malta", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png", "Country": "Saudi Arabia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png", "Country": "Macedonia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png", "Country": "Monaco", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png", "Country": "Botswana", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png", "Country": "Barbados", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png", "Country": "Bosnia and Herzegovina", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png", "Country": "Kiribati", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png", "Country": "Iraq", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png", "Country": "Suriname", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png", "Country": "Saint Kitts", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png", "Country": "Sao Tome and Principe", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png", "Country": "Central African Republic", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png", "Country": "Democratic Republic of the Congo", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png", "Country": "Micronesia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png", "Country": "Mauritius", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png", "Country": "Chad", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png", "Country": "San Marino", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png", "Country": "NA", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png", "Country": "Antigua", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png", "Country": "Liechtenstein", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png", "Country": "Nauru", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png", "Country": "Tanzania", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SS-32.png", "Country": "South Sudan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png", "Country": "Guatemala", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png", "Country": "Sierra Leone", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png", "Country": "Pakistan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png", "Country": "Bermuda", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png", "Country": "Guyana", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png", "Country": "Libya", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png", "Country": "Uganda", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png", "Country": "Nicaragua", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png", "Country": "Moldova", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png", "Country": "Guinea-Bissau", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png", "Country": "Aruba", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png", "Country": "Laos", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png", "Country": "Belize", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png", "Country": "Zimbabwe", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png", "Country": "Eritrea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png", "Country": "Zambia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png", "Country": "Nepal", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png", "Country": "Guinea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png", "Country": "Boliva", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png", "Country": "Burkina Faso", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png", "Country": "Cameroon", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png", "Country": "Peru", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png", "Country": "Cape Verde", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png", "Country": "Lebanon", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png", "Country": "Equatorial Guinea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png", "Country": "Ghana", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png", "Country": "American Samoa", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png", "Country": "Guam", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png", "Country": "Timor-Leste", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png", "Country": "Myanmar", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png", "Country": "Palestine", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png", "Country": "Iceland", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png", "Country": "Cook Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png", "Country": "Republic of Congo", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png", "Country": "Djibouti", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png", "Country": "Marshall Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png", "Country": "Chile", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png", "Country": "Comoros", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png", "Country": "Panama", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png", "Country": "Saint Lucia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png", "Country": "Honduras", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png", "Country": "Gambia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png", "Country": "Syria", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png", "Country": "Sri Lanka", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png", "Country": "Papua New Guinea", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png", "Country": "Benin", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png", "Country": "Gabon", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png", "Country": "NA", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png", "Country": "Togo", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png", "Country": "Uruguay", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png", "Country": "Rwanda", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png", "Country": "Senegal", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png", "Country": "Samoa", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png", "Country": "Solomon Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png", "Country": "Brunei", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png", "Country": "Tonga", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png", "Country": "Angola", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png", "Country": "Cambodia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png", "Country": "Vanuatu", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png", "Country": "Swaziland", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png", "Country": "Albania", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png", "Country": "Somalia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png", "Country": "Maldives", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png", "Country": "Bangladesh", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png", "Country": "Cayman Islands", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png", "Country": "Oman", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png", "Country": "Montenegro", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png", "Country": "Saint Vincent", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png", "Country": "Cyprus", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png", "Country": "Latvia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png", "Country": "Kyrgyzstan", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png", "Country": "Liberia", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png", "Country": "Paraguay", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png", "Country": "Costa Rica", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png", "Country": "Palau", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png", "Country": "Andorra", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png", "Country": "Mauritania", "medal_count": 0, "rank": 87 }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png", "Country": "Afghanistan", "medal_count": 0, "rank": 87 } ] } ]
WITH __stage0 AS ( SELECT group_set, base."Year" as "Year__0", CASE WHEN group_set=1 THEN CONCAT('https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/',regions_0."CC2",'-32.png') END as "flag__1", CASE WHEN group_set=1 THEN regions_0."region" END as "Country__1", CASE WHEN group_set=1 THEN COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) END as "medal_count__1", CASE WHEN group_set=1 THEN RANK() OVER(PARTITION BY group_set, base."Year" ORDER BY CASE WHEN group_set=1 THEN COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) END desc NULLS LAST ) END as "rank__1" FROM (SELECT GEN_RANDOM_UUID() as "__distinct_key", x.* FROM athlete_events.csv as x) as base LEFT JOIN (select * from read_csv_auto('noc_regions.csv', header=true)) AS regions_0 ON regions_0."NOC"=base."NOC" CROSS JOIN (SELECT UNNEST(GENERATE_SERIES(0,1,1)) as group_set ) as group_set WHERE base."Season"='Summer' GROUP BY 1,2,3,4 ) SELECT "Year__0" as "Year", COALESCE(LIST({ "flag": "flag__1", "Country": "Country__1", "medal_count": "medal_count__1", "rank": "rank__1"} ORDER BY "medal_count__1" desc NULLS LAST) FILTER (WHERE group_set=1),[]) as "medal_ranking" FROM __stage0 GROUP BY 1 ORDER BY 1 asc NULLS LAST
Great, we have all of the data that we need for our chart. But it's in the wrong format. Let's fix that by introducing a second stage to the query, where we take the results above and re-aggregate by the nested rank value, with the rest of the data for the ranking nested. Also, within an Olympic year, if two or more countries have the same medal count, they will tie with the same ranking. So we need to nest countries within each year as well in case we have more than 1 value.
source: model is duckdb.table("athlete_events.csv") extend { // ... view: medal_ranking is ... view: medal_ranking_by_year is ... view: bump_chart is medal_ranking_by_year -> { group_by: medal_ranking.rank nest: rankingNest is { group_by: `Year` order_by: `Year` nest: countries is { group_by: medal_ranking.flag } } } }
run: model -> bump_chart
[ { "rank": 1, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] } ] }, { "rank": 2, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] } ] }, { "rank": 3, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] } ] }, { "rank": 4, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] } ] }, { "rank": 5, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] } ] }, { "rank": 6, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] } ] }, { "rank": 7, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] } ] }, { "rank": 8, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] } ] }, { "rank": 9, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] } ] }, { "rank": 10, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] } ] }, { "rank": 11, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] } ] }, { "rank": 12, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] } ] }, { "rank": 13, "rankingNest": [ { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] } ] }, { "rank": 14, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] } ] }, { "rank": 15, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] } ] }, { "rank": 16, "rankingNest": [ { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] } ] }, { "rank": 17, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] } ] }, { "rank": 18, "rankingNest": [ { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] } ] }, { "rank": 19, "rankingNest": [ { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] } ] }, { "rank": 20, "rankingNest": [ { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] } ] }, { "rank": 21, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] } ] }, { "rank": 22, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] } ] }, { "rank": 23, "rankingNest": [ { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] } ] }, { "rank": 24, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] } ] }, { "rank": 25, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] } ] }, { "rank": 26, "rankingNest": [ { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] } ] }, { "rank": 27, "rankingNest": [ { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] } ] }, { "rank": 28, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png" } ] } ] }, { "rank": 29, "rankingNest": [ { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] } ] }, { "rank": 30, "rankingNest": [ { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" } ] } ] }, { "rank": 31, "rankingNest": [ { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] } ] }, { "rank": 32, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] } ] }, { "rank": 33, "rankingNest": [ { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] } ] }, { "rank": 34, "rankingNest": [ { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] } ] }, { "rank": 35, "rankingNest": [ { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] } ] }, { "rank": 36, "rankingNest": [ { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] } ] }, { "rank": 37, "rankingNest": [ { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] } ] }, { "rank": 38, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" } ] } ] }, { "rank": 39, "rankingNest": [ { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] } ] }, { "rank": 40, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] } ] }, { "rank": 41, "rankingNest": [ { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" } ] } ] }, { "rank": 42, "rankingNest": [ { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" } ] } ] }, { "rank": 43, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] } ] }, { "rank": 44, "rankingNest": [ { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] } ] }, { "rank": 45, "rankingNest": [ { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] } ] }, { "rank": 46, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" } ] } ] }, { "rank": 47, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" } ] } ] }, { "rank": 48, "rankingNest": [ { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 50, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] } ] }, { "rank": 51, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] } ] }, { "rank": 52, "rankingNest": [ { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] } ] }, { "rank": 53, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] } ] }, { "rank": 54, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" } ] } ] }, { "rank": 55, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 56, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] } ] }, { "rank": 57, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" } ] } ] }, { "rank": 58, "rankingNest": [ { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] } ] }, { "rank": 61, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] } ] }, { "rank": 62, "rankingNest": [ { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] } ] }, { "rank": 63, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" } ] } ] }, { "rank": 65, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 66, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] } ] }, { "rank": 71, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/XK-32.png" } ] } ] }, { "rank": 72, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] } ] }, { "rank": 74, "rankingNest": [ { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] } ] }, { "rank": 79, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 81, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 85, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 87, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] } ]
WITH __stage0 AS ( SELECT group_set, base."Year" as "Year__0", CASE WHEN group_set=1 THEN CONCAT('https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/',regions_0."CC2",'-32.png') END as "flag__1", CASE WHEN group_set=1 THEN regions_0."region" END as "Country__1", CASE WHEN group_set=1 THEN COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) END as "medal_count__1", CASE WHEN group_set=1 THEN RANK() OVER(PARTITION BY group_set, base."Year" ORDER BY CASE WHEN group_set=1 THEN COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) END desc NULLS LAST ) END as "rank__1" FROM (SELECT GEN_RANDOM_UUID() as "__distinct_key", x.* FROM athlete_events.csv as x) as base LEFT JOIN (select * from read_csv_auto('noc_regions.csv', header=true)) AS regions_0 ON regions_0."NOC"=base."NOC" CROSS JOIN (SELECT UNNEST(GENERATE_SERIES(0,1,1)) as group_set ) as group_set WHERE base."Season"='Summer' GROUP BY 1,2,3,4 ) , __stage1 AS ( SELECT "Year__0" as "Year", COALESCE(LIST({ "flag": "flag__1", "Country": "Country__1", "medal_count": "medal_count__1", "rank": "rank__1"} ORDER BY "medal_count__1" desc NULLS LAST) FILTER (WHERE group_set=1),[]) as "medal_ranking" FROM __stage0 GROUP BY 1 ) , __stage2 AS ( SELECT group_set, medal_ranking_0."rank" as "rank__0", CASE WHEN group_set IN (1,2) THEN base."Year" END as "Year__1", CASE WHEN group_set=2 THEN medal_ranking_0."flag" END as "flag__2" FROM __stage1 as base LEFT JOIN LATERAL (SELECT UNNEST(base."medal_ranking"), 1 as ignoreme) as medal_ranking_0_outer(medal_ranking_0,ignoreme) ON medal_ranking_0_outer.ignoreme=1 CROSS JOIN (SELECT UNNEST(GENERATE_SERIES(0,2,1)) as group_set ) as group_set GROUP BY 1,2,3,4 ) , __stage3 AS ( SELECT CASE WHEN group_set=2 THEN 1 ELSE group_set END as group_set, "rank__0" as "rank__0", CASE WHEN group_set IN (1,2) THEN "Year__1" END as "Year__1", COALESCE(LIST({ "flag": "flag__2"} ORDER BY "flag__2" asc NULLS LAST) FILTER (WHERE group_set=2),[]) as "countries__1" FROM __stage2 GROUP BY 1,2,3 ) SELECT "rank__0" as "rank", COALESCE(LIST({ "Year": "Year__1", "countries": "countries__1"} ORDER BY "Year__1" ASC NULLS LAST) FILTER (WHERE group_set=1),[]) as "rankingNest" FROM __stage3 GROUP BY 1 ORDER BY 1 asc NULLS LAST
Almost there! There are two things off in this data structure. First, we want the Years pivoted. Second, some ranks have ties for certain years, which means more than 1 country is represented in the dataset. It would be best if we could show this as a list within one cell.
These two issues can be resolved using Malloy's pivot
and list
tags.
source: model is duckdb.table("athlete_events.csv") extend { -- ... view: bump_chart is medal_ranking_by_year -> { group_by: medal_ranking.rank # pivot nest: rankingNest is { group_by: `Year` order_by: `Year` # list nest: countries is { group_by: medal_ranking.flag } } } }
run: model -> bump_chart
[ { "rank": 1, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] } ] }, { "rank": 2, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] } ] }, { "rank": 3, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] } ] }, { "rank": 4, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] } ] }, { "rank": 5, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] } ] }, { "rank": 6, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] } ] }, { "rank": 7, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] } ] }, { "rank": 8, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/US-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] } ] }, { "rank": 9, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DE-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] } ] }, { "rank": 10, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] } ] }, { "rank": 11, "rankingNest": [ { "Year": 1896, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] } ] }, { "rank": 12, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] } ] }, { "rank": 13, "rankingNest": [ { "Year": 1904, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] } ] }, { "rank": 14, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] } ] }, { "rank": 15, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IT-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] } ] }, { "rank": 16, "rankingNest": [ { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] } ] }, { "rank": 17, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] } ] }, { "rank": 18, "rankingNest": [ { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FR-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] } ] }, { "rank": 19, "rankingNest": [ { "Year": 1906, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] } ] }, { "rank": 20, "rankingNest": [ { "Year": 1908, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" } ] }, { "Year": 1912, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] } ] }, { "rank": 21, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] } ] }, { "rank": 22, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HU-32.png" } ] } ] }, { "rank": 23, "rankingNest": [ { "Year": 1920, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] } ] }, { "rank": 24, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] } ] }, { "rank": 25, "rankingNest": [ { "Year": 1900, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" } ] }, { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] } ] }, { "rank": 26, "rankingNest": [ { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] } ] }, { "rank": 27, "rankingNest": [ { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" } ] } ] }, { "rank": 28, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png" } ] } ] }, { "rank": 29, "rankingNest": [ { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" } ] }, { "Year": 1932, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" } ] } ] }, { "rank": 30, "rankingNest": [ { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" } ] } ] }, { "rank": 31, "rankingNest": [ { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UA-32.png" } ] } ] }, { "rank": 32, "rankingNest": [ { "Year": 1924, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PL-32.png" } ] } ] }, { "rank": 33, "rankingNest": [ { "Year": 1936, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" } ] }, { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] } ] }, { "rank": 34, "rankingNest": [ { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" } ] }, { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] } ] }, { "rank": 35, "rankingNest": [ { "Year": 1928, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CZ-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] } ] }, { "rank": 36, "rankingNest": [ { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BY-32.png" } ] } ] }, { "rank": 37, "rankingNest": [ { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1980, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" } ] } ] }, { "rank": 38, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" } ] } ] }, { "rank": 39, "rankingNest": [ { "Year": 1948, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1956, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KZ-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] } ] }, { "rank": 40, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] } ] }, { "rank": 41, "rankingNest": [ { "Year": 1976, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" } ] } ] }, { "rank": 42, "rankingNest": [ { "Year": 1964, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" } ] } ] }, { "rank": 43, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" } ] } ] }, { "rank": 44, "rankingNest": [ { "Year": 1952, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] }, { "Year": 1968, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ES-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] } ] }, { "rank": 45, "rankingNest": [ { "Year": 1960, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ET-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SK-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" } ] } ] }, { "rank": 46, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" } ] } ] }, { "rank": 47, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" } ] } ] }, { "rank": 48, "rankingNest": [ { "Year": 1972, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 1984, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 50, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] } ] }, { "rank": 51, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" } ] } ] }, { "rank": 52, "rankingNest": [ { "Year": 1988, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] } ] }, { "rank": 53, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] } ] }, { "rank": 54, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UZ-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" } ] } ] }, { "rank": 55, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 56, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TH-32.png" } ] } ] }, { "rank": 57, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" } ] } ] }, { "rank": 58, "rankingNest": [ { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] } ] }, { "rank": 61, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MX-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] }, { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ID-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TW-32.png" } ] } ] }, { "rank": 62, "rankingNest": [ { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] } ] }, { "rank": 63, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" } ] } ] }, { "rank": 65, "rankingNest": [ { "Year": 1992, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 66, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" } ] }, { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" } ] } ] }, { "rank": 71, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZA-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/XK-32.png" } ] } ] }, { "rank": 72, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" } ] } ] }, { "rank": 74, "rankingNest": [ { "Year": 2004, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] } ] }, { "rank": 79, "rankingNest": [ { "Year": 1996, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 81, "rankingNest": [ { "Year": 2000, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 85, "rankingNest": [ { "Year": 2012, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] }, { "rank": 87, "rankingNest": [ { "Year": 2008, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/JO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/QA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" } ] }, { "Year": 2016, "countries": [ { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/AW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/BZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CF-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/CY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DJ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/DM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/EC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ER-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/FM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/GY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/HT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IQ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/IS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/KY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/LY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ME-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MH-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ML-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MT-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/MZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NP-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/NR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/OM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PK-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/PY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/RW-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SA-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SB-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SN-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SR-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ST-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/SZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TD-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TL-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TO-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TV-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/TZ-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/UY-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VC-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VG-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VI-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/VU-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/WS-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/YE-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZM-32.png" }, { "flag": "https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/ZW-32.png" } ] } ] } ]
WITH __stage0 AS ( SELECT group_set, base."Year" as "Year__0", CASE WHEN group_set=1 THEN CONCAT('https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/',regions_0."CC2",'-32.png') END as "flag__1", CASE WHEN group_set=1 THEN regions_0."region" END as "Country__1", CASE WHEN group_set=1 THEN COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) END as "medal_count__1", CASE WHEN group_set=1 THEN RANK() OVER(PARTITION BY group_set, base."Year" ORDER BY CASE WHEN group_set=1 THEN COUNT(DISTINCT CASE WHEN COALESCE(base."Medal"!='NA',true) THEN base."__distinct_key" END) END desc NULLS LAST ) END as "rank__1" FROM (SELECT GEN_RANDOM_UUID() as "__distinct_key", x.* FROM athlete_events.csv as x) as base LEFT JOIN (select * from read_csv_auto('noc_regions.csv', header=true)) AS regions_0 ON regions_0."NOC"=base."NOC" CROSS JOIN (SELECT UNNEST(GENERATE_SERIES(0,1,1)) as group_set ) as group_set WHERE base."Season"='Summer' GROUP BY 1,2,3,4 ) , __stage1 AS ( SELECT "Year__0" as "Year", COALESCE(LIST({ "flag": "flag__1", "Country": "Country__1", "medal_count": "medal_count__1", "rank": "rank__1"} ORDER BY "medal_count__1" desc NULLS LAST) FILTER (WHERE group_set=1),[]) as "medal_ranking" FROM __stage0 GROUP BY 1 ) , __stage2 AS ( SELECT group_set, medal_ranking_0."rank" as "rank__0", CASE WHEN group_set IN (1,2) THEN base."Year" END as "Year__1", CASE WHEN group_set=2 THEN medal_ranking_0."flag" END as "flag__2" FROM __stage1 as base LEFT JOIN LATERAL (SELECT UNNEST(base."medal_ranking"), 1 as ignoreme) as medal_ranking_0_outer(medal_ranking_0,ignoreme) ON medal_ranking_0_outer.ignoreme=1 CROSS JOIN (SELECT UNNEST(GENERATE_SERIES(0,2,1)) as group_set ) as group_set GROUP BY 1,2,3,4 ) , __stage3 AS ( SELECT CASE WHEN group_set=2 THEN 1 ELSE group_set END as group_set, "rank__0" as "rank__0", CASE WHEN group_set IN (1,2) THEN "Year__1" END as "Year__1", COALESCE(LIST({ "flag": "flag__2"} ORDER BY "flag__2" asc NULLS LAST) FILTER (WHERE group_set=2),[]) as "countries__1" FROM __stage2 GROUP BY 1,2,3 ) SELECT "rank__0" as "rank", COALESCE(LIST({ "Year": "Year__1", "countries": "countries__1"} ORDER BY "Year__1" ASC NULLS LAST) FILTER (WHERE group_set=1),[]) as "rankingNest" FROM __stage3 GROUP BY 1 ORDER BY 1 asc NULLS LAST
And there you have it. A pseudo bump chart with the Malloy renderer.
Here is what our final model looks like, end to end:
source: regions is duckdb.sql("select * from read_csv_auto('noc_regions.csv', header=true)"); -- Model based on table of athlete events data source: model is duckdb.table("athlete_events.csv") extend { -- Join the mapping table on NOC columns join_many: regions on regions.NOC = NOC dimension: -- Create a dimension containing image urls for flags # image { height=16px width=32px } flag is concat('https://raw.githubusercontent.com/cristiroma/countries/master/data/flags/PNG-32/', regions.CC2, '-32.png') -- Simple country name Country is regions.region measure: -- Create a measure which counts medals won medal_count is count() { where: Medal != 'NA' } view: medal_ranking is { group_by: flag, Country aggregate: medal_count calculate: rank is rank() } view: medal_ranking_by_year is { group_by: `Year` nest: medal_ranking where: Season = 'Summer' } view: bump_chart is medal_ranking_by_year -> { group_by: medal_ranking.rank # pivot nest: rankingNest is { group_by: `Year` order_by: `Year` # list nest: countries is { group_by: medal_ranking.flag } } } }