Include the multiverse ID
Having the multiverse ID available in the API would be a huge help. This would allow a developer to link to the gatherer page, look up card images from mtgimage, etc.
You're right, and I'll investigate and try to implement in the next round of changes :) Thanks for your interest!
Any update on this? That's pretty much the only thing I'm missing atm from the api.
Note to self
The file_get_contents result is a redirection from a named search to a page with a multiverse ID. We can do the first fgc with follow_location set to false to get the MVID in the URL and then retreive the actual page. See: http://stackoverflow.com/a/12566320
Option 2 is to search the page for "multiverseid=x" but that has to be BEFORE strip_tags is called