Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.25 KB

countries_nationalities_en_ar

The following JSON contains the list of countries , that also includes the country codes , nationalities etc , all of the data contains the data in both English and Arabic. This JSON was created by merging 3 JSONs , so the data may be inaccurate. also for 81 countries the nationality in Arabic was not found , so we assigned the arabic name of the country to the nationality as well.

NOTE : We have only used the names , nationalities as of now, and are not 100% sure on the accuracy of the data. Feel free to suggest any updates to the JSON.

the first file countryData.json This JSON was updated and used for mainly displaying the country names in arabic and english.

the second file https://github.com/Dinuks/country-nationality-list/blob/master/countries.json This JSON contains the list of countries along with their nationalities in english only , we used the 'code' variable in the first file and the alpha_3 variables to merge the two files

the third file https://gist.github.com/othmanoss/27dbe797a05546baf36cf6899eb621c6 this file has the arabic nationalities with english as key , we used it for the merge with the merge of the above 2 files.

raw_data.zip The files above 3 files that we used to gerenate the final JSON.