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=36750
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=36775",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=36725",
    "results": [
        {
            "id": 36746,
            "identifier": "105378276",
            "identifier_type": "int",
            "name": "LOC105378276",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105378276",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "uncharacterized LOC105378276"
            },
            "metanode": "Gene"
        },
        {
            "id": 36747,
            "identifier": "C0023860",
            "identifier_type": "str",
            "name": "Listeriosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0023860",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36748,
            "identifier": "284293",
            "identifier_type": "int",
            "name": "HMSD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284293",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "histocompatibility (minor) serpin domain containing"
            },
            "metanode": "Gene"
        },
        {
            "id": 36749,
            "identifier": "GO:0033601",
            "identifier_type": "str",
            "name": "positive regulation of mammary gland epithelial cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033601",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36750,
            "identifier": "11174",
            "identifier_type": "int",
            "name": "ADAMTS6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11174",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "ADAM metallopeptidase with thrombospondin type 1 motif, 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 36751,
            "identifier": "GO:0052428",
            "identifier_type": "str",
            "name": "modification by host of symbiont molecular function",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052428",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36752,
            "identifier": "C0852919",
            "identifier_type": "str",
            "name": "Animal scratch",
            "properties": {
                "url": "http://identifiers.org/umls/C0852919",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36753,
            "identifier": "GO:0019985",
            "identifier_type": "str",
            "name": "translesion synthesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019985",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36754,
            "identifier": "PC7_3756",
            "identifier_type": "str",
            "name": "Ethanol oxidation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 36755,
            "identifier": "4992",
            "identifier_type": "int",
            "name": "OR1F1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4992",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "olfactory receptor, family 1, subfamily F, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 36756,
            "identifier": "144699",
            "identifier_type": "int",
            "name": "FBXL14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/144699",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "F-box and leucine-rich repeat protein 14"
            },
            "metanode": "Gene"
        },
        {
            "id": 36757,
            "identifier": "GO:0007059",
            "identifier_type": "str",
            "name": "chromosome segregation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007059",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36758,
            "identifier": "GO:0038026",
            "identifier_type": "str",
            "name": "reelin-mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038026",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36759,
            "identifier": "C0877854",
            "identifier_type": "str",
            "name": "Cerebral arteriosclerosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0877854",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36760,
            "identifier": "105375433",
            "identifier_type": "int",
            "name": "LOC105375433",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375433",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "uncharacterized LOC105375433"
            },
            "metanode": "Gene"
        },
        {
            "id": 36761,
            "identifier": "7461",
            "identifier_type": "int",
            "name": "CLIP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7461",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "CAP-GLY domain containing linker protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 36762,
            "identifier": "DB06212",
            "identifier_type": "str",
            "name": "Tolvaptan",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06212",
                "inchi": "InChI=1S/C26H25ClN2O3/c1-16-6-3-4-7-20(16)25(31)28-19-10-11-21(17(2)14-19)26(32)29-13-5-8-24(30)22-15-18(27)9-12-23(22)29/h3-4,6-7,9-12,14-15,24,30H,5,8,13H2,1-2H3,(H,28,31)/t24-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=GYHCTFXIZSNGJT-XMMPIXPASA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 36763,
            "identifier": "29978",
            "identifier_type": "int",
            "name": "UBQLN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29978",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "ubiquilin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 36764,
            "identifier": "105369139",
            "identifier_type": "int",
            "name": "LOC105369139",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369139",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "killer cell immunoglobulin-like receptor 2DS3"
            },
            "metanode": "Gene"
        },
        {
            "id": 36765,
            "identifier": "23742",
            "identifier_type": "int",
            "name": "NPAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23742",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "nuclear pore associated protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 36766,
            "identifier": "GO:1903767",
            "identifier_type": "str",
            "name": "sweet taste receptor complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903767",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 36767,
            "identifier": "55840",
            "identifier_type": "int",
            "name": "EAF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ELL associated factor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 36768,
            "identifier": "C0580417",
            "identifier_type": "str",
            "name": "International normalised ratio abnormal",
            "properties": {
                "url": "http://identifiers.org/umls/C0580417",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36769,
            "identifier": "C0151611",
            "identifier_type": "str",
            "name": "Electroencephalogram abnormal",
            "properties": {
                "url": "http://identifiers.org/umls/C0151611",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36770,
            "identifier": "102724279",
            "identifier_type": "int",
            "name": "LOC102724279",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102724279",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "uncharacterized LOC102724279"
            },
            "metanode": "Gene"
        }
    ]
}