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=13375
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=13400",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=13350",
    "results": [
        {
            "id": 13366,
            "identifier": "GO:0016933",
            "identifier_type": "str",
            "name": "extracellular-glycine-gated ion channel activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016933",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13367,
            "identifier": "101927767",
            "identifier_type": "int",
            "name": "LOC101927767",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101927767",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC101927767"
            },
            "metanode": "Gene"
        },
        {
            "id": 13368,
            "identifier": "2138",
            "identifier_type": "int",
            "name": "EYA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2138",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "EYA transcriptional coactivator and phosphatase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13369,
            "identifier": "10645",
            "identifier_type": "int",
            "name": "CAMKK2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10645",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "calcium/calmodulin-dependent protein kinase kinase 2, beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 13370,
            "identifier": "GO:0004882",
            "identifier_type": "str",
            "name": "androgen receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004882",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13371,
            "identifier": "GO:0043489",
            "identifier_type": "str",
            "name": "RNA stabilization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043489",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13372,
            "identifier": "GO:0060836",
            "identifier_type": "str",
            "name": "lymphatic endothelial cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060836",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13373,
            "identifier": "C0948715",
            "identifier_type": "str",
            "name": "Infusion related reaction",
            "properties": {
                "url": "http://identifiers.org/umls/C0948715",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13374,
            "identifier": "D010243",
            "identifier_type": "str",
            "name": "Paralysis",
            "properties": {
                "url": "http://identifiers.org/mesh/D010243",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 13375,
            "identifier": "GO:0006529",
            "identifier_type": "str",
            "name": "asparagine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006529",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13376,
            "identifier": "4607",
            "identifier_type": "int",
            "name": "MYBPC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4607",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "myosin binding protein C, cardiac"
            },
            "metanode": "Gene"
        },
        {
            "id": 13377,
            "identifier": "54629",
            "identifier_type": "int",
            "name": "FAM63B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54629",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "family with sequence similarity 63, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 13378,
            "identifier": "C0521476",
            "identifier_type": "str",
            "name": "Nail bed infection",
            "properties": {
                "url": "http://identifiers.org/umls/C0521476",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13379,
            "identifier": "GO:0060707",
            "identifier_type": "str",
            "name": "trophoblast giant cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060707",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13380,
            "identifier": "84913",
            "identifier_type": "int",
            "name": "ATOH8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84913",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "atonal homolog 8 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 13381,
            "identifier": "6932",
            "identifier_type": "int",
            "name": "TCF7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6932",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "transcription factor 7 (T-cell specific, HMG-box)"
            },
            "metanode": "Gene"
        },
        {
            "id": 13382,
            "identifier": "10695",
            "identifier_type": "int",
            "name": "CNPY3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10695",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "canopy FGF signaling regulator 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 13383,
            "identifier": "57082",
            "identifier_type": "int",
            "name": "CASC5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57082",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "cancer susceptibility candidate 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 13384,
            "identifier": "168544",
            "identifier_type": "int",
            "name": "ZNF467",
            "properties": {
                "url": "http://identifiers.org/ncbigene/168544",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "zinc finger protein 467"
            },
            "metanode": "Gene"
        },
        {
            "id": 13385,
            "identifier": "GO:0031077",
            "identifier_type": "str",
            "name": "post-embryonic camera-type eye development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031077",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13386,
            "identifier": "C0033247",
            "identifier_type": "str",
            "name": "Proctocolitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0033247",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13387,
            "identifier": "388701",
            "identifier_type": "int",
            "name": "C1orf189",
            "properties": {
                "url": "http://identifiers.org/ncbigene/388701",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "chromosome 1 open reading frame 189"
            },
            "metanode": "Gene"
        },
        {
            "id": 13388,
            "identifier": "GO:0002002",
            "identifier_type": "str",
            "name": "regulation of angiotensin levels in blood",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002002",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13389,
            "identifier": "25769",
            "identifier_type": "int",
            "name": "SLC24A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25769",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "solute carrier family 24 (sodium/potassium/calcium exchanger), member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 13390,
            "identifier": "55327",
            "identifier_type": "int",
            "name": "LIN7C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55327",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "lin-7 homolog C (C. elegans)"
            },
            "metanode": "Gene"
        }
    ]
}