Geoapify news and updates

What's new

Stay up-to-date with the latest news and updates about the Geoapify Location Platform.

This is your go-to source for information on new features, important announcements, and other helpful resources related to Geoapify.

February 2024

7 February 2024

Introducing the max_speed Parameter to Our Suite of Routing APIs

We are excited to announce the addition of the max_speed parameter to our comprehensive range of routing services, including the Routing API, Route Matrix API, Route Planner API, and Isoline API. This innovative feature is designed to enhance your routing capabilities, offering more personalized and efficient navigation solutions.

Key Benefits of the max_speed Parameter:

  • Customized Routing: With the max_speed parameter, users can now set a maximum travel speed for their routes.
  • Efficiency and Realism: The inclusion of a max_speed setting contributes to more realistic route planning. It takes into account the vehicle's maximum speed capability, ensuring that the estimated arrival times are more accurate and that routes are optimized for time and fuel efficiency.
  • Versatile Application: Applicable across various modes of transport, including all truck modes and buses, the max_speed parameter is a versatile tool for a wide range of routing needs, from commercial logistics to personal travel planning.

We believe that this new feature will significantly enhance the user experience by providing more control over route planning and optimization.

November 2023

8 November 2023

Postcodes Dataset Unveiled

Elevate your location-based projects with our Open Postcodes Dataset.

We curate open data from various sources, both official and non-official, ensuring a comprehensive and accurate collection of postal code information. Whether you're crafting geocoding solutions, optimizing routes, or enhancing user experiences, our dataset, sourced from diverse and open data streams, provides a rich foundation.

1 November 2023

Introducing New "Recycling" Categories in Places API

In a bid to enhance your location-based experiences, we're thrilled to introduce three new categories to our Places API — "service.recycling", "service.recycling.container", "service.recycling.bin", and "service.recycling.centre".

Here is an example of an API URL:

https://api.geoapify.com/v2/places?categories=service.recycling.centre&filter=rect:32.954431,34.754873,33.109805,34.640372&limit=20&apiKey=YOUR_API_KEY

September 2023

11 September 2023

OSM's Settlements Dataset

Explore the dynamic world of settlements with our Settlements Dataset, derived directly from OpenStreetMap (OSM). From bustling cities to serene villages, this collection offers a comprehensive view of urban landscapes.

Whether it's for research or commercial use, this dataset guides you through the intricate patterns of urban living.

July 2023

10 July 2023

Introducing Plus Codes for Enhanced Geocoding

We're excited to announce the integration of Plus Codes into our Geocoding API! With this update, the Geocoding API response now includes Plus Codes, a convenient way to encode locations.

In addition, the Geocoding API now accepts Plus Codes as input and returns the corresponding address information. This means you can utilize Plus Codes as an alternative to traditional address formats, simplifying the geocoding process and improving the overall user experience.

7 July 2023

Enhanced Autocomplete: French Department Code Support

We're delighted to introduce an exciting enhancement to our autocomplete feature! With the latest update, when using autocomplete with bias or filter set to France, the API returns French Department by the corresponding French Department code. For example, if you send "08" as an input for the Autocomplete API, it will return "Ardennes, France."

To enable this feature, set the "bias=countrycode:fr" or "filter=countrycode:fr" parameter. Here is an example URL:

https://api.geoapify.com/v1/geocode/autocomplete?text=08&bias=countrycode:fr&format=json&apiKey=YOUR_API_KEY

May 2023

9 May 2023

Introducing New Categories to Our Places API for Enhanced Social Inclusion

We're excited to announce the addition of several new categories to our Places API! These new categories include "service.social_facility", "service.social_facility.shelter", "service.social_facility.food", "service.social_facility.clothes", "amenity.give_box", "amenity.give_box.food", and "amenity.give_box.books".

The "service.social_facility" category includes locations that provide social services to people in need, such as counseling, support groups, and other types of assistance. The sub-categories under this category, such as "shelter", "food", and "clothes", help to specify the type of assistance provided by each location. Here is an example of an API URL:

https://api.geoapify.com/v2/places?categories=amenity.give_box&filter=rect:1.9551667274513598,49.11083222569353,2.6462152224779167,48.65832480785126&limit=20&apiKey=YOUR_API_KEY

The "amenity.give_box" category includes locations where people can donate or leave items for others to take for free, such as books or food items. The sub-categories under this category, such as "food" and "books", specify the types of items that are available for donation. Here is an example of an API URL:

https://api.geoapify.com/v2/places?categories=religion.place_of_worship&filter=rect:2.238261781728731,48.914334683358526,2.4285652756822813,48.78963839210784&limit=20&apiKey=YOUR_API_KEY

We believe that these new categories will help developers to create more comprehensive and inclusive applications that cater to the needs of a wider audience. We're excited to see the innovative ways in which our customers will utilize these new categories in their location-based applications.

November 2022

7 November 2022

We've added a new category that will help you find places that produce something

The new "production" category and its "production.factory", "production.winery", "production.brewery", "production.cheese", "production.pottery" subcategories are available now in Places API.

For example, you can query all breweries in Munich now:

https://api.geoapify.com/v2/places?categories=production.brewery&filter=place:51c69eecf83f18274059dd3ad3f89a134840f00101f901dcf3000000000000c002099203084dc3bc6e6368656e&limit=20&apiKey=YOUR_API_KEY

This will return:

Breweries in Munich with Places API

October 2022

24 October 2022

Improved navigation in the API Documentation

We've made navigation in our API Documentation portal easier and more convenient. In the API Documentation, you can read the detailed documentation for our APIs and try them without registration.

Go to API Documentation >>

September 2022

28 September 2022

New code samples generator

We've made the API Playground even better. You can now generate code samples in the playground, including CURL, JavaScript, Node.js, Python, and more:

Code samples in the API Playground

Try it out >>

20 September 2022

Timezones added

We've added information about time zones to the Geocoding / Reverse Geocoding / Address Autocomplete / Place Details results. The time zone data includes names, time zone offsets for standard and daylight saving times, and abbreviations. Here is an example of a time zone object:

{
  "timezone": {
    "name": "Europe/London",
    "offset_STD": "+00:00",
    "offset_STD_seconds": 0,
    "offset_DST": "+01:00",
    "offset_DST_seconds": 3600,
    "abbreviation_STD": "GMT",
    "abbreviation_DST": "BST"
  }
}

You can test the functionality with Geocoding API Playground >>

Next steps