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=30425
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=30450",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=30400",
    "results": [
        {
            "id": 30418,
            "identifier": "54674",
            "identifier_type": "int",
            "name": "LRRN3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54674",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "leucine rich repeat neuronal 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 30419,
            "identifier": "GO:0015876",
            "identifier_type": "str",
            "name": "acetyl-CoA transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015876",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30420,
            "identifier": "255349",
            "identifier_type": "int",
            "name": "TMEM211",
            "properties": {
                "url": "http://identifiers.org/ncbigene/255349",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "transmembrane protein 211"
            },
            "metanode": "Gene"
        },
        {
            "id": 30421,
            "identifier": "GO:0005925",
            "identifier_type": "str",
            "name": "focal adhesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005925",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 30422,
            "identifier": "GO:0008941",
            "identifier_type": "str",
            "name": "nitric oxide dioxygenase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008941",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30423,
            "identifier": "64651",
            "identifier_type": "int",
            "name": "CSRNP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64651",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "cysteine-serine-rich nuclear protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30424,
            "identifier": "57143",
            "identifier_type": "int",
            "name": "ADCK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57143",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "aarF domain containing kinase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30425,
            "identifier": "C0037278",
            "identifier_type": "str",
            "name": "Skin infection",
            "properties": {
                "url": "http://identifiers.org/umls/C0037278",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30426,
            "identifier": "PC7_2911",
            "identifier_type": "str",
            "name": "Cytosolic sulfonation of small molecules",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 30427,
            "identifier": "154872",
            "identifier_type": "int",
            "name": "C7orf77",
            "properties": {
                "url": "http://identifiers.org/ncbigene/154872",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "chromosome 7 open reading frame 77"
            },
            "metanode": "Gene"
        },
        {
            "id": 30428,
            "identifier": "GO:0015272",
            "identifier_type": "str",
            "name": "ATP-activated inward rectifier potassium channel activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015272",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30429,
            "identifier": "26086",
            "identifier_type": "int",
            "name": "GPSM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26086",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "G-protein signaling modulator 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30430,
            "identifier": "1809",
            "identifier_type": "int",
            "name": "DPYSL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1809",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "dihydropyrimidinase-like 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 30431,
            "identifier": "317772",
            "identifier_type": "int",
            "name": "HIST2H2AB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/317772",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "histone cluster 2, H2ab"
            },
            "metanode": "Gene"
        },
        {
            "id": 30432,
            "identifier": "64135",
            "identifier_type": "int",
            "name": "IFIH1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64135",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "interferon induced with helicase C domain 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30433,
            "identifier": "GO:0005751",
            "identifier_type": "str",
            "name": "mitochondrial respiratory chain complex IV",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005751",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 30434,
            "identifier": "79033",
            "identifier_type": "int",
            "name": "ERI3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79033",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ERI1 exoribonuclease family member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 30435,
            "identifier": "100132911",
            "identifier_type": "int",
            "name": "DPH3P1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100132911",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "diphthamide biosynthesis 3 pseudogene 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30436,
            "identifier": "182",
            "identifier_type": "int",
            "name": "JAG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/182",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "jagged 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30437,
            "identifier": "8929",
            "identifier_type": "int",
            "name": "PHOX2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8929",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "paired-like homeobox 2b"
            },
            "metanode": "Gene"
        },
        {
            "id": 30438,
            "identifier": "219453",
            "identifier_type": "int",
            "name": "OR8K5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219453",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 8, subfamily K, member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 30439,
            "identifier": "6461",
            "identifier_type": "int",
            "name": "SHB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6461",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "Src homology 2 domain containing adaptor protein B"
            },
            "metanode": "Gene"
        },
        {
            "id": 30440,
            "identifier": "GO:0045006",
            "identifier_type": "str",
            "name": "DNA deamination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045006",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30441,
            "identifier": "2763",
            "identifier_type": "int",
            "name": "GMFA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2763",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "description": "glia maturation factor, alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 30442,
            "identifier": "11270",
            "identifier_type": "int",
            "name": "NRM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11270",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "nurim (nuclear envelope membrane protein)"
            },
            "metanode": "Gene"
        }
    ]
}