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=35450
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=35475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35425",
    "results": [
        {
            "id": 35482,
            "identifier": "GO:0006420",
            "identifier_type": "str",
            "name": "arginyl-tRNA aminoacylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006420",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35446,
            "identifier": "134548",
            "identifier_type": "int",
            "name": "SOWAHA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/134548",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "sosondowah ankyrin repeat domain family member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 35447,
            "identifier": "58486",
            "identifier_type": "int",
            "name": "ZBED5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/58486",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "zinc finger, BED-type containing 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 35448,
            "identifier": "23075",
            "identifier_type": "int",
            "name": "SWAP70",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23075",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "SWAP switching B-cell complex 70kDa subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 35449,
            "identifier": "425054",
            "identifier_type": "int",
            "name": "VCX3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/425054",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "variable charge, X-linked 3B"
            },
            "metanode": "Gene"
        },
        {
            "id": 35450,
            "identifier": "C0240059",
            "identifier_type": "str",
            "name": "Intraventricular haemorrhage",
            "properties": {
                "url": "http://identifiers.org/umls/C0240059",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35451,
            "identifier": "347541",
            "identifier_type": "int",
            "name": "MAGEB5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/347541",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "melanoma antigen family B5"
            },
            "metanode": "Gene"
        },
        {
            "id": 35452,
            "identifier": "GO:0036072",
            "identifier_type": "str",
            "name": "direct ossification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036072",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35453,
            "identifier": "PC7_8291",
            "identifier_type": "str",
            "name": "Toll Like Receptor 9 (TLR9) Cascade",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35454,
            "identifier": "UBERON:0002494",
            "identifier_type": "str",
            "name": "papillary muscle of heart",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002494",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D010210"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 35455,
            "identifier": "C0234193",
            "identifier_type": "str",
            "name": "Sensation of heat",
            "properties": {
                "url": "http://identifiers.org/umls/C0234193",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35456,
            "identifier": "GO:0050866",
            "identifier_type": "str",
            "name": "negative regulation of cell activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050866",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35457,
            "identifier": "GO:0001816",
            "identifier_type": "str",
            "name": "cytokine production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001816",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35458,
            "identifier": "4146",
            "identifier_type": "int",
            "name": "MATN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4146",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "matrilin 1, cartilage matrix protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 35459,
            "identifier": "GO:0019363",
            "identifier_type": "str",
            "name": "pyridine nucleotide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019363",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35460,
            "identifier": "GO:0071560",
            "identifier_type": "str",
            "name": "cellular response to transforming growth factor beta stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071560",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35461,
            "identifier": "766",
            "identifier_type": "int",
            "name": "CA7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/766",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "carbonic anhydrase VII"
            },
            "metanode": "Gene"
        },
        {
            "id": 35462,
            "identifier": "167359",
            "identifier_type": "int",
            "name": "NIM1K",
            "properties": {
                "url": "http://identifiers.org/ncbigene/167359",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "NIM1 serine/threonine protein kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 35463,
            "identifier": "GO:0002309",
            "identifier_type": "str",
            "name": "T cell proliferation involved in immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002309",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35464,
            "identifier": "C0948333",
            "identifier_type": "str",
            "name": "Neutrophil percentage increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0948333",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35465,
            "identifier": "27352",
            "identifier_type": "int",
            "name": "SGSM3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27352",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "small G protein signaling modulator 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 35466,
            "identifier": "C0235984",
            "identifier_type": "str",
            "name": "Salivary duct obstruction",
            "properties": {
                "url": "http://identifiers.org/umls/C0235984",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35467,
            "identifier": "80315",
            "identifier_type": "int",
            "name": "CPEB4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80315",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "cytoplasmic polyadenylation element binding protein 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 35468,
            "identifier": "N0000175817",
            "identifier_type": "str",
            "name": "Serotonin 3 Receptor Antagonists",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175817",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 35469,
            "identifier": "GO:0035408",
            "identifier_type": "str",
            "name": "histone H3-T6 phosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035408",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}