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=6050
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=6075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=6025",
    "results": [
        {
            "id": 6038,
            "identifier": "5393",
            "identifier_type": "int",
            "name": "EXOSC9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5393",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "exosome component 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 6039,
            "identifier": "51335",
            "identifier_type": "int",
            "name": "NGRN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51335",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "neugrin, neurite outgrowth associated"
            },
            "metanode": "Gene"
        },
        {
            "id": 6040,
            "identifier": "C0026838",
            "identifier_type": "str",
            "name": "Muscle spasticity",
            "properties": {
                "url": "http://identifiers.org/umls/C0026838",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6041,
            "identifier": "105371397",
            "identifier_type": "int",
            "name": "LOC105371397",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371397",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC105371397"
            },
            "metanode": "Gene"
        },
        {
            "id": 6042,
            "identifier": "375189",
            "identifier_type": "int",
            "name": "PFN4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/375189",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "profilin family, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 6043,
            "identifier": "7862",
            "identifier_type": "int",
            "name": "BRPF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7862",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "bromodomain and PHD finger containing, 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6044,
            "identifier": "84328",
            "identifier_type": "int",
            "name": "LZIC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84328",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "leucine zipper and CTNNBIP1 domain containing"
            },
            "metanode": "Gene"
        },
        {
            "id": 6045,
            "identifier": "PC7_4016",
            "identifier_type": "str",
            "name": "GABA receptor activation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 6046,
            "identifier": "C2826318",
            "identifier_type": "str",
            "name": "Refractory cytopenia with unilineage dysplasia",
            "properties": {
                "url": "http://identifiers.org/umls/C2826318",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6047,
            "identifier": "GO:0051250",
            "identifier_type": "str",
            "name": "negative regulation of lymphocyte activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051250",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6048,
            "identifier": "C0009376",
            "identifier_type": "str",
            "name": "Colonic polyp",
            "properties": {
                "url": "http://identifiers.org/umls/C0009376",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6049,
            "identifier": "6347",
            "identifier_type": "int",
            "name": "CCL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6347",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "chemokine (C-C motif) ligand 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 6050,
            "identifier": "C0521491",
            "identifier_type": "str",
            "name": "Application site pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0521491",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6051,
            "identifier": "56241",
            "identifier_type": "int",
            "name": "SUSD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56241",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "sushi domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 6052,
            "identifier": "GO:0051892",
            "identifier_type": "str",
            "name": "negative regulation of cardioblast differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051892",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6125,
            "identifier": "GO:0052815",
            "identifier_type": "str",
            "name": "medium-chain acyl-CoA hydrolase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052815",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 6053,
            "identifier": "64478",
            "identifier_type": "int",
            "name": "CSMD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64478",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "CUB and Sushi multiple domains 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6054,
            "identifier": "56850",
            "identifier_type": "int",
            "name": "GRIPAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56850",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "GRIP1 associated protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6055,
            "identifier": "923",
            "identifier_type": "int",
            "name": "CD6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/923",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "CD6 molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 6056,
            "identifier": "GO:0016482",
            "identifier_type": "str",
            "name": "cytoplasmic transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016482",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6057,
            "identifier": "GO:0043001",
            "identifier_type": "str",
            "name": "Golgi to plasma membrane protein transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043001",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6058,
            "identifier": "89122",
            "identifier_type": "int",
            "name": "TRIM4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/89122",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "tripartite motif containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 6059,
            "identifier": "GO:0002268",
            "identifier_type": "str",
            "name": "follicular dendritic cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002268",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6060,
            "identifier": "340419",
            "identifier_type": "int",
            "name": "RSPO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340419",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "R-spondin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 6061,
            "identifier": "119678",
            "identifier_type": "int",
            "name": "OR52E2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/119678",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 52, subfamily E, member 2"
            },
            "metanode": "Gene"
        }
    ]
}