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=30575
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=30600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=30550",
    "results": [
        {
            "id": 30568,
            "identifier": "84172",
            "identifier_type": "int",
            "name": "POLR1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84172",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "polymerase (RNA) I polypeptide B, 128kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 30569,
            "identifier": "135644",
            "identifier_type": "int",
            "name": "TRIM40",
            "properties": {
                "url": "http://identifiers.org/ncbigene/135644",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "tripartite motif containing 40"
            },
            "metanode": "Gene"
        },
        {
            "id": 30570,
            "identifier": "GO:0086089",
            "identifier_type": "str",
            "name": "voltage-gated potassium channel activity involved in atrial cardiac muscle cell action potential repolarization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086089",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30571,
            "identifier": "GO:0038127",
            "identifier_type": "str",
            "name": "ERBB signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038127",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30572,
            "identifier": "GO:0002934",
            "identifier_type": "str",
            "name": "desmosome organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002934",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30573,
            "identifier": "GO:0090179",
            "identifier_type": "str",
            "name": "planar cell polarity pathway involved in neural tube closure",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090179",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30574,
            "identifier": "GO:0006601",
            "identifier_type": "str",
            "name": "creatine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006601",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30575,
            "identifier": "PC7_6373",
            "identifier_type": "str",
            "name": "Passive transport by Aquaporins",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 30576,
            "identifier": "140458",
            "identifier_type": "int",
            "name": "ASB5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140458",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "ankyrin repeat and SOCS box containing 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 30577,
            "identifier": "GO:0061117",
            "identifier_type": "str",
            "name": "negative regulation of heart growth",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061117",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30578,
            "identifier": "GO:0090650",
            "identifier_type": "str",
            "name": "cellular response to oxygen-glucose deprivation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090650",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30579,
            "identifier": "390157",
            "identifier_type": "int",
            "name": "OR8K1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390157",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 8, subfamily K, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30580,
            "identifier": "100288814",
            "identifier_type": "int",
            "name": "CLDN34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100288814",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "claudin 34"
            },
            "metanode": "Gene"
        },
        {
            "id": 30581,
            "identifier": "DB00534",
            "identifier_type": "str",
            "name": "Chlormerodrin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00534",
                "inchi": "InChI=1S/C5H11N2O2.ClH.Hg/c1-4(9-2)3-7-5(6)8;;/h4H,1,3H2,2H3,(H3,6,7,8);1H;/q;;+1/p-1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=BJFGVYCULWBXKF-UHFFFAOYSA-M"
            },
            "metanode": "Compound"
        },
        {
            "id": 30582,
            "identifier": "GO:0043353",
            "identifier_type": "str",
            "name": "enucleate erythrocyte differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043353",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30583,
            "identifier": "164832",
            "identifier_type": "int",
            "name": "LONRF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/164832",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "LON peptidase N-terminal domain and ring finger 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 30584,
            "identifier": "283459",
            "identifier_type": "int",
            "name": "GATC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283459",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "glutamyl-tRNA(Gln) amidotransferase, subunit C"
            },
            "metanode": "Gene"
        },
        {
            "id": 30585,
            "identifier": "GO:0003705",
            "identifier_type": "str",
            "name": "transcription factor activity, RNA polymerase II distal enhancer sequence-specific binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003705",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30586,
            "identifier": "GO:0001669",
            "identifier_type": "str",
            "name": "acrosomal vesicle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001669",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 30587,
            "identifier": "GO:0002039",
            "identifier_type": "str",
            "name": "p53 binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002039",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30588,
            "identifier": "8383",
            "identifier_type": "int",
            "name": "OR1A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8383",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "olfactory receptor, family 1, subfamily A, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30589,
            "identifier": "23585",
            "identifier_type": "int",
            "name": "TMEM50A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23585",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "transmembrane protein 50A"
            },
            "metanode": "Gene"
        },
        {
            "id": 30590,
            "identifier": "C0003486",
            "identifier_type": "str",
            "name": "Aortic aneurysm",
            "properties": {
                "url": "http://identifiers.org/umls/C0003486",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30591,
            "identifier": "GO:0019918",
            "identifier_type": "str",
            "name": "peptidyl-arginine methylation, to symmetrical-dimethyl arginine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019918",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30592,
            "identifier": "23768",
            "identifier_type": "int",
            "name": "FLRT2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23768",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "fibronectin leucine rich transmembrane protein 2"
            },
            "metanode": "Gene"
        }
    ]
}