Back to catalog
Cortexa research tool·literature·wikipedia_ext
Wikipedia Get Featured Content
Get Wikipedia's featured content for a specific date including the featured article of the day, most-read articles, picture of the day, and on-this-day events using the Wikipedia REST API. No authentication required. Useful for daily briefings and trending content discovery.
Livelast probed 2026-04-30 23:07Z· 108msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"day": {
"description": "Day of month (1-31). Examples: 1, 15, 25",
"type": "integer"
},
"month": {
"description": "Month number (1-12). Examples: 1, 6, 12",
"type": "integer"
},
"year": {
"description": "Year. Examples: 2023, 2024",
"type": "integer"
}
},
"required": [
"year",
"month",
"day"
],
"type": "object"
}Examples (1)
Default Wikipedia Get Featured Content call
public-safeinput
{
"day": 1,
"month": 1,
"year": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Wikipedia_get_featured_content
- Tool name
- Wikipedia_get_featured_content
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse