Table 1.
List of APIs and programmatic access endpoints on the miRNet server. The API base for miRNet 2.0 is http://api.mirnet.ca, which can be visited to view a detailed documentation
| Endpoint | HTTP method | Input | Description |
|---|---|---|---|
| base/table/mir | POST | Organism, miRNA ID type, target type, miRNA list | Get experimentally validated table results of the miRNA-target interactions (forward mapping) |
| base/table/gene | POST | Organism, gene ID type, gene list | Get experimentally validated table results of the miRNA-gene (mRNA, TF, lncRNA) interactions (reverse mapping) |
| base/function/mir | POST | Organism, miRNA ID type, target type, miRNA list, algorithm, database | Get functional enrichment results |
| base/function/gene | POST | Organism, gene ID type, gene list, algorithm, database | Get functional enrichment results |
| base/graph/mir | POST | Organism, miRNA ID type, target type, miRNA list | Get graph of miRNA–target interactions (json format) |
| base/graph/gene | POST | Organism, gene ID type, gene list | Get graph of miRNA–target interactions (json format) |