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=29375
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=29400",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=29350",
    "results": [
        {
            "id": 29368,
            "identifier": "GO:0010710",
            "identifier_type": "str",
            "name": "regulation of collagen catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010710",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29369,
            "identifier": "105377866",
            "identifier_type": "int",
            "name": "LOC105377866",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105377866",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "uncharacterized LOC105377866"
            },
            "metanode": "Gene"
        },
        {
            "id": 29370,
            "identifier": "GO:0050849",
            "identifier_type": "str",
            "name": "negative regulation of calcium-mediated signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050849",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29371,
            "identifier": "GO:0016671",
            "identifier_type": "str",
            "name": "oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016671",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29372,
            "identifier": "GO:0042414",
            "identifier_type": "str",
            "name": "epinephrine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042414",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29373,
            "identifier": "GO:0033615",
            "identifier_type": "str",
            "name": "mitochondrial proton-transporting ATP synthase complex assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033615",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29374,
            "identifier": "GO:0071344",
            "identifier_type": "str",
            "name": "diphosphate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071344",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29375,
            "identifier": "286336",
            "identifier_type": "int",
            "name": "FAM78A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/286336",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "family with sequence similarity 78, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 29376,
            "identifier": "4726",
            "identifier_type": "int",
            "name": "NDUFS6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4726",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "NADH dehydrogenase (ubiquinone) Fe-S protein 6, 13kDa (NADH-coenzyme Q reductase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29377,
            "identifier": "C0549336",
            "identifier_type": "str",
            "name": "Asthma aggravated",
            "properties": {
                "url": "http://identifiers.org/umls/C0549336",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29378,
            "identifier": "DB00974",
            "identifier_type": "str",
            "name": "Edetic Acid",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00974",
                "inchi": "InChI=1S/C10H16N2O8/c13-7(14)3-11(4-8(15)16)1-2-12(5-9(17)18)6-10(19)20/h1-6H2,(H,13,14)(H,15,16)(H,17,18)(H,19,20)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=KCXVZYZYPLLWCC-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 29379,
            "identifier": "729545",
            "identifier_type": "int",
            "name": "LOC729545",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729545",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "WBSCR19-like protein 5-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 29380,
            "identifier": "C0232831",
            "identifier_type": "str",
            "name": "Hyposthenuria",
            "properties": {
                "url": "http://identifiers.org/umls/C0232831",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29381,
            "identifier": "7051",
            "identifier_type": "int",
            "name": "TGM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7051",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "transglutaminase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 29382,
            "identifier": "C0028949",
            "identifier_type": "str",
            "name": "Oligomenorrhoea",
            "properties": {
                "url": "http://identifiers.org/umls/C0028949",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29383,
            "identifier": "388820",
            "identifier_type": "int",
            "name": "LOC388820",
            "properties": {
                "url": "http://identifiers.org/ncbigene/388820",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "putative uncharacterized protein LOC388820"
            },
            "metanode": "Gene"
        },
        {
            "id": 29384,
            "identifier": "GO:0031234",
            "identifier_type": "str",
            "name": "extrinsic component of cytoplasmic side of plasma membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031234",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 29385,
            "identifier": "100287477",
            "identifier_type": "int",
            "name": "LOC100287477",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100287477",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 420-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 29386,
            "identifier": "25888",
            "identifier_type": "int",
            "name": "ZNF473",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25888",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 473"
            },
            "metanode": "Gene"
        },
        {
            "id": 29387,
            "identifier": "GO:2001288",
            "identifier_type": "str",
            "name": "positive regulation of caveolin-mediated endocytosis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001288",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29388,
            "identifier": "1759",
            "identifier_type": "int",
            "name": "DNM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1759",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "dynamin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 29389,
            "identifier": "240",
            "identifier_type": "int",
            "name": "ALOX5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/240",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "arachidonate 5-lipoxygenase"
            },
            "metanode": "Gene"
        },
        {
            "id": 29390,
            "identifier": "8747",
            "identifier_type": "int",
            "name": "ADAM21",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8747",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "ADAM metallopeptidase domain 21"
            },
            "metanode": "Gene"
        },
        {
            "id": 29391,
            "identifier": "643155",
            "identifier_type": "int",
            "name": "SMIM15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/643155",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "small integral membrane protein 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 29392,
            "identifier": "105378190",
            "identifier_type": "int",
            "name": "LOC105378190",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105378190",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "uncharacterized LOC105378190"
            },
            "metanode": "Gene"
        }
    ]
}