Changelog
All notable changes to the MetService API Platform will be documented in this file.
Example Entry
[2.0.0] - 2025-08-22
⚠️ BREAKING CHANGES
- For urgent changes that will require developer action.
- The
GET /point/{locationId}endpoint in the Nowcast API will now return a404 Not Founderror if a non-SNZ location identifier is used. Action Required: You must ensure all requests to this endpoint use a valid SNZ-prefixedlocationId.
Added
- For new features.
- Added a new wind_gust field to the nowcast array in the Nowcast API. Suggestion: You can now use this field to display gust information in your applications for a more complete wind forecast.
Fixed
- For any bug fixes.
- Corrected an issue where the
latest_observation_timein the Nowcast API could occasionally be null. This field will now always be populated.