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=5625
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=5650",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5600",
    "results": [
        {
            "id": 5614,
            "identifier": "C1291078",
            "identifier_type": "str",
            "name": "Epigastric discomfort",
            "properties": {
                "url": "http://identifiers.org/umls/C1291078",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5615,
            "identifier": "26151",
            "identifier_type": "int",
            "name": "NAT9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26151",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "N-acetyltransferase 9 (GCN5-related, putative)"
            },
            "metanode": "Gene"
        },
        {
            "id": 5616,
            "identifier": "GO:1903830",
            "identifier_type": "str",
            "name": "magnesium ion transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903830",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5617,
            "identifier": "55693",
            "identifier_type": "int",
            "name": "KDM4D",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55693",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "lysine (K)-specific demethylase 4D"
            },
            "metanode": "Gene"
        },
        {
            "id": 5618,
            "identifier": "N0000007700",
            "identifier_type": "str",
            "name": "Retinoids",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000007700",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 5619,
            "identifier": "GO:0048857",
            "identifier_type": "str",
            "name": "neural nucleus development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048857",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5620,
            "identifier": "100532727",
            "identifier_type": "int",
            "name": "DDX11L12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100532727",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "DEAD/H box polypeptide 11 like 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 5621,
            "identifier": "8994",
            "identifier_type": "int",
            "name": "LIMD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8994",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "LIM domains containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5622,
            "identifier": "440515",
            "identifier_type": "int",
            "name": "ZNF506",
            "properties": {
                "url": "http://identifiers.org/ncbigene/440515",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 506"
            },
            "metanode": "Gene"
        },
        {
            "id": 5623,
            "identifier": "GO:0055076",
            "identifier_type": "str",
            "name": "transition metal ion homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0055076",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5624,
            "identifier": "27089",
            "identifier_type": "int",
            "name": "UQCRQ",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27089",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "ubiquinol-cytochrome c reductase, complex III subunit VII, 9.5kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 5625,
            "identifier": "2828",
            "identifier_type": "int",
            "name": "GPR4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2828",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "G protein-coupled receptor 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 5626,
            "identifier": "GO:0009134",
            "identifier_type": "str",
            "name": "nucleoside diphosphate catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009134",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5627,
            "identifier": "GO:0042168",
            "identifier_type": "str",
            "name": "heme metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042168",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5628,
            "identifier": "C0023212",
            "identifier_type": "str",
            "name": "Left ventricular failure",
            "properties": {
                "url": "http://identifiers.org/umls/C0023212",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5629,
            "identifier": "GO:0007208",
            "identifier_type": "str",
            "name": "phospholipase C-activating serotonin receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007208",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5630,
            "identifier": "130074",
            "identifier_type": "int",
            "name": "FAM168B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/130074",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "family with sequence similarity 168, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 5631,
            "identifier": "100507221",
            "identifier_type": "int",
            "name": "LOC100507221",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100507221",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC100507221"
            },
            "metanode": "Gene"
        },
        {
            "id": 5632,
            "identifier": "5281",
            "identifier_type": "int",
            "name": "PIGF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5281",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "phosphatidylinositol glycan anchor biosynthesis, class F"
            },
            "metanode": "Gene"
        },
        {
            "id": 5633,
            "identifier": "GO:0006655",
            "identifier_type": "str",
            "name": "phosphatidylglycerol biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006655",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5634,
            "identifier": "116159",
            "identifier_type": "int",
            "name": "CYYR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116159",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "cysteine/tyrosine-rich 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5635,
            "identifier": "GO:0071417",
            "identifier_type": "str",
            "name": "cellular response to organonitrogen compound",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071417",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5636,
            "identifier": "23376",
            "identifier_type": "int",
            "name": "UFL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23376",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "UFM1-specific ligase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5637,
            "identifier": "GO:0035925",
            "identifier_type": "str",
            "name": "mRNA 3'-UTR AU-rich region binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035925",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5638,
            "identifier": "101927160",
            "identifier_type": "int",
            "name": "LOC101927160",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101927160",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "putative uncharacterized protein FLJ46235"
            },
            "metanode": "Gene"
        }
    ]
}