MIGREW database API description.
It is the MIGREW database API description page. Lower you can find the instruction of using it.
But little statistical information first. The database contains information about:
Object | Amount |
diseases | 4 |
genes | 5 |
markers | 16 |
plants | 548 |
papers | 73 |
places | 44 |
The time on the server is October 9, 2024 2:14:14 AM NOVT.
The time on the server is the smmth.
Instruction of using database.
/stat - Request database statistics.
/diseases - request all diseases in the database.
parameter | type | is requred | description | example |
name | String | no | request diseases that matches the name. | /diseases?name=mmes |
/genes - request all genes in the database.
parameter | type | is requred | description | example |
name | String | no | request all genes in the database that matches the searchName. | /genes?name=mmes |
translocation | String | no | request all genes in the database that are translocation (transVal=1) or not (transVal=0). | /genes?translocation=0 |
/markers - request all markers in the database.
parameter | type | is requred | description | example |
name | String | no | request all markers in the database that matches the searchName. | /markers?name=mmes |
inheritance | String | no | request all genes in the database that are translocation (transVal=1) or not (transVal=0). | /markers?inheritance=smpltxt |
type | String | no | request all genes in the database that are translocation (transVal=1) or not (transVal=0). | /markers?type=smpl |
/places - request all places in the database.
parameter | type | is requred | description | example |
id | String | no | place identifier | /places?id=Россия |
country | String | no | name of the country | /places?country=Россия |
region | String | no | name of the country region | /places?region=сибир |
agency | String | no | agency name | /places?agency=ICG_SB_RAS |
/papers - request all papers in the database.
/plants - request all papers in the database.
/protocols - request all protocols in the database.
/pyramids - request all pyramids in the database.
/virulence - request all papers in the database.
parameter | type | is requred | description | example |
virulencegene | String | no | virulencegene | /virulance?virulencegene=Lr |
disease | String | no | Disease identifier | /virulance?disease=LR |
place | String | no | place identifier | /virulance?place=Russia |
year | String | no | year of the data (default is -1) | /virulance?year=2015 |
exactmatch | int | no | 0 - substring (default). 1 - exact match of the search | /virulance?exactmatch=1 |