πŸš€ TG4G
Directory β€Ί Dev Tools β€Ί Geocoding Api β€Ί nominatim.org
πŸ”§ Dev Tools Geocoding Api πŸ“ HQ: Global
nominatim.org logo

nominatim.org

Overall Rating
β˜…β˜…β˜…β˜…β˜† 8.0/10
China Access
β˜…β˜…β˜† Basically usable
Data source
ai_crawl Β· Last updated 2026-06-06

⚑ Score breakdown

5-dim weighted Β· /10
Performance25% 8.0
Value20% 8.0
China access20% 8.0
Reputation20% 6.4
Support15% 7.5

Dimension scores are derived from public data and fields; weighted into the composite. Reference only.

Editorial Highlights

Based on OpenStreetMap data; free and open source

In-Depth Review TG4G Review Β·2026-05-31 Β· For reference only

One-line Overview

nominatim.org is a project that provides a free geocoding service based on open geographic data from OpenStreetMap (OSM), maintained by the global OSM community. It allows developers to convert address text into latitude and longitude coordinates (forward geocoding), or convert coordinates back into addresses (reverse geocoding). The main reasons users choose it are that it is completely free, has no API call quota, and uses transparent data sources, making it a preferred option for budget-sensitive developers or those with data sovereignty requirements.

Business Details

nominatim.org is not a commercial company, but an open-source project under the OpenStreetMap Foundation. Its core service is a geocoding API, with underlying data sourced entirely from OSM map data contributed by volunteers around the world. The project started around 2010 as part of the OSM ecosystem, aiming to provide developers with reliable geocoding capabilities while avoiding the high costs and closed data models of commercial APIs. In terms of industry position, it is a benchmark in the open-source geocoding space and is widely used in research, nonprofit organizations, small development projects, and offline deployment scenarios such as internal enterprise GIS systems. Its users include independent developers, university research teams, open-source community projects, and some small and medium-sized businesses with strong data privacy requirements. Since the project itself does not provide commercial support, users generally rely on community documentation, GitHub discussions, or self-hosted deployments.

Who It’s For

nominatim.org is best suited to the following user groups: individual developers, especially those who need to quickly test geocoding features or build prototype applications; small teams with limited budgets that need a stable basic geocoding service and do not mind managing their own servers; research and educational institutions using it for academic research, classroom teaching, or non-commercial data visualization projects; and organizations with strict data privacy requirements, since OSM data is open source and users can deploy private services to avoid data leakage. It is not suitable for scenarios such as high-concurrency, low-latency commercial applications like real-time ride-hailing dispatch; enterprises that need highly accurate global address matching, such as postal delivery; or teams without operations capabilities that are unwilling to spend time configuring servers.

Key Features and Highlights

  • Completely free with no quota limit: The official public instance (nominatim.openstreetmap.org) does not impose a hard cap on API calls, only a per-request rate limit, usually 1 request per second, making it suitable for low-frequency use.
  • Based on OpenStreetMap data: Offers global data coverage, with particularly good address parsing accuracy in Europe and North America; data is updated regularly thanks to frequent community contributions.
  • Supports forward and reverse geocoding: Converts address strings into latitude and longitude, and can also convert coordinate points into structured addresses, including fields such as street, city, and country.
  • Open source and self-hostable: The code is fully available on GitHub, and users can download the full database and build private services, making it suitable for intranet environments or customized needs.
  • RESTful API interface: Uses standard HTTP GET requests and returns JSON or XML, making integration simple and compatible with many programming languages.
  • No ads or data tracking: Compared with commercial APIs, it does not collect user data or show ads, aligning with a privacy-first philosophy.

Pricing Analysis

The official public instance of nominatim.org is completely free, with no registration or subscription required, so the monthly fee is USD 0. This places it in the extremely low-cost tier among similar products, as commercial geocoding APIs such as Google Maps Geocoding and Bing Maps usually charge by request volume, typically around USD 0.5 to USD 5 per thousand calls. Its value for money is excellent if you can accept its performance limitations, such as 1 request per second and occasional service instability. However, hidden costs should be considered: if you self-host it, you need to purchase a server, at least 4 CPU cores and 16GB+ RAM, as well as storage space, since global OSM data requires around 60GB or more, plus ongoing operations time. There are no official paid plans or refund guarantees, as the service is a donation-supported public-interest project. For low-frequency use, directly calling the official API is the cheapest option.

How Chinese Users Can Use It

