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=23700
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=23725",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=23675",
    "results": [
        {
            "id": 23694,
            "identifier": "29960",
            "identifier_type": "int",
            "name": "FTSJ2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29960",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "FtsJ RNA methyltransferase homolog 2 (E. coli)"
            },
            "metanode": "Gene"
        },
        {
            "id": 23695,
            "identifier": "GO:0030128",
            "identifier_type": "str",
            "name": "clathrin coat of endocytic vesicle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030128",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 23696,
            "identifier": "C0263008",
            "identifier_type": "str",
            "name": "Skin fibrosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0263008",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23697,
            "identifier": "C0036601",
            "identifier_type": "str",
            "name": "Self mutilation",
            "properties": {
                "url": "http://identifiers.org/umls/C0036601",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23698,
            "identifier": "GO:0051103",
            "identifier_type": "str",
            "name": "DNA ligation involved in DNA repair",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051103",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23699,
            "identifier": "GO:0006990",
            "identifier_type": "str",
            "name": "positive regulation of transcription from RNA polymerase II promoter involved in unfolded protein response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006990",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23700,
            "identifier": "4312",
            "identifier_type": "int",
            "name": "MMP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4312",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "matrix metallopeptidase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23701,
            "identifier": "GO:0008344",
            "identifier_type": "str",
            "name": "adult locomotory behavior",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008344",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23702,
            "identifier": "DB00499",
            "identifier_type": "str",
            "name": "Flutamide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00499",
                "inchi": "InChI=1S/C11H11F3N2O3/c1-6(2)10(17)15-7-3-4-9(16(18)19)8(5-7)11(12,13)14/h3-6H,1-2H3,(H,15,17)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=MKXKFYHWDHIYRV-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 23703,
            "identifier": "84634",
            "identifier_type": "int",
            "name": "KISS1R",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84634",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "KISS1 receptor"
            },
            "metanode": "Gene"
        },
        {
            "id": 23704,
            "identifier": "4537",
            "identifier_type": "int",
            "name": "ND3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4537",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "MT",
                "description": "NADH dehydrogenase, subunit 3 (complex I)"
            },
            "metanode": "Gene"
        },
        {
            "id": 23705,
            "identifier": "6781",
            "identifier_type": "int",
            "name": "STC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6781",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "stanniocalcin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23706,
            "identifier": "PC7_6892",
            "identifier_type": "str",
            "name": "Regulation of Ras family activation",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 23707,
            "identifier": "101930047",
            "identifier_type": "int",
            "name": "LOC101930047",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101930047",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "uncharacterized protein FLJ46347-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 23708,
            "identifier": "GO:0032345",
            "identifier_type": "str",
            "name": "negative regulation of aldosterone metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032345",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23709,
            "identifier": "C0234939",
            "identifier_type": "str",
            "name": "Inflammatory swelling",
            "properties": {
                "url": "http://identifiers.org/umls/C0234939",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23710,
            "identifier": "C0542215",
            "identifier_type": "str",
            "name": "Slough injection site",
            "properties": {
                "url": "http://identifiers.org/umls/C0542215",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23711,
            "identifier": "GO:0034452",
            "identifier_type": "str",
            "name": "dynactin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034452",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 23712,
            "identifier": "1485",
            "identifier_type": "int",
            "name": "CTAG1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1485",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "cancer/testis antigen 1B"
            },
            "metanode": "Gene"
        },
        {
            "id": 23713,
            "identifier": "GO:1904019",
            "identifier_type": "str",
            "name": "epithelial cell apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904019",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23714,
            "identifier": "122622",
            "identifier_type": "int",
            "name": "ADSSL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/122622",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "adenylosuccinate synthase like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23715,
            "identifier": "105379547",
            "identifier_type": "int",
            "name": "LOC105379547",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379547",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC105379547"
            },
            "metanode": "Gene"
        },
        {
            "id": 23716,
            "identifier": "3938",
            "identifier_type": "int",
            "name": "LCT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3938",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "lactase"
            },
            "metanode": "Gene"
        },
        {
            "id": 23717,
            "identifier": "401565",
            "identifier_type": "int",
            "name": "FAM166A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/401565",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "family with sequence similarity 166, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 23718,
            "identifier": "81034",
            "identifier_type": "int",
            "name": "SLC25A32",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81034",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "solute carrier family 25 (mitochondrial folate carrier), member 32"
            },
            "metanode": "Gene"
        }
    ]
}