Hi,

I'd like to obtain the pageid of a page, even if the page has been deleted.
Requests like this one return the pageid only if the page is still existing.

I have written a tool, WikiCleaner, that can, among other things, help for the Check Wikipedia Project.
When an error is fixed, my tool calls an URL to notify the fix has been done (see the Done button on this page).
In the URL, there's a parameter required for the pageid.
When the page has been deleted since the error was detected, I'd like to automatically notify the fix has been done, but I can't get the pageid from the API.

Nico