How do I find out the range of pageids that are currently in use in wikipedia?
I don't know of any straightforward way to do this via the API. But if you get an account on Tool Labs,[1] it's a simple SQL query: SELECT MIN(page_id), MAX(page_id) FROM page.