diff --git a/changelog.mdx b/changelog.mdx index c1db3554d..99552c3e2 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,6 +7,14 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api). You can also follow this changelog in your feed reader via the [**RSS feed**](https://docs.x.com/changelog/rss.xml). + + ### `tweet_count` removed from Trends by WOEID + + We corrected the reference for [`GET /2/trends/by/woeid/{woeid}`](/x-api/trends/trends-by-woeid/introduction) to reflect actual API behavior. The `tweet_count` field is not returned by this endpoint, and `tweet_count` is no longer a valid value for the `trend.fields` parameter. Requests continue to return `trend_name`. + + This does not affect [`GET /2/users/personalized_trends`](/x-api/trends/personalized-trends/introduction), which still returns `tweet_count`. + + ### Updated `video_total_views` definition