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=17650
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=17675",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=17625",
    "results": [
        {
            "id": 17639,
            "identifier": "26001",
            "identifier_type": "int",
            "name": "RNF167",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26001",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "ring finger protein 167"
            },
            "metanode": "Gene"
        },
        {
            "id": 17640,
            "identifier": "1996",
            "identifier_type": "int",
            "name": "ELAVL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1996",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ELAV like neuron-specific RNA binding protein 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 17641,
            "identifier": "55559",
            "identifier_type": "int",
            "name": "HAUS7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55559",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "HAUS augmin-like complex, subunit 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 17642,
            "identifier": "GO:0072143",
            "identifier_type": "str",
            "name": "mesangial cell development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072143",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17643,
            "identifier": "GO:2000501",
            "identifier_type": "str",
            "name": "regulation of natural killer cell chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000501",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17644,
            "identifier": "GO:0003208",
            "identifier_type": "str",
            "name": "cardiac ventricle morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003208",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17645,
            "identifier": "GO:0033179",
            "identifier_type": "str",
            "name": "proton-transporting V-type ATPase, V0 domain",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033179",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 17646,
            "identifier": "55504",
            "identifier_type": "int",
            "name": "TNFRSF19",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55504",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "tumor necrosis factor receptor superfamily, member 19"
            },
            "metanode": "Gene"
        },
        {
            "id": 17647,
            "identifier": "C0425481",
            "identifier_type": "str",
            "name": "Respiratory sighs",
            "properties": {
                "url": "http://identifiers.org/umls/C0425481",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17648,
            "identifier": "PC7_7372",
            "identifier_type": "str",
            "name": "STING mediated induction of host immune responses",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 17649,
            "identifier": "81545",
            "identifier_type": "int",
            "name": "FBXO38",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81545",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "F-box protein 38"
            },
            "metanode": "Gene"
        },
        {
            "id": 17650,
            "identifier": "118980",
            "identifier_type": "int",
            "name": "SFXN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/118980",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "sideroflexin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 17651,
            "identifier": "GO:0009164",
            "identifier_type": "str",
            "name": "nucleoside catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009164",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17652,
            "identifier": "GO:0008612",
            "identifier_type": "str",
            "name": "peptidyl-lysine modification to peptidyl-hypusine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008612",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17653,
            "identifier": "11313",
            "identifier_type": "int",
            "name": "LYPLA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11313",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "lysophospholipase II"
            },
            "metanode": "Gene"
        },
        {
            "id": 17654,
            "identifier": "GO:0038145",
            "identifier_type": "str",
            "name": "macrophage colony-stimulating factor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038145",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17655,
            "identifier": "C0877373",
            "identifier_type": "str",
            "name": "Advanced cancer",
            "properties": {
                "url": "http://identifiers.org/umls/C0877373",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17656,
            "identifier": "79918",
            "identifier_type": "int",
            "name": "SETD6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79918",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "SET domain containing 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 17657,
            "identifier": "GO:0017154",
            "identifier_type": "str",
            "name": "semaphorin receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0017154",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17658,
            "identifier": "DB00858",
            "identifier_type": "str",
            "name": "Drostanolone",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00858",
                "inchi": "InChI=1S/C20H32O2/c1-12-11-20(3)13(10-17(12)21)4-5-14-15-6-7-18(22)19(15,2)9-8-16(14)20/h12-16,18,22H,4-11H2,1-3H3/t12-,13+,14+,15+,16+,18+,19+,20+/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=IKXILDNPCZPPRV-RFMGOVQKSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 17659,
            "identifier": "5147",
            "identifier_type": "int",
            "name": "PDE6D",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5147",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "phosphodiesterase 6D, cGMP-specific, rod, delta"
            },
            "metanode": "Gene"
        },
        {
            "id": 17660,
            "identifier": "GO:1990239",
            "identifier_type": "str",
            "name": "steroid hormone binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990239",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17661,
            "identifier": "90120",
            "identifier_type": "int",
            "name": "C9orf69",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90120",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "chromosome 9 open reading frame 69"
            },
            "metanode": "Gene"
        },
        {
            "id": 17662,
            "identifier": "N0000009065",
            "identifier_type": "str",
            "name": "Hematologic Activity Alteration",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000009065",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Physiologic Effect"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 17663,
            "identifier": "23242",
            "identifier_type": "int",
            "name": "COBL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23242",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "cordon-bleu WH2 repeat protein"
            },
            "metanode": "Gene"
        }
    ]
}