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=29000
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=29025",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=28975",
    "results": [
        {
            "id": 28993,
            "identifier": "DB00591",
            "identifier_type": "str",
            "name": "Fluocinolone Acetonide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00591",
                "inchi": "InChI=1S/C24H30F2O6/c1-20(2)31-19-9-13-14-8-16(25)15-7-12(28)5-6-21(15,3)23(14,26)17(29)10-22(13,4)24(19,32-20)18(30)11-27/h5-7,13-14,16-17,19,27,29H,8-11H2,1-4H3/t13-,14-,16-,17-,19+,21-,22-,23-,24+/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=FEBLZLNTKCEFIT-VSXGLTOVSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 28994,
            "identifier": "GO:0032672",
            "identifier_type": "str",
            "name": "regulation of interleukin-3 production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032672",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28995,
            "identifier": "N0000000209",
            "identifier_type": "str",
            "name": "Adrenergic alpha-Agonists",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000000209",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 28996,
            "identifier": "4486",
            "identifier_type": "int",
            "name": "MST1R",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4486",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "macrophage stimulating 1 receptor"
            },
            "metanode": "Gene"
        },
        {
            "id": 28997,
            "identifier": "C1096708",
            "identifier_type": "str",
            "name": "Vessel puncture site inflammation",
            "properties": {
                "url": "http://identifiers.org/umls/C1096708",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28998,
            "identifier": "84920",
            "identifier_type": "int",
            "name": "ALG10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84920",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "ALG10, alpha-1,2-glucosyltransferase"
            },
            "metanode": "Gene"
        },
        {
            "id": 28999,
            "identifier": "D065635",
            "identifier_type": "str",
            "name": "Benign Paroxysmal Positional Vertigo",
            "properties": {
                "url": "http://identifiers.org/mesh/D065635",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 29000,
            "identifier": "GO:0034351",
            "identifier_type": "str",
            "name": "negative regulation of glial cell apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034351",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29001,
            "identifier": "GO:0001975",
            "identifier_type": "str",
            "name": "response to amphetamine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001975",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29002,
            "identifier": "C0015409",
            "identifier_type": "str",
            "name": "Eye penetration",
            "properties": {
                "url": "http://identifiers.org/umls/C0015409",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29003,
            "identifier": "6939",
            "identifier_type": "int",
            "name": "TCF15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6939",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "transcription factor 15 (basic helix-loop-helix)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29004,
            "identifier": "56961",
            "identifier_type": "int",
            "name": "SHD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56961",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "Src homology 2 domain containing transforming protein D"
            },
            "metanode": "Gene"
        },
        {
            "id": 29005,
            "identifier": "100129307",
            "identifier_type": "int",
            "name": "LOC100129307",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100129307",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "putative UPF0607 protein ENSP00000383144"
            },
            "metanode": "Gene"
        },
        {
            "id": 29006,
            "identifier": "C0428167",
            "identifier_type": "str",
            "name": "Fraction of inspired oxygen",
            "properties": {
                "url": "http://identifiers.org/umls/C0428167",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29007,
            "identifier": "GO:0071012",
            "identifier_type": "str",
            "name": "catalytic step 1 spliceosome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071012",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 29008,
            "identifier": "148229",
            "identifier_type": "int",
            "name": "ATP8B3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/148229",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ATPase, aminophospholipid transporter, class I, type 8B, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 29009,
            "identifier": "25776",
            "identifier_type": "int",
            "name": "CBY1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25776",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "chibby homolog 1 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29010,
            "identifier": "GO:0005161",
            "identifier_type": "str",
            "name": "platelet-derived growth factor receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005161",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29011,
            "identifier": "64081",
            "identifier_type": "int",
            "name": "PBLD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64081",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "phenazine biosynthesis-like protein domain containing"
            },
            "metanode": "Gene"
        },
        {
            "id": 29012,
            "identifier": "89970",
            "identifier_type": "int",
            "name": "RSPRY1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/89970",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "ring finger and SPRY domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 29013,
            "identifier": "GO:0000379",
            "identifier_type": "str",
            "name": "tRNA-type intron splice site recognition and cleavage",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000379",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29014,
            "identifier": "8635",
            "identifier_type": "int",
            "name": "RNASET2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8635",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ribonuclease T2"
            },
            "metanode": "Gene"
        },
        {
            "id": 29015,
            "identifier": "GO:0008312",
            "identifier_type": "str",
            "name": "7S RNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008312",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29016,
            "identifier": "GO:0031441",
            "identifier_type": "str",
            "name": "negative regulation of mRNA 3'-end processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031441",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29017,
            "identifier": "GO:0003846",
            "identifier_type": "str",
            "name": "2-acylglycerol O-acyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003846",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}