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=28725
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=28750",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=28700",
    "results": [
        {
            "id": 28719,
            "identifier": "GO:0004126",
            "identifier_type": "str",
            "name": "cytidine deaminase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004126",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 28720,
            "identifier": "D050177",
            "identifier_type": "str",
            "name": "Overweight",
            "properties": {
                "url": "http://identifiers.org/mesh/D050177",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 28721,
            "identifier": "C0003860",
            "identifier_type": "str",
            "name": "Arteritis",
            "properties": {
                "url": "http://identifiers.org/umls/C0003860",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28722,
            "identifier": "GO:0015199",
            "identifier_type": "str",
            "name": "amino-acid betaine transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015199",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 28723,
            "identifier": "GO:0032541",
            "identifier_type": "str",
            "name": "cortical endoplasmic reticulum",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032541",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 28724,
            "identifier": "105373280",
            "identifier_type": "int",
            "name": "LOC105373280",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105373280",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "RNA-binding protein 33-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 28725,
            "identifier": "81793",
            "identifier_type": "int",
            "name": "TLR10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81793",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "toll-like receptor 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 28726,
            "identifier": "100288520",
            "identifier_type": "int",
            "name": "USP17L15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100288520",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "ubiquitin specific peptidase 17-like family member 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 28727,
            "identifier": "GO:0015333",
            "identifier_type": "str",
            "name": "peptide:proton symporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015333",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29405,
            "identifier": "C0004352",
            "identifier_type": "str",
            "name": "Autism",
            "properties": {
                "url": "http://identifiers.org/umls/C0004352",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28728,
            "identifier": "GO:0035021",
            "identifier_type": "str",
            "name": "negative regulation of Rac protein signal transduction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035021",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28729,
            "identifier": "GO:0006390",
            "identifier_type": "str",
            "name": "transcription from mitochondrial promoter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006390",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28730,
            "identifier": "160728",
            "identifier_type": "int",
            "name": "SLC5A8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/160728",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "solute carrier family 5 (sodium/monocarboxylate cotransporter), member 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 28731,
            "identifier": "5395",
            "identifier_type": "int",
            "name": "PMS2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5395",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "PMS2 postmeiotic segregation increased 2 (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 28732,
            "identifier": "51449",
            "identifier_type": "int",
            "name": "PCYOX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51449",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "prenylcysteine oxidase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 28733,
            "identifier": "101928917",
            "identifier_type": "int",
            "name": "LOC101928917",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101928917",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "heat shock transcription factor, X-linked-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 28734,
            "identifier": "C0001122",
            "identifier_type": "str",
            "name": "Acidosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0001122",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28735,
            "identifier": "GO:0009607",
            "identifier_type": "str",
            "name": "response to biotic stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009607",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28736,
            "identifier": "84330",
            "identifier_type": "int",
            "name": "ZNF414",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84330",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 414"
            },
            "metanode": "Gene"
        },
        {
            "id": 28737,
            "identifier": "6349",
            "identifier_type": "int",
            "name": "CCL3L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6349",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "chemokine (C-C motif) ligand 3-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 28738,
            "identifier": "C0856984",
            "identifier_type": "str",
            "name": "Hyperexcitation",
            "properties": {
                "url": "http://identifiers.org/umls/C0856984",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28739,
            "identifier": "56243",
            "identifier_type": "int",
            "name": "KIAA1217",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56243",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "KIAA1217"
            },
            "metanode": "Gene"
        },
        {
            "id": 28740,
            "identifier": "79776",
            "identifier_type": "int",
            "name": "ZFHX4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79776",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "zinc finger homeobox 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 28741,
            "identifier": "23143",
            "identifier_type": "int",
            "name": "LRCH1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23143",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "leucine-rich repeats and calponin homology (CH) domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 28742,
            "identifier": "GO:0001960",
            "identifier_type": "str",
            "name": "negative regulation of cytokine-mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001960",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}