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=6150
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=6175",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=6125",
    "results": [
        {
            "id": 6137,
            "identifier": "79989",
            "identifier_type": "int",
            "name": "TTC26",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79989",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "tetratricopeptide repeat domain 26"
            },
            "metanode": "Gene"
        },
        {
            "id": 6138,
            "identifier": "5218",
            "identifier_type": "int",
            "name": "CDK14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5218",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "cyclin-dependent kinase 14"
            },
            "metanode": "Gene"
        },
        {
            "id": 6139,
            "identifier": "55240",
            "identifier_type": "int",
            "name": "STEAP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55240",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "STEAP family member 3, metalloreductase"
            },
            "metanode": "Gene"
        },
        {
            "id": 6140,
            "identifier": "D009325",
            "identifier_type": "str",
            "name": "Nausea",
            "properties": {
                "url": "http://identifiers.org/mesh/D009325",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 6141,
            "identifier": "23057",
            "identifier_type": "int",
            "name": "NMNAT2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23057",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "nicotinamide nucleotide adenylyltransferase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 6142,
            "identifier": "7559",
            "identifier_type": "int",
            "name": "ZNF12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7559",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "zinc finger protein 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 6143,
            "identifier": "105369237",
            "identifier_type": "int",
            "name": "LOC105369237",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369237",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "sperm protein associated with the nucleus on the X chromosome B/F"
            },
            "metanode": "Gene"
        },
        {
            "id": 6144,
            "identifier": "GO:0060911",
            "identifier_type": "str",
            "name": "cardiac cell fate commitment",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060911",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6145,
            "identifier": "GO:1990188",
            "identifier_type": "str",
            "name": "euchromatin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990188",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 6146,
            "identifier": "GO:0048568",
            "identifier_type": "str",
            "name": "embryonic organ development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048568",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6147,
            "identifier": "100996420",
            "identifier_type": "int",
            "name": "DNM1P50",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996420",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "dynamin 1 pseudogene 50"
            },
            "metanode": "Gene"
        },
        {
            "id": 6148,
            "identifier": "DB06803",
            "identifier_type": "str",
            "name": "Niclosamide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06803",
                "inchi": "InChI=1S/C13H8Cl2N2O4/c14-7-1-4-12(18)9(5-7)13(19)16-11-3-2-8(17(20)21)6-10(11)15/h1-6,18H,(H,16,19)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=RJMUSRYZPJIFPJ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 6149,
            "identifier": "C0393759",
            "identifier_type": "str",
            "name": "Transient insomnia",
            "properties": {
                "url": "http://identifiers.org/umls/C0393759",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6150,
            "identifier": "GO:0045029",
            "identifier_type": "str",
            "name": "UDP-activated nucleotide receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045029",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 6151,
            "identifier": "GO:1902106",
            "identifier_type": "str",
            "name": "negative regulation of leukocyte differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902106",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6152,
            "identifier": "9255",
            "identifier_type": "int",
            "name": "AIMP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9255",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "aminoacyl tRNA synthetase complex-interacting multifunctional protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6153,
            "identifier": "59277",
            "identifier_type": "int",
            "name": "NTN4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59277",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "netrin 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 6154,
            "identifier": "DB01001",
            "identifier_type": "str",
            "name": "Salbutamol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01001",
                "inchi": "InChI=1S/C13H21NO3/c1-13(2,3)14-7-12(17)9-4-5-11(16)10(6-9)8-15/h4-6,12,14-17H,7-8H2,1-3H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NDAUXUAQIAJITI-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 6155,
            "identifier": "27350",
            "identifier_type": "int",
            "name": "APOBEC3C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27350",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "apolipoprotein B mRNA editing enzyme, catalytic polypeptide-like 3C"
            },
            "metanode": "Gene"
        },
        {
            "id": 6156,
            "identifier": "C0558401",
            "identifier_type": "str",
            "name": "Skin laceration",
            "properties": {
                "url": "http://identifiers.org/umls/C0558401",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6157,
            "identifier": "C0023067",
            "identifier_type": "str",
            "name": "Laryngitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0023067",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6158,
            "identifier": "29803",
            "identifier_type": "int",
            "name": "REPIN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29803",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "replication initiator 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6159,
            "identifier": "5542",
            "identifier_type": "int",
            "name": "PRB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5542",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "proline-rich protein BstNI subfamily 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6160,
            "identifier": "C0576702",
            "identifier_type": "str",
            "name": "Lhermitte's sign",
            "properties": {
                "url": "http://identifiers.org/umls/C0576702",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6162,
            "identifier": "GO:0014891",
            "identifier_type": "str",
            "name": "striated muscle atrophy",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014891",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}