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=23250
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=23275",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=23225",
    "results": [
        {
            "id": 23241,
            "identifier": "GO:0045240",
            "identifier_type": "str",
            "name": "dihydrolipoyl dehydrogenase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045240",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 23242,
            "identifier": "100507527",
            "identifier_type": "int",
            "name": "THEG5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100507527",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "testis highly expressed protein 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 23243,
            "identifier": "10254",
            "identifier_type": "int",
            "name": "STAM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10254",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "signal transducing adaptor molecule (SH3 domain and ITAM motif) 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 23244,
            "identifier": "GO:0042599",
            "identifier_type": "str",
            "name": "lamellar body",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042599",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 23245,
            "identifier": "23682",
            "identifier_type": "int",
            "name": "RAB38",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23682",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "RAB38, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 23246,
            "identifier": "4200",
            "identifier_type": "int",
            "name": "ME2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4200",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "malic enzyme 2, NAD(+)-dependent, mitochondrial"
            },
            "metanode": "Gene"
        },
        {
            "id": 23248,
            "identifier": "C0038644",
            "identifier_type": "str",
            "name": "Sudden infant death syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C0038644",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23249,
            "identifier": "84522",
            "identifier_type": "int",
            "name": "JAGN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84522",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "jagunal homolog 1 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 23250,
            "identifier": "PC7_7718",
            "identifier_type": "str",
            "name": "Syndecan-1-mediated signaling events",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 23251,
            "identifier": "6541",
            "identifier_type": "int",
            "name": "SLC7A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6541",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "solute carrier family 7 (cationic amino acid transporter, y+ system), member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23252,
            "identifier": "DB01008",
            "identifier_type": "str",
            "name": "Busulfan",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01008",
                "inchi": "InChI=1S/C6H14O6S2/c1-13(7,8)11-5-3-4-6-12-14(2,9)10/h3-6H2,1-2H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=COVZYZSDYWQREU-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 23253,
            "identifier": "GO:0009698",
            "identifier_type": "str",
            "name": "phenylpropanoid metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009698",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23254,
            "identifier": "GO:0021795",
            "identifier_type": "str",
            "name": "cerebral cortex cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021795",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23255,
            "identifier": "GO:0003093",
            "identifier_type": "str",
            "name": "regulation of glomerular filtration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003093",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23256,
            "identifier": "64393",
            "identifier_type": "int",
            "name": "ZMAT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64393",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "zinc finger, matrin-type 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 23257,
            "identifier": "GO:0002066",
            "identifier_type": "str",
            "name": "columnar/cuboidal epithelial cell development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002066",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23258,
            "identifier": "GO:0006120",
            "identifier_type": "str",
            "name": "mitochondrial electron transport, NADH to ubiquinone",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006120",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23259,
            "identifier": "170622",
            "identifier_type": "int",
            "name": "COMMD6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/170622",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "COMM domain containing 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 23260,
            "identifier": "1284",
            "identifier_type": "int",
            "name": "COL4A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1284",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "collagen, type IV, alpha 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 23261,
            "identifier": "2315",
            "identifier_type": "int",
            "name": "MLANA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2315",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "melan-A"
            },
            "metanode": "Gene"
        },
        {
            "id": 23262,
            "identifier": "C0023066",
            "identifier_type": "str",
            "name": "Laryngospasm",
            "properties": {
                "url": "http://identifiers.org/umls/C0023066",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23263,
            "identifier": "7442",
            "identifier_type": "int",
            "name": "TRPV1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "transient receptor potential cation channel, subfamily V, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23264,
            "identifier": "GO:0019172",
            "identifier_type": "str",
            "name": "glyoxalase III activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019172",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 23265,
            "identifier": "768206",
            "identifier_type": "int",
            "name": "PRCD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/768206",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "progressive rod-cone degeneration"
            },
            "metanode": "Gene"
        },
        {
            "id": 23266,
            "identifier": "C0034155",
            "identifier_type": "str",
            "name": "Thrombotic thrombocytopenic purpura",
            "properties": {
                "url": "http://identifiers.org/umls/C0034155",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}