| name of entries | Amount |
| agencies | 1 |
| cultures | 65 |
| collection entities | 65 |
| Still Keeping Cell Lines | 65 |
| cultivation | 65 |
| image files | 4 |
| papers | 3 |
/stat - request the database statistics.
/agencies - request the agencies that are mentioned in a database.
| parameter | type | is requred | description | example |
| name | String | no | Agency name or it identifier | /agencies?name=icg |
| country | String | no | Country of the agency | /agencies?country=countryName |
| exactmatch | int | no | 0 - match as substring (default). 1- full match | /agencies?country=ICG_SB_RAS&exactmatch=1 |
/agencies/{ID} - request the agency information by it's identifier (ID).
/agencies/{ID}/collection - request the agency collection by it's identifier (ID).
/collection - request all collection entries in the database.
/cultures - request information about all cell lines that stores in database.
| parameter | type | is requred | description | example |
| name | String | no | name of the culture or culture identifier | /cultures?name=mmes |
| exactmatch | int | no | 0 - match as substring (default). 1- full match | /cultures?name=dges1&exactmatch=1 |
/cultures/paper - request the all cell lines that is mentioned in selected paper.
| parameter | type | is requred | description | example |
| id | String | yes | paper identifier in the database | /paper?id=menzorov et al., 2015 |
/cultures/agency - request the all cell lines that corresponds to selected agency.
| parameter | type | is requred | description | example |
| id | String | yes | agency identifier in this database | /cultures/agency?id=ICG_SB_RAS |
/cultures/complexrequest - complex request to the database.
| parameter | type | is requred | description | example |
| name | String | no | name of the culture | /complexrequest?title=stem cells |
| author | String | no | request by mentioned author | /complexrequest?author=menzorov |
| animal | String | no | request by animal | /complexrequest?animal=mink |
| origin | String | no | search in origin description text | /complexrequest?origin=(Neovison vison) |
| morphology | String | no | search in morphology description text | /complexrequest?morphology=(Neovison vison) |
| speciesVariabilityControl | String | no | search in description text of species variability control | /complexrequest?speciesVariabilityControl=(Neovison vison) |
/papers - request all papers that are mentioned in a database.
| parameter | type | is requred | description | example |
| author | String | no | Author name or paper identifier | /papers?author=menzorov |
| title | String | no | title of the paper | /papers?title=stem cells |
| year | integer | no | year of the paper | /papers?year=2015 |
| exactmatch | int | no | 0 - match as substring (default). 1- full match | /papers?author=sukoyan et al., 1993&exactmatch=1 |
/papers/{ID} - request the paper information by it's identifier (ID).