An open API service indexing awesome lists of open source software.

https://github.com/moameneltouny/world-data

World Data is a comprehensive reference dataset containing information about countries, currencies, languages, and administrative divisions, translated into around 10 languages.
https://github.com/moameneltouny/world-data

cities countries csv currencies json languages php states subdivisions world world-data world-database world-dataset-library world-db world-info worlddb yaml

Last synced: 7 months ago
JSON representation

World Data is a comprehensive reference dataset containing information about countries, currencies, languages, and administrative divisions, translated into around 10 languages.

Awesome Lists containing this project

README

          

# 🌍 World Data

**World Data** is a comprehensive reference dataset containing information about **countries, currencies, languages, and administrative divisions**, translated into around 10 languages.

This package is ideal as a reference for any project that requires global data.

---

## 📦 Contents

- **Currencies:** Information about all world currencies, including code, symbol, fraction size, and more.
- **Languages:** List of supported languages with codes and names in multiple languages.
- **Countries:** Country information including name, code, capital, official currency, official languages, population, and area.
- **Administrative Divisions:** Provinces, states, cities, and other subdivisions for each country.

---

## 🌐 Translations

The dataset is translated into approximately **10 languages**, making it suitable for multilingual projects.

- Arabic (ar)
- Chinese (zh)
- English (en)
- French (fr)
- German (de)
- Hindi (hi)
- Japanese (ja)
- Portuguese (pt)
- Russian (ru)
- Spanish (es)

---

## 🗂️ Usage

The data can be used directly as **JSON/CSV/YAML/PHP reference files** in your projects:

```text
- world-data/
- currencies/
- json/
locales/
- en.json
...
- currencies.json
- csv/
- yaml/
- php/
- languages/
- json/
- csv/
- yaml/
- php/