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=46375
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=46400",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=46350",
    "results": [
        {
            "id": 46374,
            "identifier": "PC7_6926",
            "identifier_type": "str",
            "name": "Release of apoptotic factors from the mitochondria",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 46375,
            "identifier": "GO:0044252",
            "identifier_type": "str",
            "name": "negative regulation of multicellular organismal metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044252",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 46376,
            "identifier": "GO:0002532",
            "identifier_type": "str",
            "name": "production of molecular mediator involved in inflammatory response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002532",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 46377,
            "identifier": "6203",
            "identifier_type": "int",
            "name": "RPS9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6203",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ribosomal protein S9"
            },
            "metanode": "Gene"
        },
        {
            "id": 46378,
            "identifier": "GO:0060545",
            "identifier_type": "str",
            "name": "positive regulation of necroptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060545",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 46379,
            "identifier": "GO:0006041",
            "identifier_type": "str",
            "name": "glucosamine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006041",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 46380,
            "identifier": "79774",
            "identifier_type": "int",
            "name": "GRTP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79774",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "growth hormone regulated TBC protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 46381,
            "identifier": "GO:1901295",
            "identifier_type": "str",
            "name": "regulation of canonical Wnt signaling pathway involved in cardiac muscle cell fate commitment",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901295",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 46382,
            "identifier": "GO:0005148",
            "identifier_type": "str",
            "name": "prolactin receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005148",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 46383,
            "identifier": "9670",
            "identifier_type": "int",
            "name": "IPO13",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9670",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "importin 13"
            },
            "metanode": "Gene"
        },
        {
            "id": 46384,
            "identifier": "51057",
            "identifier_type": "int",
            "name": "WDPCP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51057",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "WD repeat containing planar cell polarity effector"
            },
            "metanode": "Gene"
        },
        {
            "id": 46385,
            "identifier": "139221",
            "identifier_type": "int",
            "name": "MUM1L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/139221",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "melanoma associated antigen (mutated) 1-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 46386,
            "identifier": "128153",
            "identifier_type": "int",
            "name": "SPATA17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/128153",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "spermatogenesis associated 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 46387,
            "identifier": "GO:0070507",
            "identifier_type": "str",
            "name": "regulation of microtubule cytoskeleton organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070507",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 46388,
            "identifier": "C0003123",
            "identifier_type": "str",
            "name": "Anorexia",
            "properties": {
                "url": "http://identifiers.org/umls/C0003123",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 46389,
            "identifier": "83938",
            "identifier_type": "int",
            "name": "C10orf11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83938",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "chromosome 10 open reading frame 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 46390,
            "identifier": "80712",
            "identifier_type": "int",
            "name": "ESX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80712",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "ESX homeobox 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 46391,
            "identifier": "C0699828",
            "identifier_type": "str",
            "name": "Serotonin syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C0699828",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 46392,
            "identifier": "373156",
            "identifier_type": "int",
            "name": "GSTK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/373156",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "glutathione S-transferase kappa 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 46393,
            "identifier": "GO:1902004",
            "identifier_type": "str",
            "name": "positive regulation of beta-amyloid formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902004",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 46394,
            "identifier": "5957",
            "identifier_type": "int",
            "name": "RCVRN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5957",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "recoverin"
            },
            "metanode": "Gene"
        },
        {
            "id": 46395,
            "identifier": "10480",
            "identifier_type": "int",
            "name": "EIF3M",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10480",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "eukaryotic translation initiation factor 3, subunit M"
            },
            "metanode": "Gene"
        },
        {
            "id": 46396,
            "identifier": "51755",
            "identifier_type": "int",
            "name": "CDK12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51755",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "cyclin-dependent kinase 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 46397,
            "identifier": "942",
            "identifier_type": "int",
            "name": "CD86",
            "properties": {
                "url": "http://identifiers.org/ncbigene/942",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "CD86 molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 46398,
            "identifier": "C0521634",
            "identifier_type": "str",
            "name": "Genital itching female",
            "properties": {
                "url": "http://identifiers.org/umls/C0521634",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}