Download
Here you can download the databases used by taginfo. All the data is stored in Sqlite databases. The database files are then packed with bzip2.
If you don't want to download these databases, but need automated access to the data, you can also use the API.
Download
| File | Packed* | Unpacked* | Description |
|---|---|---|---|
| taginfo-master.db.bz2 | 5 MB | 19 MB | Aggregate statistics and miscellaneous data needed for the taginfo user interface. |
| taginfo-history.db.bz2 | 3 MB | 18 MB | Aggregate statistics over time. |
| taginfo-db.db.bz2 | 2427 MB | 39409 MB | Statistics about each key and each tag from OSM data. |
| taginfo-wiki.db.bz2 | 23 MB | 122 MB | Data from the tag and key pages of the OSM wiki. |
| taginfo-languages.db.bz2 | 719 kB | 2 MB | Language names, codes, etc. from IANA and Unicode registries. |
| taginfo-projects.db.bz2 | 16 MB | 276 MB | External projects and the OSM keys/tags they use. |
| taginfo-chronology.db.bz2 | 260 MB | 1470 MB | Number of keys/tags over time from OSM history data. |
| taginfo-sw.db.bz2 | 16 kB | 72 kB | Configurations from various OSM programs (such as editors). |
* Some indexes are not in the databases available for download here. The 'Packed' size is the size without those indexes, the 'Unpacked' size includes the indexes you probably want to build after downloading.