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=14100
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=14125",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=14075",
    "results": [
        {
            "id": 14090,
            "identifier": "GO:0034736",
            "identifier_type": "str",
            "name": "cholesterol O-acyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034736",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14091,
            "identifier": "3420",
            "identifier_type": "int",
            "name": "IDH3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3420",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "isocitrate dehydrogenase 3 (NAD+) beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 14092,
            "identifier": "GO:0030171",
            "identifier_type": "str",
            "name": "voltage-gated proton channel activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030171",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14093,
            "identifier": "83742",
            "identifier_type": "int",
            "name": "MARVELD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83742",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "MARVEL domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 14094,
            "identifier": "283403",
            "identifier_type": "int",
            "name": "C12orf80",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283403",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "chromosome 12 open reading frame 80"
            },
            "metanode": "Gene"
        },
        {
            "id": 14095,
            "identifier": "5873",
            "identifier_type": "int",
            "name": "RAB27A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5873",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "RAB27A, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 14096,
            "identifier": "GO:0010956",
            "identifier_type": "str",
            "name": "negative regulation of calcidiol 1-monooxygenase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010956",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14097,
            "identifier": "GO:0043584",
            "identifier_type": "str",
            "name": "nose development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043584",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14098,
            "identifier": "GO:0060142",
            "identifier_type": "str",
            "name": "regulation of syncytium formation by plasma membrane fusion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060142",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14099,
            "identifier": "C0234144",
            "identifier_type": "str",
            "name": "Dysgraphia",
            "properties": {
                "url": "http://identifiers.org/umls/C0234144",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14100,
            "identifier": "GO:0008553",
            "identifier_type": "str",
            "name": "hydrogen-exporting ATPase activity, phosphorylative mechanism",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008553",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14101,
            "identifier": "54754",
            "identifier_type": "int",
            "name": "NUTM2F",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54754",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "NUT family member 2F"
            },
            "metanode": "Gene"
        },
        {
            "id": 14102,
            "identifier": "4118",
            "identifier_type": "int",
            "name": "MAL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4118",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "mal, T-cell differentiation protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 14103,
            "identifier": "GO:0006337",
            "identifier_type": "str",
            "name": "nucleosome disassembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006337",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14104,
            "identifier": "84680",
            "identifier_type": "int",
            "name": "ACCS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84680",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "1-aminocyclopropane-1-carboxylate synthase homolog (Arabidopsis)(non-functional)"
            },
            "metanode": "Gene"
        },
        {
            "id": 14105,
            "identifier": "395",
            "identifier_type": "int",
            "name": "ARHGAP6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/395",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "Rho GTPase activating protein 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 14106,
            "identifier": "DB01347",
            "identifier_type": "str",
            "name": "Saprisartan",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01347",
                "inchi": "InChI=1S/C25H22BrF3N4O4S/c1-2-19-31-21(14-8-9-14)22(24(30)34)33(19)12-13-7-10-18-16(11-13)20(26)23(37-18)15-5-3-4-6-17(15)32-38(35,36)25(27,28)29/h3-7,10-11,14,32H,2,8-9,12H2,1H3,(H2,30,34)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=DUEWVPTZCSAMNB-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 14107,
            "identifier": "GO:0046457",
            "identifier_type": "str",
            "name": "prostanoid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046457",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14108,
            "identifier": "30832",
            "identifier_type": "int",
            "name": "ZNF354C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/30832",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "zinc finger protein 354C"
            },
            "metanode": "Gene"
        },
        {
            "id": 14109,
            "identifier": "6571",
            "identifier_type": "int",
            "name": "SLC18A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6571",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "solute carrier family 18 (vesicular monoamine transporter), member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 14110,
            "identifier": "102725016",
            "identifier_type": "int",
            "name": "LOC102725016",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102725016",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 14111,
            "identifier": "GO:0004383",
            "identifier_type": "str",
            "name": "guanylate cyclase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004383",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14112,
            "identifier": "C0549264",
            "identifier_type": "str",
            "name": "Sensation of blood flow",
            "properties": {
                "url": "http://identifiers.org/umls/C0549264",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14113,
            "identifier": "GO:0034667",
            "identifier_type": "str",
            "name": "integrin alpha3-beta1 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034667",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 14114,
            "identifier": "GO:0070253",
            "identifier_type": "str",
            "name": "somatostatin secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070253",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}