Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for an API or Web Service which I can retrieve a country flag image or even a XML response with the image adress. So I'll can do something like this:

<img src="http://flagsapi.org/?id=FR" title="France">

I've tried to google it in so many ways, but it seems too ambiguous for easily find.

share|improve this question

3 Answers

up vote 20 down vote accepted

A couple of services that may interest you:

share|improve this answer

If its icons you want, I would download and use http://www.famfamfam.com/lab/icons/flags/

share|improve this answer
1  
Nice flags, a bit small though – andrebruton Dec 22 '12 at 9:05

This is a really nice way to implement something like this only by using a PNG spritesheet and CSS defined rules.

Country flags in single CSS sprite - http://flag-sprites.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.