Talk:Wikimedia Enterprise
Add topic
Quarterly product update
[edit]Hello everyone! If you're interested in exploring Enterprise's latest launches, I've just published the 2024 Q2-Q3 product updates on our MediaWiki page. Feel free to check it out! Best regards, @JArguello-WMF. JArguello-WMF (talk) 16:22, 16 January 2025 (UTC)
Is there a discussion group for support?
[edit]Hi, I'm new to the enterprise APIs, and just did a project download for enwiki_namespace_0 but many of the articles contained are not the latest versions. One that you can see since it's near the top is for Athi,_Kenya. When I look at https://en.wikipedia.org/w/index.php?title=Athi,_Kenya&action=history I see there's a new version which adds the redirect where the project download has this version: "date_modified": "2023-01-30T04:42:08Z",
This is the project download API I'm calling:
NAMESPACE=enwiki_namespace_0 curl -L -H "Authorization: Bearer $WIKIPEDIA_ACCESS_TOKEN" \
https://api.enterprise.wikimedia.com/v2/snapshots/${NAMESPACE}/download \ --output ${NAMESPACE}
If there's a better place to ask, let me know. Thanks! Rcleveng (talk) 15:39, 7 February 2025 (UTC)
- Hello @Rcleveng - I hope you're finding the "snapshots" dataset useful for your needs.
- You can find the public helpcenter for technical enquiries about the Enterprise API on its dedicated website: helpcenter.enterprise.wikimedia.com. In the "What do you receive in the Snapshot API?" answer it specifies that:
- Snapshot API will return a tar.gz snapshot file of a project as it was at midnight UTC the day before the request and, for free accounts, refreshes twice-monthly on the 2nd and 21st of every month. It contains all of the current articles in each supported project at the time of file creation.
- The various formats and refresh rates of data that are available at no-cost are described on on our meta page under "Access".
- Finally, for direct technical support, you can login on https://dashboard.enterprise.wikimedia.com/dashboard and create a new support ticket.
- -- LWyatt (WMF) (talk) 16:01, 7 February 2025 (UTC)
- Thank you @[User:LWyatt (WMF)|LWyatt (WMF)]! I'll raise a ticket there.