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=11800
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=11825",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=11775",
    "results": [
        {
            "id": 11789,
            "identifier": "GO:0019894",
            "identifier_type": "str",
            "name": "kinesin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019894",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 11790,
            "identifier": "10084",
            "identifier_type": "int",
            "name": "PQBP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10084",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "polyglutamine binding protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11791,
            "identifier": "401944",
            "identifier_type": "int",
            "name": "LDLRAD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/401944",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "low density lipoprotein receptor class A domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 11792,
            "identifier": "PC7_1597",
            "identifier_type": "str",
            "name": "Alpha-oxidation of phytanate",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 11793,
            "identifier": "GO:0007506",
            "identifier_type": "str",
            "name": "gonadal mesoderm development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007506",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11794,
            "identifier": "GO:0090128",
            "identifier_type": "str",
            "name": "regulation of synapse maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090128",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11795,
            "identifier": "221060",
            "identifier_type": "int",
            "name": "C10orf111",
            "properties": {
                "url": "http://identifiers.org/ncbigene/221060",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "chromosome 10 open reading frame 111"
            },
            "metanode": "Gene"
        },
        {
            "id": 11796,
            "identifier": "341276",
            "identifier_type": "int",
            "name": "OR10A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/341276",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 10, subfamily A, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 11797,
            "identifier": "GO:0071028",
            "identifier_type": "str",
            "name": "nuclear mRNA surveillance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071028",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11798,
            "identifier": "GO:0007605",
            "identifier_type": "str",
            "name": "sensory perception of sound",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007605",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11799,
            "identifier": "DB00210",
            "identifier_type": "str",
            "name": "Adapalene",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00210",
                "inchi": "InChI=1S/C28H28O3/c1-31-26-7-6-23(21-2-3-22-12-24(27(29)30)5-4-20(22)11-21)13-25(26)28-14-17-8-18(15-28)10-19(9-17)16-28/h2-7,11-13,17-19H,8-10,14-16H2,1H3,(H,29,30)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=LZCDAPDGXCYOEH-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 11800,
            "identifier": "127068",
            "identifier_type": "int",
            "name": "OR2T34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/127068",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "olfactory receptor, family 2, subfamily T, member 34"
            },
            "metanode": "Gene"
        },
        {
            "id": 11801,
            "identifier": "23051",
            "identifier_type": "int",
            "name": "ZHX3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23051",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "zinc fingers and homeoboxes 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 11802,
            "identifier": "2275",
            "identifier_type": "int",
            "name": "FHL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2275",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "four and a half LIM domains 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 11803,
            "identifier": "10782",
            "identifier_type": "int",
            "name": "ZNF274",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10782",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 274"
            },
            "metanode": "Gene"
        },
        {
            "id": 11804,
            "identifier": "GO:0071621",
            "identifier_type": "str",
            "name": "granulocyte chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071621",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11805,
            "identifier": "129521",
            "identifier_type": "int",
            "name": "NMS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/129521",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "neuromedin S"
            },
            "metanode": "Gene"
        },
        {
            "id": 11806,
            "identifier": "GO:0036367",
            "identifier_type": "str",
            "name": "light adaption",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036367",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11807,
            "identifier": "4728",
            "identifier_type": "int",
            "name": "NDUFS8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4728",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "NADH dehydrogenase (ubiquinone) Fe-S protein 8, 23kDa (NADH-coenzyme Q reductase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 11808,
            "identifier": "54766",
            "identifier_type": "int",
            "name": "BTG4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54766",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "B-cell translocation gene 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 11809,
            "identifier": "GO:0015867",
            "identifier_type": "str",
            "name": "ATP transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015867",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11810,
            "identifier": "7069",
            "identifier_type": "int",
            "name": "THRSP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7069",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "thyroid hormone responsive"
            },
            "metanode": "Gene"
        },
        {
            "id": 11811,
            "identifier": "57091",
            "identifier_type": "int",
            "name": "CASS4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57091",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "Cas scaffolding protein family member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 11812,
            "identifier": "PC7_2073",
            "identifier_type": "str",
            "name": "Beta-oxidation of pristanoyl-CoA",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 11813,
            "identifier": "GO:0045844",
            "identifier_type": "str",
            "name": "positive regulation of striated muscle tissue development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045844",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}