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=43150
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=43175",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=43125",
    "results": [
        {
            "id": 43149,
            "identifier": "130120",
            "identifier_type": "int",
            "name": "REG3G",
            "properties": {
                "url": "http://identifiers.org/ncbigene/130120",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "regenerating islet-derived 3 gamma"
            },
            "metanode": "Gene"
        },
        {
            "id": 43150,
            "identifier": "GO:0038190",
            "identifier_type": "str",
            "name": "VEGF-activated neuropilin signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038190",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43151,
            "identifier": "C0021361",
            "identifier_type": "str",
            "name": "Infertility female",
            "properties": {
                "url": "http://identifiers.org/umls/C0021361",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43152,
            "identifier": "5343",
            "identifier_type": "int",
            "name": "PLGLB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5343",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "plasminogen-like B1"
            },
            "metanode": "Gene"
        },
        {
            "id": 43153,
            "identifier": "C0040485",
            "identifier_type": "str",
            "name": "Torticollis",
            "properties": {
                "url": "http://identifiers.org/umls/C0040485",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43154,
            "identifier": "DB00791",
            "identifier_type": "str",
            "name": "Uracil mustard",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00791",
                "inchi": "InChI=1S/C8H11Cl2N3O2/c9-1-3-13(4-2-10)6-5-11-8(15)12-7(6)14/h5H,1-4H2,(H2,11,12,14,15)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=IDPUKCWIGUEADI-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 43155,
            "identifier": "C1698088",
            "identifier_type": "str",
            "name": "Malignant solid tumour",
            "properties": {
                "url": "http://identifiers.org/umls/C1698088",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43156,
            "identifier": "GO:0002220",
            "identifier_type": "str",
            "name": "innate immune response activating cell surface receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002220",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43157,
            "identifier": "GO:0004530",
            "identifier_type": "str",
            "name": "deoxyribonuclease I activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004530",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 43158,
            "identifier": "100289187",
            "identifier_type": "int",
            "name": "GS1-259H13.2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100289187",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "transmembrane protein 225-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 43159,
            "identifier": "C0333258",
            "identifier_type": "str",
            "name": "Lymphorrhoea",
            "properties": {
                "url": "http://identifiers.org/umls/C0333258",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43160,
            "identifier": "9584",
            "identifier_type": "int",
            "name": "RBM39",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9584",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "RNA binding motif protein 39"
            },
            "metanode": "Gene"
        },
        {
            "id": 43161,
            "identifier": "GO:0031455",
            "identifier_type": "str",
            "name": "glycine betaine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031455",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43162,
            "identifier": "C0017636",
            "identifier_type": "str",
            "name": "Glioblastoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0017636",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43163,
            "identifier": "DB06703",
            "identifier_type": "str",
            "name": "Gadobutrol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06703",
                "inchi": "InChI=1/C18H34N4O9.Gd/c23-12-14(15(25)13-24)22-7-5-20(10-17(28)29)3-1-19(9-16(26)27)2-4-21(6-8-22)11-18(30)31;/h14-15,23-25H,1-13H2,(H,26,27)(H,28,29)(H,30,31);/q;+3/p-3/t14-,15-;/s2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ZPDFIIGFYAHNSK-ZCTZICQLNA-K"
            },
            "metanode": "Compound"
        },
        {
            "id": 43164,
            "identifier": "GO:0007033",
            "identifier_type": "str",
            "name": "vacuole organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007033",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43165,
            "identifier": "26505",
            "identifier_type": "int",
            "name": "CNNM3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26505",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "cyclin and CBS domain divalent metal cation transport mediator 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 43166,
            "identifier": "GO:0044240",
            "identifier_type": "str",
            "name": "multicellular organismal lipid catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044240",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43167,
            "identifier": "64682",
            "identifier_type": "int",
            "name": "ANAPC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64682",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "anaphase promoting complex subunit 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 43168,
            "identifier": "100996401",
            "identifier_type": "int",
            "name": "LOC100996401",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996401",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "transmembrane protein 191B"
            },
            "metanode": "Gene"
        },
        {
            "id": 43169,
            "identifier": "79724",
            "identifier_type": "int",
            "name": "ZNF768",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79724",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "zinc finger protein 768"
            },
            "metanode": "Gene"
        },
        {
            "id": 43170,
            "identifier": "C0221245",
            "identifier_type": "str",
            "name": "Skin fissures",
            "properties": {
                "url": "http://identifiers.org/umls/C0221245",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43171,
            "identifier": "9364",
            "identifier_type": "int",
            "name": "RAB28",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9364",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "RAB28, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 43172,
            "identifier": "GO:0002260",
            "identifier_type": "str",
            "name": "lymphocyte homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002260",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43173,
            "identifier": "DB00779",
            "identifier_type": "str",
            "name": "Nalidixic Acid",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00779",
                "inchi": "InChI=1S/C12H12N2O3/c1-3-14-6-9(12(16)17)10(15)8-5-4-7(2)13-11(8)14/h4-6H,3H2,1-2H3,(H,16,17)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=MHWLWQUZZRMNGJ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        }
    ]
}