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=7075
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=7100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=7050",
    "results": [
        {
            "id": 7065,
            "identifier": "217",
            "identifier_type": "int",
            "name": "ALDH2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/217",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "aldehyde dehydrogenase 2 family (mitochondrial)"
            },
            "metanode": "Gene"
        },
        {
            "id": 7066,
            "identifier": "8724",
            "identifier_type": "int",
            "name": "SNX3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8724",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "sorting nexin 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 7067,
            "identifier": "C0020678",
            "identifier_type": "str",
            "name": "Hypotrichosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0020678",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7068,
            "identifier": "C0233417",
            "identifier_type": "str",
            "name": "Poor concentration",
            "properties": {
                "url": "http://identifiers.org/umls/C0233417",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7069,
            "identifier": "GO:0005796",
            "identifier_type": "str",
            "name": "Golgi lumen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005796",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 7070,
            "identifier": "PC7_6903",
            "identifier_type": "str",
            "name": "Regulation of gene expression by Hypoxia-inducible Factor",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7071,
            "identifier": "GO:0032467",
            "identifier_type": "str",
            "name": "positive regulation of cytokinesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032467",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7072,
            "identifier": "GO:0051536",
            "identifier_type": "str",
            "name": "iron-sulfur cluster binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051536",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 7073,
            "identifier": "2686",
            "identifier_type": "int",
            "name": "GGT7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2686",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "gamma-glutamyltransferase 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 7074,
            "identifier": "11177",
            "identifier_type": "int",
            "name": "BAZ1A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11177",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "bromodomain adjacent to zinc finger domain, 1A"
            },
            "metanode": "Gene"
        },
        {
            "id": 7075,
            "identifier": "129804",
            "identifier_type": "int",
            "name": "FBLN7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/129804",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "fibulin 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 7076,
            "identifier": "55161",
            "identifier_type": "int",
            "name": "TMEM33",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55161",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "transmembrane protein 33"
            },
            "metanode": "Gene"
        },
        {
            "id": 7077,
            "identifier": "347733",
            "identifier_type": "int",
            "name": "TUBB2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/347733",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "tubulin, beta 2B class IIb"
            },
            "metanode": "Gene"
        },
        {
            "id": 7078,
            "identifier": "102723456",
            "identifier_type": "int",
            "name": "LOC102723456",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723456",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "classical arabinogalactan protein 4-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 7079,
            "identifier": "729974",
            "identifier_type": "int",
            "name": "RFPL4AL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729974",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ret finger protein-like 4A-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7080,
            "identifier": "GO:0046940",
            "identifier_type": "str",
            "name": "nucleoside monophosphate phosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046940",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7081,
            "identifier": "24139",
            "identifier_type": "int",
            "name": "EML2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/24139",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "echinoderm microtubule associated protein like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 7082,
            "identifier": "GO:0045355",
            "identifier_type": "str",
            "name": "negative regulation of interferon-alpha biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045355",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7083,
            "identifier": "7464",
            "identifier_type": "int",
            "name": "CORO2A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7464",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "coronin, actin binding protein, 2A"
            },
            "metanode": "Gene"
        },
        {
            "id": 7084,
            "identifier": "254065",
            "identifier_type": "int",
            "name": "BRWD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/254065",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "bromodomain and WD repeat domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 7085,
            "identifier": "GO:0032945",
            "identifier_type": "str",
            "name": "negative regulation of mononuclear cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032945",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7086,
            "identifier": "30845",
            "identifier_type": "int",
            "name": "EHD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/30845",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "EH-domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 7087,
            "identifier": "55859",
            "identifier_type": "int",
            "name": "BEX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55859",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "brain expressed, X-linked 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7088,
            "identifier": "C0023524",
            "identifier_type": "str",
            "name": "Progressive multifocal leukoencephalopathy",
            "properties": {
                "url": "http://identifiers.org/umls/C0023524",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7089,
            "identifier": "C0917799",
            "identifier_type": "str",
            "name": "Hypersomnia",
            "properties": {
                "url": "http://identifiers.org/umls/C0917799",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}