Skip to content

Releases: othmanus/algeria-cities

v3.0.0

05 Apr 17:37
Compare
Choose a tag to compare

Release Notes

This release is breaking backwards compatibility.

In this release:

  1. Add 10 missing cities in Wilaya 32 - El Bayadh (see issue #16)
  2. Add 10 new Wilayas according to https://www.aps.dz/regions/118329-les-10-nouvelles-wilayas-un-renfort-pour-le-developpement-socioeconomique
  3. Add 3940 Post Codes according to the official source https://www.poste.dz

Documentation

This repository contains the list of all the administrative provinces and cities in Algeria.

The data is up-to-date according to the official source of the Algerian Interior Ministry, including the 10 new Wilayas.

Languages

The list is available in:

  • Arabic language
  • ASCII, French language
  • Both

Data

There are:

  • 58 Wilayas (Provinces)
  • 546 Dairas (Administrations)
  • 1541 Communes (City, Municipality)
  • 3940 Post Codes

Format

The list is available in different formats:

  • CSV
  • JSON
  • SQL
  • PHP
  • XLSX aka. Microsoft Excel
  • Dart

Each format contains 3 versions of the data: in ASCII characters, in Arabic characters, and in both.

Each folder is structured as the following

%format%/%file_name%       -- contains data in both Arabic and ASCII characters
%format%/ar/%file_name%    -- contains data only in Arabic characters
%format%/ascii/%file_name% -- contains data only in ASCII (French) characters

Contribution

To contribute with a specific format to the repository, please open a pull request.

Desired formats:

  • Java array
  • Swift array

Desired data:

  • Latitude and Longitude of each city

v2.1.0

27 Nov 14:29
84bcf0a
Compare
Choose a tag to compare
  • Support Flutter and Dart
  • Updated documentation

v2.0.0

26 Sep 22:06
Compare
Choose a tag to compare

Release Notes

This version contains the list of all the administrative provinces and cities in Algeria.

The data is up-to-date according to the official source of the Algerian state.

Languages

The list is available in two languages:

  • Arabic
  • French

Data

Each file contains the following data:

  • Wilaya
    • code: is the wilaya ID, between 1 and 48
    • name: in latin characters in French language
    • name_ar: in Arabic characters in Arabic language
  • Daira
    • code: is the official administrative code for the daira, prefixed by the wilaya's code
    • name: in latin characters in French language
    • name_ar: in Arabic characters in Arabic language
  • Commune
    • code: is the official administrative code for the city. IMPORTANT: this is NOT the postal code.
    • name: in latin characters in French language
    • name_ar: in Arabic characters in Arabic language

Format

The list is available in different formats:

  • CSV comma separated
  • JSON
  • MySQL schema
  • PHP
  • XML
  • XLSX aka. Microsoft Excel

v1.0.0

26 Sep 22:01
fc746b2
Compare
Choose a tag to compare

Initial version of all the cities (with their provinces) of Algeria based on an unofficial database.

It contains different formats such as JSON, XLSX, SQL, etc.