Network accessibility: nominatim.openstreetmap.org may be slow or intermittently unreachable from some networks in mainland China, because OSM servers are mainly located in Europe. In actual testing, mobile broadband or China Telecom connections sometimes require multiple retries before receiving a response. Payment methods: The official API requires no payment, so there is no payment barrier. If self-hosting is needed, users only need to buy an overseas cloud server such as AWS or Vultr; they can also use Alipay or WeChat Pay to buy overseas nodes from Chinese cloud providers such as Alibaba Cloud or Tencent Cloud, although downloading OSM data may still be affected by domestic network conditions. Whether a VPN/proxy is needed: Chinese users are advised to access the official API through a proxy or VPN for better stability. A self-hosted setup does not require a VPN, but the server must be able to access OSM data sources normally. Domestic alternatives: Amap, Baidu Maps, and Tencent Maps all provide free quotas, such as 1,000–5,000 calls per day, but their data is mainly limited to China and requires API Key registration. Open-source alternatives include β€œNominatim China mirrors” maintained by some communities, but they are generally less stable than the official service. Overall, nominatim is better used as a supplementary option rather than the primary choice for high-frequency domestic use cases in China.

Pros and Cons

Pros:

  • βœ… Zero cost: No payment required and no total call quota, suitable for projects with tight budgets.
  • βœ… Open and transparent data: All data comes from the OSM community, with no commercial black box and auditable sources.
  • βœ… Privacy-friendly: Does not actively collect user IPs or request data, making it suitable for data-sensitive scenarios.
  • βœ… Self-hostable: Gives you full control over the service, supports offline use, and avoids reliance on third parties.

Cons:

  • ❌ Unstable performance: The official instance has no SLA guarantee and may time out or return 502 errors during peak periods.
  • ❌ Difficult access from China: High network latency may require extra proxy configuration or a self-hosted service.
  • ❌ Limited address accuracy: Address parsing quality in regions such as Asia and Africa is lower than Google or Amap, especially due to limited POI data.
  • ❌ No technical support: Issues must be resolved through community documentation or self-troubleshooting, with no commercial customer service.
  • ❌ Per-request rate limit: Only 1 request per second, which cannot meet high-concurrency needs.

Comparison with Similar Products

  • Google Maps Geocoding API: A commercial product with the best global accuracy and POI coverage, but costs around USD 5 per thousand calls and has daily quota limits. Suitable for companies with high accuracy requirements and sufficient budget.
  • Geocodio: Focuses on the United States and Canada and provides batch geocoding services. Pricing is moderate, with 1,000 free requests per month and pay-as-you-go billing afterward. Suitable for businesses operating in North America.
  • Mapbox Geocoding: Based on open data but with commercial support. It offers a free quota of 100,000 requests per month and performs better than Nominatim, but requires registration and paid usage beyond the free tier. Suitable for teams that need API stability but have limited budgets.
  • Amap/Baidu Maps Geocoding: The preferred domestic options in China, with detailed China coverage and generous free quotas of several thousand requests per day. However, they are mainly intended for domestic use and require compliance with data regulations.

Final Recommendation

Best fit: Personal learning, prototype development, nonprofit projects, scenarios that need global data with a zero budget, or teams that need to build a private geocoding service such as an internal GIS system. Not suitable for: Commercial applications requiring high availability and low latency, such as e-commerce logistics or real-time navigation; projects mainly serving Chinese users with high address accuracy requirements, where Amap or Baidu is recommended instead; and small teams without operations capabilities, as service instability may disrupt development. Recommendation: Use the official API directly for testing without registration. If performance does not meet your needs, then consider self-hosting or migrating to a commercial service. For users in China, test network connectivity first; if failures are frequent, try deploying the Docker version of Nominatim yourself and pairing it with a domestic CDN for acceleration. Overall, it is an excellent tool in the open-source ecosystem, but it should be selected carefully based on your technical capabilities and use case.

⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on nominatim.org official site.

About this entry

nominatim.org is an Global Dev Tools (Geocoding Api) provider. TG4G tracks its product information, an overall rating of 8.0/10, and a China-accessibility score of Workable. Click "Visit Official Site" to reach nominatim.org directly.

Get Started

Price not disclosed
Visit nominatim.org official site β†’
External link Β· prices subject to vendor site

Similar Providers (Top 5)

  • geocodify.com
    Geocoding Api Β· United States Β· Rated 7.0 Β· CN β˜…β˜…
View all Dev Tools β†’

Frequently Asked Questions

What is nominatim.org?
nominatim.org is a Global-based Dev Tools (Geocoding Api) provider. Based on OpenStreetMap data; free and open source.
Is nominatim.org usable in China?
nominatim.org is basically usable in mainland China, though latency may vary by ISP and time of day; have a backup proxy ready. The provider is headquartered in Global and primarily serves overseas markets.
How do I sign up for nominatim.org?
Visit the nominatim.org official site to complete sign-up. Registration typically requires an email (Gmail/Outlook recommended) and a payment method. Most overseas services accept credit card / PayPal / crypto. See the "Visit Official Site" button on this page for the direct link.

Browse Other Categories

View the full directory β†’