Skip to content

SamadiPour/IranVehicleNumberPlates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

🚗 IranNumberPlate

This a full list of Iran vehicle number plates gathered from many different sources with great help of Reza Rasoulzadeh.

😵 Usage

Each province in Iran has multiple unique, two-digit codes that are included at the right end of the license plates in a distinguished square outline.

The order of letter in the plates follows the alphabetical order of the Persian alphabet, and excludes letters reserved for special license plates. The order is as follows:

  • ب
  • ج
  • د
  • س
  • ص
  • ط
  • ق
  • ل
  • م
  • ن
  • و
  • ه
  • ی

In order to reduce file size, we decided to merge all letters if all of them are for same county. you can see merged example here:

    {
        "number": 10,
        "state": "تهران",
        "characterCounty": [
            {
                "char": "همه",
                "county": "تهران"
            }
        ]
    }

and normal one here:

    {
        "number": 89,
        "state": "قزوین",
        "characterCounty": [
            {
                "char": "ب",
                "county": "تاکستان"
            },
            {
                "char": "ج",
                "county": "بوئین زهرا، آوج"
            },
            {
                "char": "د",
                "county": "آبیک"
            },
            {
                "char": "س",
                "county": "تاکستان"
            }
        ]
    }

Some of characters have multiple cities which you can split the value with '،' to have all cities seperated.

😮 Tricks

Minify

to reduce json file size you can use JSON Minify

About

JSON file of Iran vehicle registration plates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published