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=39075
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=39100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=39050",
    "results": [
        {
            "id": 39074,
            "identifier": "GO:1901074",
            "identifier_type": "str",
            "name": "regulation of engulfment of apoptotic cell",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901074",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39075,
            "identifier": "GO:0032154",
            "identifier_type": "str",
            "name": "cleavage furrow",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032154",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 39076,
            "identifier": "C1384606",
            "identifier_type": "str",
            "name": "Dyspareunia",
            "properties": {
                "url": "http://identifiers.org/umls/C1384606",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 39077,
            "identifier": "GO:1904706",
            "identifier_type": "str",
            "name": "negative regulation of vascular smooth muscle cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904706",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39078,
            "identifier": "GO:0009153",
            "identifier_type": "str",
            "name": "purine deoxyribonucleotide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009153",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39079,
            "identifier": "GO:0021831",
            "identifier_type": "str",
            "name": "embryonic olfactory bulb interneuron precursor migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021831",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39080,
            "identifier": "6655",
            "identifier_type": "int",
            "name": "SOS2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6655",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "son of sevenless homolog 2 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 39081,
            "identifier": "391189",
            "identifier_type": "int",
            "name": "OR11L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/391189",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "olfactory receptor, family 11, subfamily L, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 39082,
            "identifier": "GO:2000849",
            "identifier_type": "str",
            "name": "regulation of glucocorticoid secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000849",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39083,
            "identifier": "GO:0031622",
            "identifier_type": "str",
            "name": "positive regulation of fever generation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031622",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39084,
            "identifier": "GO:0010759",
            "identifier_type": "str",
            "name": "positive regulation of macrophage chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010759",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39085,
            "identifier": "105376824",
            "identifier_type": "int",
            "name": "LOC105376824",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105376824",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC105376824"
            },
            "metanode": "Gene"
        },
        {
            "id": 39086,
            "identifier": "WP2857_r80151",
            "identifier_type": "str",
            "name": "Mesodermal Commitment Pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2857_r80151",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 39087,
            "identifier": "147929",
            "identifier_type": "int",
            "name": "ZNF565",
            "properties": {
                "url": "http://identifiers.org/ncbigene/147929",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 565"
            },
            "metanode": "Gene"
        },
        {
            "id": 39088,
            "identifier": "1359",
            "identifier_type": "int",
            "name": "CPA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1359",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "carboxypeptidase A3 (mast cell)"
            },
            "metanode": "Gene"
        },
        {
            "id": 39089,
            "identifier": "9978",
            "identifier_type": "int",
            "name": "RBX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9978",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "ring-box 1, E3 ubiquitin protein ligase"
            },
            "metanode": "Gene"
        },
        {
            "id": 39090,
            "identifier": "GO:0051608",
            "identifier_type": "str",
            "name": "histamine transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051608",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39091,
            "identifier": "GO:0004714",
            "identifier_type": "str",
            "name": "transmembrane receptor protein tyrosine kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004714",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 39092,
            "identifier": "GO:0004373",
            "identifier_type": "str",
            "name": "glycogen (starch) synthase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004373",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 39093,
            "identifier": "GO:0004583",
            "identifier_type": "str",
            "name": "dolichyl-phosphate-glucose-glycolipid alpha-glucosyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004583",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 39094,
            "identifier": "3812",
            "identifier_type": "int",
            "name": "KIR3DL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3812",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "killer cell immunoglobulin-like receptor, three domains, long cytoplasmic tail, 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 39095,
            "identifier": "C0349782",
            "identifier_type": "str",
            "name": "Ischaemic cardiomyopathy",
            "properties": {
                "url": "http://identifiers.org/umls/C0349782",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 39096,
            "identifier": "GO:0042699",
            "identifier_type": "str",
            "name": "follicle-stimulating hormone signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042699",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 39097,
            "identifier": "2169",
            "identifier_type": "int",
            "name": "FABP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2169",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "fatty acid binding protein 2, intestinal"
            },
            "metanode": "Gene"
        },
        {
            "id": 39098,
            "identifier": "100653049",
            "identifier_type": "int",
            "name": "LOC100653049",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100653049",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin, type I cuticular Ha4"
            },
            "metanode": "Gene"
        }
    ]
}