RES Derpi exando broken for anyone else?

🐴
Magnificent Metadata Maniac - #1 Assistant
Solar Guardian - Refused to surrender in the face of the Lunar rebellion and showed utmost loyalty to the Solar Empire (April Fools 2023).
Non-Fungible Trixie -
Magical Inkwell - Wrote MLP fanfiction consisting of at least around 1.5k words, and has a verified link to the platform of their choice

IRL 🎠 stallion
@byte[]  
It looks like it should be straightforward to patch so it works with the new API. It looks like the below snippet is where the change needs to happen.
 
const { images } = await ajax({
url: ‘https://derpibooru.org/api/v2/images/show.json’,
query: { ids: requests.map(r => r.id).join(‘,’) },
type: ‘json’,
});
 
I have a pair of short fics I’d like to finish by Thursday, so those will get priority early in the week. Friday is probably when I’ll have time to poke it things—I’d mostly need to find out how they are getting this r so I can reformat the URL to match the new API expectations.
Interested in advertising on Derpibooru? Click here for information!
Champions of Equestria

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide