This issue is definitely some form of regression on the backend. I remember checking and seeing there being like 113 pages of news articles. However, now there are only 94 pages of articles.
Also, it’s not an issue with the timestamps, as those timestamps match up with the dates on the articles.
and iterate through the pages, then the earliest news article (result which has "type": "News") that it returns is from 2025-03-24T15:17:49Z and is this article: https://www.minecraft.net/en-us/article/ray-tracing .
This same issue also appears when using the dev api (https://net-secondary.dev-325496ed.web.minecraft-services.net) as well as the staging api (https://net-secondary.stage-732c232f.web.minecraft-services.net).
This issue is definitely some form of regression on the backend. I remember checking and seeing there being like 113 pages of news articles. However, now there are only 94 pages of articles.
Also, it’s not an issue with the timestamps, as those timestamps match up with the dates on the articles.
If you request the api with the parameters
and iterate through the pages, then the earliest news article (result which has
"type": "News"
) that it returns is from2025-03-24T15:17:49Z
and is this article: https://www.minecraft.net/en-us/article/ray-tracing .There is a result from
2025-04-16T11:33:38Z
, however it is not actually an article rather just a link to https://www.minecraft.net/en-us/catalogThis same issue also appears when using the dev api (
https://net-secondary.dev-325496ed.web.minecraft-services.net
) as well as the staging api (https://net-secondary.stage-732c232f.web.minecraft-services.net
).