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=20050
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=20075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=20025",
    "results": [
        {
            "id": 20038,
            "identifier": "GO:0003743",
            "identifier_type": "str",
            "name": "translation initiation factor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003743",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 20039,
            "identifier": "5229",
            "identifier_type": "int",
            "name": "PGGT1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5229",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protein geranylgeranyltransferase type I, beta subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 20040,
            "identifier": "55251",
            "identifier_type": "int",
            "name": "PCMTD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55251",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "protein-L-isoaspartate (D-aspartate) O-methyltransferase domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 20041,
            "identifier": "C1096646",
            "identifier_type": "str",
            "name": "Transaminitis",
            "properties": {
                "url": "http://identifiers.org/umls/C1096646",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 20043,
            "identifier": "GO:2000270",
            "identifier_type": "str",
            "name": "negative regulation of fibroblast apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000270",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20044,
            "identifier": "7554",
            "identifier_type": "int",
            "name": "ZNF8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7554",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 20045,
            "identifier": "GO:0090383",
            "identifier_type": "str",
            "name": "phagosome acidification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090383",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20046,
            "identifier": "C0006142",
            "identifier_type": "str",
            "name": "Breast cancer",
            "properties": {
                "url": "http://identifiers.org/umls/C0006142",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 20047,
            "identifier": "DB00411",
            "identifier_type": "str",
            "name": "Carbachol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00411",
                "inchi": "InChI=1S/C6H14N2O2.ClH/c1-8(2,3)4-5-10-6(7)9;/h4-5H2,1-3H3,(H-,7,9);1H",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=AIXAANGOTKPUOY-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 20048,
            "identifier": "GO:0016877",
            "identifier_type": "str",
            "name": "ligase activity, forming carbon-sulfur bonds",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016877",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 20049,
            "identifier": "C0853254",
            "identifier_type": "str",
            "name": "Nasal passage irritation",
            "properties": {
                "url": "http://identifiers.org/umls/C0853254",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 20050,
            "identifier": "GO:0090118",
            "identifier_type": "str",
            "name": "receptor-mediated endocytosis of low-density lipoprotein particle involved in cholesterol transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090118",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20051,
            "identifier": "N0000007822",
            "identifier_type": "str",
            "name": "Polymyxins",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000007822",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 20052,
            "identifier": "387680",
            "identifier_type": "int",
            "name": "FAM21A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/387680",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "family with sequence similarity 21, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 20053,
            "identifier": "GO:0071617",
            "identifier_type": "str",
            "name": "lysophospholipid acyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071617",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 20054,
            "identifier": "759",
            "identifier_type": "int",
            "name": "CA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/759",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "carbonic anhydrase I"
            },
            "metanode": "Gene"
        },
        {
            "id": 20055,
            "identifier": "59272",
            "identifier_type": "int",
            "name": "ACE2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59272",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "angiotensin I converting enzyme 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 20056,
            "identifier": "C0007766",
            "identifier_type": "str",
            "name": "Intracranial aneurysm",
            "properties": {
                "url": "http://identifiers.org/umls/C0007766",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 20057,
            "identifier": "GO:0006528",
            "identifier_type": "str",
            "name": "asparagine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006528",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20058,
            "identifier": "27345",
            "identifier_type": "int",
            "name": "KCNMB4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27345",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "potassium channel subfamily M regulatory beta subunit 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 20059,
            "identifier": "3084",
            "identifier_type": "int",
            "name": "NRG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3084",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "neuregulin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 20060,
            "identifier": "57645",
            "identifier_type": "int",
            "name": "POGK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57645",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "pogo transposable element with KRAB domain"
            },
            "metanode": "Gene"
        },
        {
            "id": 20061,
            "identifier": "80308",
            "identifier_type": "int",
            "name": "FLAD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80308",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "flavin adenine dinucleotide synthetase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 20062,
            "identifier": "GO:0038065",
            "identifier_type": "str",
            "name": "collagen-activated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038065",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 20063,
            "identifier": "DB00129",
            "identifier_type": "str",
            "name": "L-Ornithine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00129",
                "inchi": "InChI=1S/C5H12N2O2/c6-3-1-2-4(7)5(8)9/h4H,1-3,6-7H2,(H,8,9)/t4-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=AHLPHDHHMVZTML-BYPYZUCNSA-N"
            },
            "metanode": "Compound"
        }
    ]
}