# Flags of the world

**URL:** https://community.glideapps.com/t/flags-of-the-world/44118
**Category:** Ask for Help
**Created:** [July 8, 2022, 12:18pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118 "2022-07-08T12:18:08Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![samwagner](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@samwagner](https://community.glideapps.com/u/samwagner)
#### Post date: [July 8, 2022, 12:18pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/1 "2022-07-08T12:18:08Z")

</div>

Hi Everybody.

I’m looking for a sheet containing all countries of the world together with their flags to be used in Glide.

I am willing to create such sheet and share it with the Glide community.

However, before I take the effort, I’d like to ask if anyone already has a flag sheet.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 8, 2022, 12:25pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/2 "2022-07-08T12:25:12Z")

</div>

Maybe this?

> **[Download all country flags of the world for free](https://flagpedia.net/download)**
>
> Country flags of the world available to free download in a single package or for embed via our free CDN service.

---

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [July 8, 2022, 1:22pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/3 "2022-07-08T13:22:19Z")

</div>

Hola!

@Jaime time ago shared this but I think it needs to be updated [Free Template w/ full details of every UN country](https://community.glideapps.com/t/free-template-w-full-details-of-every-un-country/11467)

Maybe he can fix this soon and reuse his great tool.

---

<div class="post-metadata">

### Author: ![samwagner](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@samwagner](https://community.glideapps.com/u/samwagner)
#### Post date: [July 8, 2022, 2:49pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/4 "2022-07-08T14:49:35Z")

</div>

Great source, @Darren_Murphy!

I can surely work on that to create the sheet.

---

<div class="post-metadata">

### Author: ![samwagner](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@samwagner](https://community.glideapps.com/u/samwagner)
#### Post date: [July 8, 2022, 2:55pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/5 "2022-07-08T14:55:20Z")

</div>

Great approach, @gvalero !

I’ve messaged Jamie and asked him to share his sheet.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 8, 2022, 2:58pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/6 "2022-07-08T14:58:11Z")

</div>

Instead of downloading the images, you could just use their [API](https://flagpedia.net/download/api).

All you need is the country code, and plug that into a template:

 ![Screen Shot 2022-07-08 at 10.55.52 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/1/014d59c24e8d2df1a2347515335f49775a41d25d.png)

 ![Screen Shot 2022-07-08 at 10.55.37 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/2/e2fdb18e5cb8c1b2ea1dda87d1f5ab351d59e4eb.png)

---

<div class="post-metadata">

### Author: ![samwagner](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@samwagner](https://community.glideapps.com/u/samwagner)
#### Post date: [July 8, 2022, 3:19pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/7 "2022-07-08T15:19:49Z")

</div>

Yeah,man!

Glide is truly magic.

---

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [July 8, 2022, 5:46pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/8 "2022-07-08T17:46:24Z")

</div>

Darren, I wonder: every API call will be considered as a write/edit to my GT?

😢

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 8, 2022, 6:23pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/9 "2022-07-08T18:23:44Z")

</div>

No, I don’t believe so. The template column just gives you a static URL which can then be used in a screen component. When a user views the screen an API call would be made, but that just returns an image which is rendered on the screen. Nothing from the API response would be written back to the Glide table, so there is no table update.

I’d also imagine that browsers would cache the images, so that would reduce the number of calls (but not that that would matter anyway).

---

<div class="post-metadata">

### Author: ![Jaime](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jaime/32/72726_2.png) [@Jaime](https://community.glideapps.com/u/Jaime)
#### Post date: [July 9, 2022, 12:13am UTC](https://community.glideapps.com/t/flags-of-the-world/44118/10 "2022-07-09T00:13:06Z")

</div>

Here you go 🙂 [https://197countries.glideapp.io/](https://197countries.glideapp.io/)

---

<div class="post-metadata">

### Author: ![Dilon\_Perera](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilon_perera/32/85652_2.png) [@Dilon\_Perera](https://community.glideapps.com/u/Dilon_Perera)
#### Post date: [July 11, 2022, 9:02am UTC](https://community.glideapps.com/t/flags-of-the-world/44118/11 "2022-07-11T09:02:55Z")

</div>

Hi Sam and Everyone,

I’m late here 🙂 ( due to country problems )

On June like last week I started creating a app like this for my brother because he like Geography subject and I’m trying to help him 🙌 But still not finished and he don’t know that I’m building a app like this for him 🤭 ( surprise 🥳 )

The first thing I thought to do is this that need to download images of countries! But luckily I don’t wanted to do that because my dad already downloaded all countries images for a project of my sister when she was in grade 6 😂 🕶

See images :

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/b/cbbeae1c8be5603743cf46d5536a86ef0b684fc5.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/b/bb6c897ee82ca9952eabd928bcee6d5c990ca631.jpeg)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/e/ae45957eef8aef3eec17e2c3aee11f510c06c5c1.jpeg)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/7/7750370d2fc1a94baa3fb715a16424e36c46866b.png)

Then what I did was created a table in Glide and added the countries and uploaded the images. ( went only 4 hours for this 🫡 ) And now I can add other information slowly for each country!

I also exported this to my computer so if my Glide table deleted by mistake I can import that! I have imported this to a new spreadsheet too and you can access it [here](https://docs.google.com/spreadsheets/d/1BlU9PZqr1N0_6YohF7uJYkveZTPGoGBtOijSrBwwM_c/edit?usp=sharing) and then you can also download this as a CSV ( File table \> Download section \> Comma-separated values ( csv ) ) and import it or connect that sheet with Glide!

Just to show the current setup! : [Countries.mp4 - Google Drive](https://drive.google.com/file/d/1-x2he5wIEwjc-SKOTM1eTn3g0x6VYFXS/view?usp=sharing)

( I started first a app and then I built the Page too! )

Yeah you can go with the API method like Darren mentioned but I thought that let’s do this in hard way 🤓

Hope this helps!

Thank you!

Have a great day!

---

<div class="post-metadata">

### Author: ![samwagner](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@samwagner](https://community.glideapps.com/u/samwagner)
#### Post date: [July 19, 2022, 10:52am UTC](https://community.glideapps.com/t/flags-of-the-world/44118/12 "2022-07-19T10:52:17Z")

</div>

Awesome, @Dilon_Perera!

Thank you so much for sharing your work.

And also, go and hug your dad for doing intergenerational hero deeds.

**Stay hungry. Stay foolish. Never give up.**

---

<div class="post-metadata">

### Author: ![samwagner](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@samwagner](https://community.glideapps.com/u/samwagner)
#### Post date: [July 21, 2022, 2:33pm UTC](https://community.glideapps.com/t/flags-of-the-world/44118/13 "2022-07-21T14:33:15Z")

</div>

So here’s how I did it.

Everybody take advantage, if it is helpful for you.

> [@Free Template w/ full details of every UN country](https://community.glideapps.com/t/free-template-w-full-details-of-every-un-country/11467/26):
>
> So here’s what I actually wanted to achieve. Was just too dumb to explain slight_smile It’s an alphabetical list of countries together with their flags in one field. The flags are emojis so that you might use them in any text field. Take advantage if it is helpful for you by making a copy of that list. As you know, countries come and go. So make sure to update your list whenever they rearrange the world again. slight_smile
