Table 3.
API retrieval support
| Retrieval | Service |
|---|---|
| A list of terms and their related topics | http://biotea.idiginfo.org/api/terms |
| A list of topics and their related vocabularies | http://biotea.idiginfo.org/api/topics |
| All topics related to a term | e.g., http://biotea.idiginfo.org/api/topics?term=cancer |
| All vocabularies related to a term | e.g., http://biotea.idiginfo.org/api/vocabularies?term=cancer |
| All terms that start with a specific string (for autocompletion) | e.g.,http://biotea.idiginfo.org/api/terms?prefix=canc |
| All topics related to a vocabulary | e.g., http://biotea.idiginfo.org/api/topics?vocabulary=po |
| RDF of articles that include a term | e.g., http://biotea.idiginfo.org/api/articles?term=cancer |
| Count of RDF of articles that include a term | e.g., http://biotea.idiginfo.org/api/articles?term=cancer&count=true |
| A list of vocabularies and their prefixes | http://biotea.idiginfo.org/api/vocabularies |
| RDF of articles that include a vocabulary | e.g., http://biotea.idiginfo.org/api/articles?vocabulary=po |