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=27875
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=27900",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27850",
    "results": [
        {
            "id": 27867,
            "identifier": "387638",
            "identifier_type": "int",
            "name": "C10orf113",
            "properties": {
                "url": "http://identifiers.org/ncbigene/387638",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "chromosome 10 open reading frame 113"
            },
            "metanode": "Gene"
        },
        {
            "id": 27868,
            "identifier": "PC7_6515",
            "identifier_type": "str",
            "name": "Platelet homeostasis",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 27869,
            "identifier": "701",
            "identifier_type": "int",
            "name": "BUB1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/701",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "BUB1 mitotic checkpoint serine/threonine kinase B"
            },
            "metanode": "Gene"
        },
        {
            "id": 27870,
            "identifier": "9448",
            "identifier_type": "int",
            "name": "MAP4K4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9448",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "mitogen-activated protein kinase kinase kinase kinase 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 27871,
            "identifier": "C0080174",
            "identifier_type": "str",
            "name": "Spina bifida occulta",
            "properties": {
                "url": "http://identifiers.org/umls/C0080174",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27872,
            "identifier": "GO:0042659",
            "identifier_type": "str",
            "name": "regulation of cell fate specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042659",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27873,
            "identifier": "DOID:8577",
            "identifier_type": "str",
            "name": "ulcerative colitis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_8577",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 27874,
            "identifier": "27303",
            "identifier_type": "int",
            "name": "RBMS3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27303",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "RNA binding motif, single stranded interacting protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 27875,
            "identifier": "83604",
            "identifier_type": "int",
            "name": "TMEM47",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83604",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "transmembrane protein 47"
            },
            "metanode": "Gene"
        },
        {
            "id": 27876,
            "identifier": "GO:0051533",
            "identifier_type": "str",
            "name": "positive regulation of NFAT protein import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051533",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27877,
            "identifier": "C0015967",
            "identifier_type": "str",
            "name": "Body temperature increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0015967",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27878,
            "identifier": "GO:0000978",
            "identifier_type": "str",
            "name": "RNA polymerase II core promoter proximal region sequence-specific DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000978",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27879,
            "identifier": "GO:0032391",
            "identifier_type": "str",
            "name": "photoreceptor connecting cilium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032391",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27880,
            "identifier": "GO:0045070",
            "identifier_type": "str",
            "name": "positive regulation of viral genome replication",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045070",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27881,
            "identifier": "GO:0061626",
            "identifier_type": "str",
            "name": "pharyngeal arch artery morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061626",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27882,
            "identifier": "GO:0047756",
            "identifier_type": "str",
            "name": "chondroitin 4-sulfotransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0047756",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27883,
            "identifier": "23590",
            "identifier_type": "int",
            "name": "PDSS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23590",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "prenyl (decaprenyl) diphosphate synthase, subunit 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27884,
            "identifier": "84458",
            "identifier_type": "int",
            "name": "LCOR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84458",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "ligand dependent nuclear receptor corepressor"
            },
            "metanode": "Gene"
        },
        {
            "id": 27885,
            "identifier": "8076",
            "identifier_type": "int",
            "name": "MFAP5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8076",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "microfibrillar associated protein 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 27886,
            "identifier": "346702",
            "identifier_type": "int",
            "name": "PRSS51",
            "properties": {
                "url": "http://identifiers.org/ncbigene/346702",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "protease, serine, 51"
            },
            "metanode": "Gene"
        },
        {
            "id": 27887,
            "identifier": "GO:0032147",
            "identifier_type": "str",
            "name": "activation of protein kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032147",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27888,
            "identifier": "GO:1990666",
            "identifier_type": "str",
            "name": "PCSK9-LDLR complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990666",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27889,
            "identifier": "6433",
            "identifier_type": "int",
            "name": "SFSWAP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6433",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "splicing factor, suppressor of white-apricot family"
            },
            "metanode": "Gene"
        },
        {
            "id": 27890,
            "identifier": "GO:0034058",
            "identifier_type": "str",
            "name": "endosomal vesicle fusion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034058",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27891,
            "identifier": "GO:0017091",
            "identifier_type": "str",
            "name": "AU-rich element binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0017091",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}