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()
);