An API is available to programmatically access FAANGMine. Perl, Python, Ruby, and Java are the languages supported by the InterMine API. Use the menu above to view details on using the client libraries for each language.
Additionally, some Python examples using the FAANGMine API are available in the intermine-api-python-examples repository on GitHub.
Maven
<!-- https://bintray.com/intermineorg/java-client-->
<dependency>
<groupId>org.intermine</groupId>
<artifactId>intermine-ws-java</artifactId>
<version>3.0.+</version>
</dependency>
Gradle
compile 'org.intermine:intermine-ws-java:3.0.+'