diff --git a/api.wordpress.org/public_html/events/1.0/index.php b/api.wordpress.org/public_html/events/1.0/index.php
index 228bfa56ee..382fed189f 100644
--- a/api.wordpress.org/public_html/events/1.0/index.php
+++ b/api.wordpress.org/public_html/events/1.0/index.php
@@ -1162,19 +1162,19 @@ function get_regional_wordcamp_data() {
'event' => array(
'type' => 'wordcamp',
'title' => 'WordCamp Europe',
- 'url' => 'https://europe.wordcamp.org/2026/',
+ 'url' => 'https://europe.wordcamp.org/2027/',
'meetup' => '',
'meetup_url' => '',
- 'date' => '2026-06-04 00:00:00',
- 'end_date' => '2026-06-06 00:00:00',
- 'start_unix_timestamp' => strtotime( '2026-06-04 00:00:00' ) - 2 * HOUR_IN_SECONDS,
- 'end_unix_timestamp' => strtotime( '2026-06-06 00:00:00' ) - 2 * HOUR_IN_SECONDS,
+ 'date' => '2027-05-27 00:00:00',
+ 'end_date' => '2027-05-29 00:00:00',
+ 'start_unix_timestamp' => strtotime( '2027-05-27 00:00:00' ) - 2 * HOUR_IN_SECONDS,
+ 'end_unix_timestamp' => strtotime( '2027-05-29 00:00:00' ) - 2 * HOUR_IN_SECONDS,
'location' => array(
- 'location' => 'Kraków',
- 'country' => 'PL',
- 'latitude' => 50.0646501,
- 'longitude' => 19.9449799,
+ 'location' => 'Málaga',
+ 'country' => 'ES',
+ 'latitude' => 36.720131,
+ 'longitude' => -4.475438,
),
),
),