I've been attempting to utilize the X-men API on Wikia in order to gather the name and image of each character for use in a single page application using JavaScript.
You can find the link to the wiki page here:
Despite my efforts, I am struggling to access the API. It doesn't appear to be RESTful, which is the only type of API I have experience with.
Has anyone successfully used the Wikia API before? I can retrieve some articles but nothing that's particularly helpful.
(The documentation is quite lacking, as I've spent hours searching without success.)