Skip to content

Instantly share code, notes, and snippets.

@fireswitch-git
fireswitch-git / A list of country codes TLDS.md
Created January 21, 2026 09:42 — forked from derlin/A list of country codes TLDS.md
List of Country Code TLDs in CSV and JSON

This list has been extracted from https://www.worldstandards.eu/other/tlds/.

For JSON format, copy-paste the following in the developer console (Chrome):

results=[]; jQuery('table tr').each(function(){
  tds = jQuery.map(
    jQuery(this).find('td'), 
    (elt) => jQuery(elt).text()
 );