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=42275
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=42300",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=42250",
    "results": [
        {
            "id": 42274,
            "identifier": "C0429098",
            "identifier_type": "str",
            "name": "Electrocardiogram QRS complex",
            "properties": {
                "url": "http://identifiers.org/umls/C0429098",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42275,
            "identifier": "160760",
            "identifier_type": "int",
            "name": "PPTC7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/160760",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "PTC7 protein phosphatase homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 42276,
            "identifier": "5427",
            "identifier_type": "int",
            "name": "POLE2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5427",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "polymerase (DNA directed), epsilon 2, accessory subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 42277,
            "identifier": "GO:0008432",
            "identifier_type": "str",
            "name": "JUN kinase binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008432",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 42278,
            "identifier": "GO:0046930",
            "identifier_type": "str",
            "name": "pore complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046930",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42279,
            "identifier": "221472",
            "identifier_type": "int",
            "name": "FGD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/221472",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "FYVE, RhoGEF and PH domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 42280,
            "identifier": "7529",
            "identifier_type": "int",
            "name": "YWHAB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7529",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 42281,
            "identifier": "730262",
            "identifier_type": "int",
            "name": "PPIAL4E",
            "properties": {
                "url": "http://identifiers.org/ncbigene/730262",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "peptidylprolyl isomerase A (cyclophilin A)-like 4E"
            },
            "metanode": "Gene"
        },
        {
            "id": 42282,
            "identifier": "100505724",
            "identifier_type": "int",
            "name": "KRTAP9-7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100505724",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin associated protein 9-7"
            },
            "metanode": "Gene"
        },
        {
            "id": 42283,
            "identifier": "125115",
            "identifier_type": "int",
            "name": "KRT40",
            "properties": {
                "url": "http://identifiers.org/ncbigene/125115",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin 40, type I"
            },
            "metanode": "Gene"
        },
        {
            "id": 42284,
            "identifier": "23522",
            "identifier_type": "int",
            "name": "KAT6B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23522",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "K(lysine) acetyltransferase 6B"
            },
            "metanode": "Gene"
        },
        {
            "id": 42285,
            "identifier": "53822",
            "identifier_type": "int",
            "name": "FXYD7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/53822",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "FXYD domain containing ion transport regulator 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 42286,
            "identifier": "C0558353",
            "identifier_type": "str",
            "name": "Carcinoma of tongue",
            "properties": {
                "url": "http://identifiers.org/umls/C0558353",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42287,
            "identifier": "199920",
            "identifier_type": "int",
            "name": "C1orf168",
            "properties": {
                "url": "http://identifiers.org/ncbigene/199920",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "chromosome 1 open reading frame 168"
            },
            "metanode": "Gene"
        },
        {
            "id": 42288,
            "identifier": "114790",
            "identifier_type": "int",
            "name": "STK11IP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114790",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "serine/threonine kinase 11 interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 42289,
            "identifier": "C0679048",
            "identifier_type": "str",
            "name": "Obsessive thoughts",
            "properties": {
                "url": "http://identifiers.org/umls/C0679048",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42290,
            "identifier": "55726",
            "identifier_type": "int",
            "name": "ASUN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55726",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "asunder spermatogenesis regulator"
            },
            "metanode": "Gene"
        },
        {
            "id": 42291,
            "identifier": "C0085621",
            "identifier_type": "str",
            "name": "Spastic paralysis",
            "properties": {
                "url": "http://identifiers.org/umls/C0085621",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42292,
            "identifier": "GO:0097212",
            "identifier_type": "str",
            "name": "lysosomal membrane organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097212",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42293,
            "identifier": "GO:0035745",
            "identifier_type": "str",
            "name": "T-helper 2 cell cytokine production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035745",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42294,
            "identifier": "GO:0033523",
            "identifier_type": "str",
            "name": "histone H2B ubiquitination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033523",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42295,
            "identifier": "9704",
            "identifier_type": "int",
            "name": "DHX34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9704",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "DEAH (Asp-Glu-Ala-His) box polypeptide 34"
            },
            "metanode": "Gene"
        },
        {
            "id": 42296,
            "identifier": "100130057",
            "identifier_type": "int",
            "name": "LOC100130057",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100130057",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC100130057"
            },
            "metanode": "Gene"
        },
        {
            "id": 42297,
            "identifier": "GO:0051026",
            "identifier_type": "str",
            "name": "chiasma assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051026",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42298,
            "identifier": "GO:1903557",
            "identifier_type": "str",
            "name": "positive regulation of tumor necrosis factor superfamily cytokine production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903557",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}