[15:37:55] I was using the feedrecentchanges on api.php, but I wasn't able to get much information on logged actions. I was able to get the timestamp, performer, target, and edit summary, but I'd also like the get the logid and the type of logged action (block, delete, upload, etc.). Is there any way to do this? [15:47:31] Account480: The rss feed is usually for use by a human in a feed reader, so any additoinal elements would be non-standard and not likely visible or of use to them. If this is for a scripted use case, you can use the regular recentchanges API, e.g. JSON format. [15:49:00] although I don't thikn logid is part of that either, because it isn't stored in the recentchanges table. [15:49:20] ah it is, rcprop=loginfo [15:49:23] https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&format=json&list=recentchanges&formatversion=2&rcprop=title%7Ctimestamp%7Cids%7Cloginfo&rctype=log [15:49:40] https://www.mediawiki.org/wiki/API:RecentChanges [15:50:18] for even more detail, there is https://www.mediawiki.org/wiki/API:Logevents for just the log events. That has its own API, no need for the filtered copy from RC. [15:50:40] with this one you can look for specfic types only, if that's all you want [15:55:14] Thank you [18:58:06] https://stitcher.io/blog/php-version-stats-july-2026 [19:19:01] We saw this happen last week but the announcement is now out as well: https://blog.packagist.com/immutable-versions-on-packagist/ [23:05:45] thanks goodness, that's a huge improvement (re: packagist)