Return nodes, sorted by similarity to the search term. Use search=<str> to search identifier for prefix match, and name for substring and trigram searches (similarity defaults to 0.3); Use search=<str>&similarity=<value> to set your own similarity value in the range of (0, 1.0]. Set similarity=1.0 to exclude trigram search. Filter for select metanodes using metanodes=<str>, where <str> is a comma-separated list of metanode abbreviations. For example, metanodes=C,D will restrict to Compound and Disease nodes.

Set other-node=<node_id> to return non-null values for metapath_count. metapath_counts measures the number of metapaths stored in the database between the result node and other node. If search and other-node and both specified, results are sorted by search similarity and results with metapath_count == 0 are returned. If other-node is specified but not search, results are sorted by metapath_count (descending) and only results with metapath_count > 0 are returned.

GET /v1/nodes/?format=api&offset=39300
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 47031,
    "next": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=39325",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=39275",
    "results": [
        {
            "id": 39299,
            "identifier": "140880",
            "identifier_type": "int",
            "name": "CST11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140880",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "cystatin 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 39300,
            "identifier": "51083",
            "identifier_type": "int",
            "name": "GAL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51083",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "galanin/GMAP prepropeptide"
            },
            "metanode": "Gene"
        },
        {
            "id": 39301,
            "identifier": "C0036412",
            "identifier_type": "str",
            "name": "Scleral disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0036412",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 39302,
            "identifier": "C2242576",
            "identifier_type": "str",
            "name": "Oropharyngeal blistering",
            "properties": {
                "url": "http://identifiers.org/umls/C2242576",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 39303,
            "identifier": "101060026",
            "identifier_type": "int",
            "name": "LOC101060026",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101060026",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "coiled-coil domain-containing protein 29-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 39304,
            "identifier": "PC7_2331",
            "identifier_type": "str",
            "name": "CREB phosphorylation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 39305,
            "identifier": "PC7_3433",
            "identifier_type": "str",
            "name": "ERK activation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 39306,
            "identifier": "GO:0035093",
            "identifier_type": "str",
            "name": "spermatogenesis, exchange of chromosomal proteins",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035093",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39307,
            "identifier": "DOID:12306",
            "identifier_type": "str",
            "name": "vitiligo",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_12306",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 39308,
            "identifier": "DB00367",
            "identifier_type": "str",
            "name": "Levonorgestrel",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00367",
                "inchi": "InChI=1S/C21H28O2/c1-3-20-11-9-17-16-8-6-15(22)13-14(16)5-7-18(17)19(20)10-12-21(20,23)4-2/h2,13,16-19,23H,3,5-12H2,1H3/t16-,17+,18+,19-,20-,21-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WWYNJERNGUHSAO-XUDSTZEESA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 39309,
            "identifier": "GO:0051283",
            "identifier_type": "str",
            "name": "negative regulation of sequestering of calcium ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051283",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39310,
            "identifier": "GO:0015755",
            "identifier_type": "str",
            "name": "fructose transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015755",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39311,
            "identifier": "GO:0006927",
            "identifier_type": "str",
            "name": "transformed cell apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006927",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39312,
            "identifier": "54490",
            "identifier_type": "int",
            "name": "UGT2B28",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54490",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "UDP glucuronosyltransferase 2 family, polypeptide B28"
            },
            "metanode": "Gene"
        },
        {
            "id": 39313,
            "identifier": "93145",
            "identifier_type": "int",
            "name": "OLFM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/93145",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "olfactomedin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 39314,
            "identifier": "84790",
            "identifier_type": "int",
            "name": "TUBA1C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84790",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "tubulin, alpha 1c"
            },
            "metanode": "Gene"
        },
        {
            "id": 39315,
            "identifier": "DB00453",
            "identifier_type": "str",
            "name": "Clomocycline",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00453",
                "inchi": "InChI=1S/C23H25ClN2O9/c1-22(34)8-6-9-16(26(2)3)18(30)14(21(33)25-7-27)20(32)23(9,35)19(31)12(8)17(29)13-11(28)5-4-10(24)15(13)22/h4-5,8-9,16,27-28,30-31,34-35H,6-7H2,1-3H3,(H,25,33)/t8-,9-,16-,22-,23-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=GJGDLRSSCNAKGL-KMVLDZISSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 39316,
            "identifier": "6793",
            "identifier_type": "int",
            "name": "STK10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6793",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "serine/threonine kinase 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 39317,
            "identifier": "C0878773",
            "identifier_type": "str",
            "name": "Hypertonic bladder",
            "properties": {
                "url": "http://identifiers.org/umls/C0878773",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 39318,
            "identifier": "GO:0030823",
            "identifier_type": "str",
            "name": "regulation of cGMP metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030823",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39319,
            "identifier": "63951",
            "identifier_type": "int",
            "name": "DMRTA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/63951",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "DMRT-like family A1"
            },
            "metanode": "Gene"
        },
        {
            "id": 39320,
            "identifier": "GO:0015882",
            "identifier_type": "str",
            "name": "L-ascorbic acid transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015882",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39321,
            "identifier": "441525",
            "identifier_type": "int",
            "name": "SPANXN4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441525",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "SPANX family, member N4"
            },
            "metanode": "Gene"
        },
        {
            "id": 39322,
            "identifier": "94235",
            "identifier_type": "int",
            "name": "GNG8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/94235",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "guanine nucleotide binding protein (G protein), gamma 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 39323,
            "identifier": "105370940",
            "identifier_type": "int",
            "name": "LOC105370940",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105370940",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "uncharacterized LOC105370940"
            },
            "metanode": "Gene"
        }
    ]
}