Stardust is a simple web application whose aim is to provide a quick reference of Discovery IDs. Additionally it's equipped with a public API which can be used to extract raw information about stored IDs.
Note that the IDs MIGHT have inaccurate, incomplete or outdated information.
Api reference:
Calling /stardust/ids returns a JSON object with all the stored IDs.
Calling /stardust/ids/nick/:id_nick returns a JSON object with stored information about the id with nick :id_nick
Calling /stardust/ids/search/:param/:value returns a JSON array with IDs matching the specified requirements.