<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>OpenSource Overture Maps API Blog</title>
        <link>https://overturemapsapi.com/blog</link>
        <description>OpenSource Overture Maps API Blog</description>
        <lastBuildDate>Wed, 20 Aug 2025 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Enriched Place Data]]></title>
            <link>https://overturemapsapi.com/blog/enriched-place-data</link>
            <guid>https://overturemapsapi.com/blog/enriched-place-data</guid>
            <pubDate>Wed, 20 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[When we first launched Overture Maps API, our goal was simple: make the power of the Overture Maps Foundation datasets easily accessible to developers through a modern API. The project started as an open-source codebase that anyone could deploy to Cloud Run with a free GCP account and some starter credits. That approach has been a success — developers around the world are now using the API to power location-based apps, retail search, analytics, and more.]]></description>
            <content:encoded><![CDATA[<p>When we first launched <a href="https://www.overturemapsapi.com/" target="_blank" rel="noopener noreferrer" class="">Overture Maps API</a>, our goal was simple: make the power of the <a href="https://overturemaps.org/" target="_blank" rel="noopener noreferrer" class="">Overture Maps Foundation</a> datasets easily accessible to developers through a modern API. The project started as an open-source codebase that anyone could deploy to Cloud Run with a free GCP account and some starter credits. That approach has been a success — developers around the world are now using the API to power location-based apps, retail search, analytics, and more.</p>
<p>But for many customers, the question quickly became: <em>what comes next?</em></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-enriched-data">Why Enriched Data?<a href="https://overturemapsapi.com/blog/enriched-place-data#why-enriched-data" class="hash-link" aria-label="Direct link to Why Enriched Data?" title="Direct link to Why Enriched Data?" translate="no">​</a></h2>
<p>The Overture dataset is already a huge leap forward compared to raw OpenStreetMap. Backed by contributors like Meta, Microsoft, and others, it brings consistent schema, deduplication, and global coverage. Still, we saw that real-world use cases often need <strong>more context</strong> than what’s available out of the box.</p>
<p>Think about:</p>
<ul>
<li class="">Retail chains wanting <strong>brand metadata</strong> (e.g. “Starbucks” vs just a coffee shop).</li>
<li class="">Analytics teams wanting to <strong>filter by categories</strong> more precisely.</li>
<li class="">Businesses needing <strong>country-specific datasets</strong> layered on top of Overture for compliance, reporting, or localized detail.</li>
</ul>
<p>That’s why we’re introducing <strong>Enriched Data</strong>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-enriched-data-works">How Enriched Data Works<a href="https://overturemapsapi.com/blog/enriched-place-data#how-enriched-data-works" class="hash-link" aria-label="Direct link to How Enriched Data Works" title="Direct link to How Enriched Data Works" translate="no">​</a></h2>
<p>Enriched Data builds on the core Overture Places schema by joining in additional datasets hosted inside our own infrastructure. These include proprietary or curated datasets that we’ve licensed or created, which can be matched directly to Overture’s stable <code>id</code> field for Places/POIs.</p>
<p>For example:</p>
<ul>
<li class="">Add <strong>brand attributes</strong> so you can query for every “Woolworths” in Australia or every “Whole Foods” in the US.</li>
<li class="">Join in <strong>government inspection datasets</strong> or local licensing records (where available).</li>
<li class="">Blend <strong>open-source projects like AllThePlaces</strong> with Overture to fill in coverage gaps and keep places fresh.</li>
</ul>
<p>From a developer’s perspective, you don’t need to change how you use the API. You can query enriched endpoints just like you query the base dataset — and you’ll get back richer metadata.</p>
<p>👉 Check out the <a href="https://www.overturemapsapi.com/docs/enriched-data" target="_blank" rel="noopener noreferrer" class="">Enriched Data documentation</a> for full details on schemas, fields, and availability.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="open-source--hosted-service">Open Source + Hosted Service<a href="https://overturemapsapi.com/blog/enriched-place-data#open-source--hosted-service" class="hash-link" aria-label="Direct link to Open Source + Hosted Service" title="Direct link to Open Source + Hosted Service" translate="no">​</a></h2>
<p>We’ve kept to our original promise: Overture Maps API remains open source. Anyone can deploy it themselves to GCP using BigQuery as the backend, and take advantage of the free tier credits to get started.</p>
<p>But if you want the <strong>Enriched Data</strong> experience, that’s available only on our hosted service. This hybrid approach gives developers maximum flexibility:</p>
<ul>
<li class=""><strong>Self-host for free</strong> if you just need the base Overture data.</li>
<li class=""><strong>Use our hosted API</strong> if you want low-latency access to global coverage, plus enriched datasets you can’t get elsewhere.</li>
</ul>
<p>It’s the same API, same endpoints, just more powerful when you need it.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-next">What’s Next<a href="https://overturemapsapi.com/blog/enriched-place-data#whats-next" class="hash-link" aria-label="Direct link to What’s Next" title="Direct link to What’s Next" translate="no">​</a></h2>
<p>Enriched Data is just the start. We’re already working on:</p>
<ul>
<li class=""><strong>Advanced tags</strong> for more precise categorization and filtering</li>
<li class=""><strong>Translations &amp; localization</strong> for place names and descriptions in multiple languages</li>
<li class=""><strong>Opening hours &amp; dates</strong> including seasonal variations and holiday schedules</li>
<li class=""><strong>Website URLs</strong> and social media links for businesses</li>
<li class=""><strong>Footfall data</strong> (country dependent) for understanding location traffic patterns</li>
<li class=""><strong>Photos</strong> tied to store fronts, interiors, and POIs</li>
<li class=""><strong>Restaurant menus</strong> with pricing and dietary information</li>
<li class=""><strong>Cross-platform conflation</strong> to link the same place across TripAdvisor and other mapping services</li>
<li class=""><a href="mailto:aden@thatapicompany.com" target="_blank" rel="noopener noreferrer" class="">Contact us for more...</a> custom enrichment options</li>
</ul>
<p>Our vision is clear: to make Overture Maps API the go-to open + enriched location platform that balances flexibility, cost, and licensing freedom with the kind of metadata richness that unlocks enterprise use cases.</p>
<hr>
<p>🚀 Ready to explore? Start with the <a href="https://www.overturemapsapi.com/blog/demo-app" target="_blank" rel="noopener noreferrer" class="">demo app</a> or dive into the <a href="https://www.overturemapsapi.com/docs" target="_blank" rel="noopener noreferrer" class="">docs</a>. If you’re interested in access to enriched datasets, <a href="https://www.overturemapsapi.com/contact" target="_blank" rel="noopener noreferrer" class="">get in touch with us</a> — we’d love to hear what you’re building.</p>
<hr>
<p>Would you like me to make this more <strong>developer-focused</strong> (code snippets, API response examples with enriched fields), or more <strong>business-facing</strong> (highlighting use cases, ROI, enterprise value)?</p>]]></content:encoded>
            <category>places</category>
            <category>pois</category>
            <category>enriched</category>
            <category>osm</category>
        </item>
        <item>
            <title><![CDATA[Demo.Overturemapsapi.com is Live!]]></title>
            <link>https://overturemapsapi.com/blog/demo-app</link>
            <guid>https://overturemapsapi.com/blog/demo-app</guid>
            <pubDate>Sun, 17 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Building an Interactive Places Explorer with Overture Maps API]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="building-an-interactive-places-explorer-with-overture-maps-api">Building an Interactive Places Explorer with Overture Maps API<a href="https://overturemapsapi.com/blog/demo-app#building-an-interactive-places-explorer-with-overture-maps-api" class="hash-link" aria-label="Direct link to Building an Interactive Places Explorer with Overture Maps API" title="Direct link to Building an Interactive Places Explorer with Overture Maps API" translate="no">​</a></h2>
