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=38150
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=38175",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=38125",
    "results": [
        {
            "id": 38147,
            "identifier": "GO:0030900",
            "identifier_type": "str",
            "name": "forebrain development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030900",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38148,
            "identifier": "57192",
            "identifier_type": "int",
            "name": "MCOLN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57192",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "mucolipin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 38149,
            "identifier": "GO:0034727",
            "identifier_type": "str",
            "name": "piecemeal microautophagy of nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034727",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38150,
            "identifier": "C0021359",
            "identifier_type": "str",
            "name": "Infertility",
            "properties": {
                "url": "http://identifiers.org/umls/C0021359",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 38151,
            "identifier": "GO:2000052",
            "identifier_type": "str",
            "name": "positive regulation of non-canonical Wnt signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000052",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38152,
            "identifier": "C0694547",
            "identifier_type": "str",
            "name": "Systolic ejection murmur",
            "properties": {
                "url": "http://identifiers.org/umls/C0694547",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 38153,
            "identifier": "388282",
            "identifier_type": "int",
            "name": "LOC388282",
            "properties": {
                "url": "http://identifiers.org/ncbigene/388282",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC388282"
            },
            "metanode": "Gene"
        },
        {
            "id": 38154,
            "identifier": "GO:0009266",
            "identifier_type": "str",
            "name": "response to temperature stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009266",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38155,
            "identifier": "25895",
            "identifier_type": "int",
            "name": "METTL21B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25895",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "methyltransferase like 21B"
            },
            "metanode": "Gene"
        },
        {
            "id": 38156,
            "identifier": "132946",
            "identifier_type": "int",
            "name": "ARL9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/132946",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "ADP-ribosylation factor-like 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 38157,
            "identifier": "55437",
            "identifier_type": "int",
            "name": "STRADB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55437",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "STE20-related kinase adaptor beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 38158,
            "identifier": "GO:0048199",
            "identifier_type": "str",
            "name": "vesicle targeting, to, from or within Golgi",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048199",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38159,
            "identifier": "6855",
            "identifier_type": "int",
            "name": "SYP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6855",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "synaptophysin"
            },
            "metanode": "Gene"
        },
        {
            "id": 38160,
            "identifier": "GO:0010909",
            "identifier_type": "str",
            "name": "positive regulation of heparan sulfate proteoglycan biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010909",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38161,
            "identifier": "105371189",
            "identifier_type": "int",
            "name": "LOC105371189",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371189",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "nuclear pore complex-interacting protein family member B9-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 38162,
            "identifier": "105375840",
            "identifier_type": "int",
            "name": "LOC105375840",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "uncharacterized LOC105375840"
            },
            "metanode": "Gene"
        },
        {
            "id": 38163,
            "identifier": "GO:0008670",
            "identifier_type": "str",
            "name": "2,4-dienoyl-CoA reductase (NADPH) activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008670",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 38164,
            "identifier": "247",
            "identifier_type": "int",
            "name": "ALOX15B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/247",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "arachidonate 15-lipoxygenase, type B"
            },
            "metanode": "Gene"
        },
        {
            "id": 38165,
            "identifier": "8738",
            "identifier_type": "int",
            "name": "CRADD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8738",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "CASP2 and RIPK1 domain containing adaptor with death domain"
            },
            "metanode": "Gene"
        },
        {
            "id": 38166,
            "identifier": "GO:0010421",
            "identifier_type": "str",
            "name": "hydrogen peroxide-mediated programmed cell death",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010421",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38167,
            "identifier": "GO:2000347",
            "identifier_type": "str",
            "name": "positive regulation of hepatocyte proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000347",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38168,
            "identifier": "GO:0035098",
            "identifier_type": "str",
            "name": "ESC/E(Z) complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035098",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 38169,
            "identifier": "GO:0051496",
            "identifier_type": "str",
            "name": "positive regulation of stress fiber assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051496",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38170,
            "identifier": "2572",
            "identifier_type": "int",
            "name": "GAD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2572",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "glutamate decarboxylase 2 (pancreatic islets and brain, 65kDa)"
            },
            "metanode": "Gene"
        },
        {
            "id": 38171,
            "identifier": "11335",
            "identifier_type": "int",
            "name": "CBX3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11335",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "chromobox homolog 3"
            },
            "metanode": "Gene"
        }
    ]
}