This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Access SNPedia in Java

I'm accessing diferent databases to collect data for different variants found in a human sequence. One of the databases that I want to use is SNPedia. But I can't find any API to use. Is there a simple way to access this database without being directly?

snpedia java variant

1 answer

SNPedia uses a (Semantic?) MediaWiki engine, so the API is http://snpedia.com/api.php (it works with json, xml...)

see also http://snpedia.com/index.php/Bulk

Log in to answer this question.