This is the root of the TIN-X REST API. Explore the API by following the links below.

For more detailed information, please consult the API Documentation

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "diseases": "http://api.newdrugtargets.org/diseases/",
    "targets": "http://api.newdrugtargets.org/targets/",
    "articles": "http://api.newdrugtargets.org/articles/",
    "dto": "http://api.newdrugtargets.org/dto/"
}