data_location is a dataset of Chinese administrative divisions that provides hierarchical region codes and names following the GB/T 2260 standard.
The tool solves the problem of obtaining accurate, structured data for China's administrative hierarchy spanning provinces, cities, districts, and townships. It organizes this information in a format that supports multi-level cascading selection, allowing developers to build region pickers and address forms that reflect China's actual administrative structure. The data is provided in JSON format, making it straightforward to integrate into web applications and other systems.
Developers building applications that require Chinese address selection, regional filtering, or administrative boundary data should consider this dataset. It suits projects serving Chinese users where accurate administrative divisions matter, such as e-commerce platforms, logistics systems, logistics tracking, or location-based services. The project provides the raw data needed to implement cascading dropdowns or similar UI patterns where selecting a province automatically filters available cities, and selecting a city filters available districts.
The project maintains a stable dataset with infrequent updates, reflecting the relatively static nature of administrative boundaries. The codebase is minimal and focused, consisting primarily of the data files themselves rather than complex logic or algorithms. Documentation is provided in Chinese, targeting developers familiar with that language. The project includes a live demonstration website showing how the data can be used in practice.