Audnexus audiobook web source

Hey I was wondering if anybody would help me/maybe make it yourself create this web source for audio books it's a lot more reliable than the audible sources and uses a json API instead of trying to parse web pages so it's actually built for this type of thing also it can parse audible podcasts which the audible source just can't and it can also bring back much higher quality cover images it seems like it shouldn't be that complicated but I'm a little lost unaware to start I've never worked with this type of language I figure the simplest way to do it because they don't really have a search function that works without an author's name is to just search on audible and pull the asin number out of the URL and then just plop it into a search box and let audnexus do the rest and the reason that's better than the audible tagger is because a it's must less likely to change as the website evolves and b it can be done much simpler at least as far as I can tell

The API docs are here: https://audnex.us/

Have you seen [WS] Audible via API?

I was never able to figure out how to get it to work maybe I'm just not understanding how it works well but what I figure is if I have the asin number I shouldn't need to be doing all the searching it should just pull the data
Isn't it possible to check if the asin number is there in the tags and then to jump directly to downloading the data based upon that

Yes, that should be possible and I've added your suggestion to my list of things to improve.