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=20325
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=20350",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=20300",
    "results": [
        {
            "id": 20313,
            "identifier": "200312",
            "identifier_type": "int",
            "name": "RNF215",
            "properties": {
                "url": "http://identifiers.org/ncbigene/200312",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "ring finger protein 215"
            },
            "metanode": "Gene"
        },
        {
            "id": 20314,
            "identifier": "3454",
            "identifier_type": "int",
            "name": "IFNAR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3454",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "interferon (alpha, beta and omega) receptor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 20315,
            "identifier": "GO:0090344",
            "identifier_type": "str",
            "name": "negative regulation of cell aging",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090344",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20316,
            "identifier": "N0000000168",
            "identifier_type": "str",
            "name": "Selective Estrogen Receptor Modulators",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000000168",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 20317,
            "identifier": "6773",
            "identifier_type": "int",
            "name": "STAT2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6773",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "signal transducer and activator of transcription 2, 113kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 20318,
            "identifier": "C0004690",
            "identifier_type": "str",
            "name": "Balanitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0004690",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 20319,
            "identifier": "196374",
            "identifier_type": "int",
            "name": "KRT78",
            "properties": {
                "url": "http://identifiers.org/ncbigene/196374",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "keratin 78, type II"
            },
            "metanode": "Gene"
        },
        {
            "id": 20320,
            "identifier": "29842",
            "identifier_type": "int",
            "name": "TFCP2L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29842",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "transcription factor CP2-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 20321,
            "identifier": "338376",
            "identifier_type": "int",
            "name": "IFNE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/338376",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "interferon, epsilon"
            },
            "metanode": "Gene"
        },
        {
            "id": 20322,
            "identifier": "DB01101",
            "identifier_type": "str",
            "name": "Capecitabine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01101",
                "inchi": "InChI=1S/C15H22FN3O6/c1-3-4-5-6-24-15(23)18-12-9(16)7-19(14(22)17-12)13-11(21)10(20)8(2)25-13/h7-8,10-11,13,20-21H,3-6H2,1-2H3,(H,17,18,22,23)/t8-,10-,11-,13-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=GAGWJHPBXLXJQN-UORFTKCHSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 20323,
            "identifier": "C1262018",
            "identifier_type": "str",
            "name": "Transplant failure",
            "properties": {
                "url": "http://identifiers.org/umls/C1262018",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 20324,
            "identifier": "GO:0004968",
            "identifier_type": "str",
            "name": "gonadotropin-releasing hormone receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004968",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 20325,
            "identifier": "403312",
            "identifier_type": "int",
            "name": "LOC403312",
            "properties": {
                "url": "http://identifiers.org/ncbigene/403312",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "putative uncharacterized protein MGC39545"
            },
            "metanode": "Gene"
        },
        {
            "id": 20326,
            "identifier": "C1263846",
            "identifier_type": "str",
            "name": "Attention deficit/hyperactivity disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C1263846",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 20328,
            "identifier": "105379539",
            "identifier_type": "int",
            "name": "LOC105379539",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379539",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "tyrosine-protein phosphatase non-receptor type 23-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 20329,
            "identifier": "GO:0060390",
            "identifier_type": "str",
            "name": "regulation of SMAD protein import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060390",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20330,
            "identifier": "GO:0099515",
            "identifier_type": "str",
            "name": "actin filament-based transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0099515",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20331,
            "identifier": "101060442",
            "identifier_type": "int",
            "name": "LOC101060442",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101060442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "calcium-binding mitochondrial carrier protein SCaMC-1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 20332,
            "identifier": "8341",
            "identifier_type": "int",
            "name": "HIST1H2BN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8341",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H2bn"
            },
            "metanode": "Gene"
        },
        {
            "id": 20333,
            "identifier": "49856",
            "identifier_type": "int",
            "name": "WRAP73",
            "properties": {
                "url": "http://identifiers.org/ncbigene/49856",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "WD repeat containing, antisense to TP73"
            },
            "metanode": "Gene"
        },
        {
            "id": 20334,
            "identifier": "58491",
            "identifier_type": "int",
            "name": "ZNF71",
            "properties": {
                "url": "http://identifiers.org/ncbigene/58491",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 71"
            },
            "metanode": "Gene"
        },
        {
            "id": 20335,
            "identifier": "GO:0007612",
            "identifier_type": "str",
            "name": "learning",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007612",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20336,
            "identifier": "GO:0033490",
            "identifier_type": "str",
            "name": "cholesterol biosynthetic process via lathosterol",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033490",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20337,
            "identifier": "GO:0046332",
            "identifier_type": "str",
            "name": "SMAD binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046332",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 20338,
            "identifier": "2303",
            "identifier_type": "int",
            "name": "FOXC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2303",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "forkhead box C2"
            },
            "metanode": "Gene"
        }
    ]
}