<p>We're excited to share a new open-source demo that showcases the power and simplicity of the Overture Maps API: the World Places Demo. This interactive map application demonstrates how developers can quickly build location-aware applications using our comprehensive places dataset.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="httpsdemooverturemapsapicom"><a href="https://demo.overturemapsapi.com/" target="_blank" rel="noopener noreferrer" class="">https://Demo.Overturemapsapi.com</a><a href="https://overturemapsapi.com/blog/demo-app#httpsdemooverturemapsapicom" class="hash-link" aria-label="Direct link to httpsdemooverturemapsapicom" title="Direct link to httpsdemooverturemapsapicom" translate="no">​</a></h2>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-we-built">What We Built<a href="https://overturemapsapi.com/blog/demo-app#what-we-built" class="hash-link" aria-label="Direct link to What We Built" title="Direct link to What We Built" translate="no">​</a></h2>
<p>The Overture Maps World Places Demo is a full-featured mapping application that lets users explore millions of places worldwide. Built with modern web technologies (Next.js 14, TypeScript, and MapLibre GL JS), it provides an intuitive interface for discovering restaurants, shops, pharmacies, and other points of interest anywhere on Earth.</p>
<p><img decoding="async" loading="lazy" alt="Docusaurus Plushie" src="https://overturemapsapi.com/assets/images/site-screenshot-c2748916c7ae8409a50a41b96ea651c2.png" width="3236" height="2232" class="img_ev3q"></p>
<p>Overture Maps World Places Demo</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="key-features-that-showcase-our-api">Key Features That Showcase Our API<a href="https://overturemapsapi.com/blog/demo-app#key-features-that-showcase-our-api" class="hash-link" aria-label="Direct link to Key Features That Showcase Our API" title="Direct link to Key Features That Showcase Our API" translate="no">​</a></h2>
<ul>
<li class="">
<p><strong>Smart Filtering</strong>: Users can filter by categories (food, retail, healthcare, etc.) and specific brands, with results updating dynamically based on location and context.</p>
</li>
<li class="">
<p><strong>Real-time Search</strong>: The app automatically searches for places as users move the map, or they can manually trigger searches with customizable radius and result limits.</p>
</li>
<li class="">
<p><strong>Rich Place Data</strong>: Each place includes detailed information like confidence scores, addresses, categories, and brand affiliations—all sourced from Overture's high-quality dataset.</p>
</li>
<li class="">
<p><strong>Developer-Friendly</strong>: The codebase demonstrates best practices for API integration, including proper error handling, TypeScript support, and flexible schema validation.</p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-design-highlights">API Design Highlights<a href="https://overturemapsapi.com/blog/demo-app#api-design-highlights" class="hash-link" aria-label="Direct link to API Design Highlights" title="Direct link to API Design Highlights" translate="no">​</a></h2>
<p>The demo showcases our API's developer-friendly design:</p>
<ul>
<li class="">
<p><strong>Clean JSON Format</strong>: We've moved to a cleaner JSON response format that's easier to work with than traditional GeoJSON:</p>
</li>
<li class="">
<p><strong>Flexible Parameters</strong>: Search by location, radius, categories, brands, and more—all with sensible defaults and clear documentation.</p>
</li>
<li class="">
<p><strong>Built for Scale</strong>: Support for up to 25,000 results per query with efficient filtering and pagination.</p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="try-it-yourself">Try It Yourself<a href="https://overturemapsapi.com/blog/demo-app#try-it-yourself" class="hash-link" aria-label="Direct link to Try It Yourself" title="Direct link to Try It Yourself" translate="no">​</a></h2>
<p>Ready to explore? Visit the <a href="https://demo.overturemapsapi.com/" target="_blank" rel="noopener noreferrer" class="">live demo</a> and start discovering places around the world. The application defaults to showing pharmacies near New York City, but you can explore any location and category combination.</p>
<p><strong>For Developers</strong>: Clone the <a href="https://github.com/thatapicompany/overture-maps-world-places-demo" target="_blank" rel="noopener noreferrer" class="">GitHub repository</a> to see how we built it. The codebase includes:</p>
<ul>
<li class="">Complete TypeScript definitions for all API responses</li>
<li class="">Zod schema validation for type safety</li>
<li class="">Error handling best practices</li>
<li class="">Responsive design patterns</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="get-started-with-overture-maps-api">Get Started with Overture Maps API<a href="https://overturemapsapi.com/blog/demo-app#get-started-with-overture-maps-api" class="hash-link" aria-label="Direct link to Get Started with Overture Maps API" title="Direct link to Get Started with Overture Maps API" translate="no">​</a></h2>
<p>Want to build your own location-aware application? Getting started is simple:</p>
<ol>
<li class="">Get your free API key at <a href="https://account.overturemapsapi.com/" target="_blank" rel="noopener noreferrer" class="">account.overturemapsapi.com</a></li>
<li class="">Explore our endpoints: Places search, categories, brands, and countries</li>
<li class="">Check the documentation and use our demo as a reference implementation</li>
</ol>
<p>Whether you're building a store locator, travel app, or business intelligence tool, the Overture Maps API provides the comprehensive, high-quality places data you need—with a developer experience designed for modern applications.</p>
<p>Start exploring at <a href="https://overturemapsapi.com/" target="_blank" rel="noopener noreferrer" class="">overturemapsapi.com</a> and see what you can build!</p>]]></content:encoded>
            <category>ThatAPICompany</category>
            <category>api-key</category>
            <category>endpoints</category>
            <category>demo</category>
        </item>
        <item>
            <title><![CDATA[Initial Release]]></title>
            <link>https://overturemapsapi.com/blog/initial-release</link>
            <guid>https://overturemapsapi.com/blog/initial-release</guid>
            <pubDate>Tue, 05 Nov 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[We have the documnentation site up and running, and the first release has been made.]]></description>
            <content:encoded><![CDATA[<p>We have the documnentation site up and running, and the first release has been made.</p>
<p>First version contains these endpoints:</p>
<ul>
<li class="">./places</li>
<li class="">./places/countries</li>
<li class="">./places/brands</li>
<li class="">./places/categories</li>
</ul>
<p>Guides:</p>
<ul>
<li class="">Deploying to GCP</li>
<li class="">Installing the Auth API to manage API Keys for your users</li>
</ul>
<p>We will be adding more endpoints and documentation over the coming weeks.</p>]]></content:encoded>
            <category>ThatAPICompany</category>
            <category>GCP</category>
            <category>endpoints</category>
            <category>theauthapi</category>
        </item>
        <item>
            <title><![CDATA[Welcome]]></title>
            <link>https://overturemapsapi.com/blog/welcome</link>
            <guid>https://overturemapsapi.com/blog/welcome</guid>
            <pubDate>Mon, 04 Nov 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[We at ThatAPICompany are both huge GeoSpatial and API nerds, after seeing the phenomenal work of the Overture Maps Foundation team we knew we had to help get both the word and their data out there. So we set about making an open source API to act as a wrapper around their data, and help developers of any skill level access the data in a simple and easy to use way.]]></description>
            <content:encoded><![CDATA[<p>We at <a href="https://thatapicompany.com/">ThatAPICompany</a> are both huge GeoSpatial and API nerds, after seeing the phenomenal work of the Overture Maps Foundation team we knew we had to help get both the word and their data out there. So we set about making an open source API to act as a wrapper around their data, and help developers of any skill level access the data in a simple and easy to use way.</p>
<p>This continues our mission to use APIs to make datasets widely available to developers, and to help them build amazing things with them that we started years ago with <a href="https://thecatapi.com/">the Cat API</a> which together with it's sister site <a href="https://thedogapi.com/">the Dog API</a> has helped millions of developers access and use pet data in their projects. We hope that the Overture Maps API will be just as successful and help developers build amazing things with GeoSpatial data.</p>
<p><img decoding="async" loading="lazy" alt="Docusaurus Plushie" src="data:image/webp;base64,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" width="314" height="256" class="img_ev3q"></p>
<p><a href="https://thecatapi.com/" target="_blank" rel="noopener noreferrer" class="">https://thecatapi.com</a></p>]]></content:encoded>
            <category>ThatAPICompany</category>
        </item>
    </channel>
</rss>