TIN-X REST API
articles
list
Browse and search all Pubmed articles in the database.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
title | |
journal | |
author | |
abstract |
read
Retrieve information about a specific Pubmed article.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
title | |
journal | |
author | |
abstract |
diseases
list
Browse all diseases in the database.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
doid |
read
Get information about a specific disease.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
doid |
children
Retrieve a list of this disease's children.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required |
parent
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required |
targets > list
View targets associated with a specific disease.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
disease_id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
uniprot | |
sym |
targets > read
Retrieve information about a specific disease-target association.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
disease_id required | |
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
uniprot | |
sym |
targets > articles > list
Browse and search all Pubmed articles in the database.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
disease_id required | |
target_id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
title | |
journal | |
author | |
abstract |
dto
list
Browse and search all DTO entities in our database.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
has_parent |
read
Retrieve information about a specific DTO entity,
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique value identifying this dto. |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
has_parent |
children
Retrieve the list of children for a given DTO entity.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique value identifying this dto. |
search
targets
list
Browse all targets in the database.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
name | |
uniprot | |
sym | |
fam | |
famext | |
tdl | |
in_dto |
read
Get information about a specific target.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
name | |
uniprot | |
sym | |
fam | |
famext | |
tdl | |
in_dto |
diseases > list
View the diseases associated with a specific target.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
target_id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
diseases > read
Retrieve information about a specific target-disease association.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
target_id required | |
id required |
diseases > articles > list
Browse and search all Pubmed articles in the database.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
target_id required | |
disease_id required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
title | |
journal | |
author | |
abstract |