From af064f62fc9dc6551ad2cdeb678ffcc8dea2428d Mon Sep 17 00:00:00 2001 From: horizon86 <49552732+horizon86@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:35:16 +0800 Subject: [PATCH 1/2] Typo fix for daily paper api --- docs/hub/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/api.md b/docs/hub/api.md index a0bfd342ca..f414084fa1 100644 --- a/docs/hub/api.md +++ b/docs/hub/api.md @@ -430,7 +430,7 @@ Get all the models, datasets, and Spaces that refer to a paper. Get the daily papers curated by AK and the community. It's the equivalent of [https://huggingface.co/papers](https://huggingface.co/papers). To filter on a particular date, simply pass the date like so: https://huggingface.co/api/daily_papers?date=2025-03-31. -You can also pass a month, like https://huggingface.co/api/daily_papers?month=2025-04 or week, like https://huggingface.co/api/daily_papers/week/2025-W16. +You can also pass a month, like https://huggingface.co/api/daily_papers?month=2025-04 or week, like https://huggingface.co/api/daily_papers?week=2025-W16. ## Collections API From ed92cde5cdf918107919bb578cbf76df2eda5aea Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Thu, 21 Aug 2025 10:28:57 +0200 Subject: [PATCH 2/2] Update docs/hub/api.md --- docs/hub/api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/hub/api.md b/docs/hub/api.md index f414084fa1..9fda7c9534 100644 --- a/docs/hub/api.md +++ b/docs/hub/api.md @@ -430,7 +430,6 @@ Get all the models, datasets, and Spaces that refer to a paper. Get the daily papers curated by AK and the community. It's the equivalent of [https://huggingface.co/papers](https://huggingface.co/papers). To filter on a particular date, simply pass the date like so: https://huggingface.co/api/daily_papers?date=2025-03-31. -You can also pass a month, like https://huggingface.co/api/daily_papers?month=2025-04 or week, like https://huggingface.co/api/daily_papers?week=2025-W16. ## Collections API