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=11675
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=11700",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=11650",
    "results": [
        {
            "id": 11664,
            "identifier": "C0020578",
            "identifier_type": "str",
            "name": "Hyperventilation",
            "properties": {
                "url": "http://identifiers.org/umls/C0020578",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11665,
            "identifier": "C0235229",
            "identifier_type": "str",
            "name": "Ciliary muscle spasm",
            "properties": {
                "url": "http://identifiers.org/umls/C0235229",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11666,
            "identifier": "169611",
            "identifier_type": "int",
            "name": "OLFML2A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/169611",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "olfactomedin-like 2A"
            },
            "metanode": "Gene"
        },
        {
            "id": 11667,
            "identifier": "93100",
            "identifier_type": "int",
            "name": "NAPRT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/93100",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "nicotinate phosphoribosyltransferase"
            },
            "metanode": "Gene"
        },
        {
            "id": 11668,
            "identifier": "C0578454",
            "identifier_type": "str",
            "name": "Neck swelling",
            "properties": {
                "url": "http://identifiers.org/umls/C0578454",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11669,
            "identifier": "GO:0006611",
            "identifier_type": "str",
            "name": "protein export from nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006611",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11670,
            "identifier": "6612",
            "identifier_type": "int",
            "name": "SUMO3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6612",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "small ubiquitin-like modifier 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 11671,
            "identifier": "WP2911_r83020",
            "identifier_type": "str",
            "name": "miRNA targets in ECM and membrane receptors",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2911_r83020",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 11672,
            "identifier": "GO:1900271",
            "identifier_type": "str",
            "name": "regulation of long-term synaptic potentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900271",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11673,
            "identifier": "388125",
            "identifier_type": "int",
            "name": "C2CD4B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/388125",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "C2 calcium-dependent domain containing 4B"
            },
            "metanode": "Gene"
        },
        {
            "id": 11854,
            "identifier": "C0595939",
            "identifier_type": "str",
            "name": "Stillbirth",
            "properties": {
                "url": "http://identifiers.org/umls/C0595939",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11674,
            "identifier": "GO:0042496",
            "identifier_type": "str",
            "name": "detection of diacyl bacterial lipopeptide",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042496",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11675,
            "identifier": "C0022081",
            "identifier_type": "str",
            "name": "Iritis",
            "properties": {
                "url": "http://identifiers.org/umls/C0022081",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11676,
            "identifier": "9951",
            "identifier_type": "int",
            "name": "HS3ST4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9951",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "heparan sulfate (glucosamine) 3-O-sulfotransferase 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 11677,
            "identifier": "GO:0070552",
            "identifier_type": "str",
            "name": "BRISC complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070552",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 11678,
            "identifier": "128434",
            "identifier_type": "int",
            "name": "VSTM2L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/128434",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "V-set and transmembrane domain containing 2 like"
            },
            "metanode": "Gene"
        },
        {
            "id": 11679,
            "identifier": "GO:0000320",
            "identifier_type": "str",
            "name": "re-entry into mitotic cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000320",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11680,
            "identifier": "3641",
            "identifier_type": "int",
            "name": "INSL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3641",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "insulin-like 4 (placenta)"
            },
            "metanode": "Gene"
        },
        {
            "id": 11681,
            "identifier": "GO:0002071",
            "identifier_type": "str",
            "name": "glandular epithelial cell maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002071",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11682,
            "identifier": "GO:1990715",
            "identifier_type": "str",
            "name": "mRNA CDS binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990715",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 11683,
            "identifier": "GO:1903525",
            "identifier_type": "str",
            "name": "regulation of membrane tubulation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903525",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11684,
            "identifier": "GO:0031699",
            "identifier_type": "str",
            "name": "beta-3 adrenergic receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031699",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 11685,
            "identifier": "C0877055",
            "identifier_type": "str",
            "name": "Acute generalised exanthematous pustulosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0877055",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11686,
            "identifier": "C0269188",
            "identifier_type": "str",
            "name": "Uterine cyst",
            "properties": {
                "url": "http://identifiers.org/umls/C0269188",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11687,
            "identifier": "GO:0044753",
            "identifier_type": "str",
            "name": "amphisome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044753",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        }
    ]
}