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=24175
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=24200",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=24150",
    "results": [
        {
            "id": 24169,
            "identifier": "D014929",
            "identifier_type": "str",
            "name": "Wolfram Syndrome",
            "properties": {
                "url": "http://identifiers.org/mesh/D014929",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 24170,
            "identifier": "278",
            "identifier_type": "int",
            "name": "AMY1C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/278",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "amylase, alpha 1C (salivary)"
            },
            "metanode": "Gene"
        },
        {
            "id": 24171,
            "identifier": "9025",
            "identifier_type": "int",
            "name": "RNF8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9025",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ring finger protein 8, E3 ubiquitin protein ligase"
            },
            "metanode": "Gene"
        },
        {
            "id": 24172,
            "identifier": "389668",
            "identifier_type": "int",
            "name": "XKR9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/389668",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "XK, Kell blood group complex subunit-related family, member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 24173,
            "identifier": "GO:0032557",
            "identifier_type": "str",
            "name": "pyrimidine ribonucleotide binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032557",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24174,
            "identifier": "284613",
            "identifier_type": "int",
            "name": "CYB561D1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284613",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "cytochrome b561 family, member D1"
            },
            "metanode": "Gene"
        },
        {
            "id": 24175,
            "identifier": "2731",
            "identifier_type": "int",
            "name": "GLDC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2731",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "glycine dehydrogenase (decarboxylating)"
            },
            "metanode": "Gene"
        },
        {
            "id": 24176,
            "identifier": "GO:0042487",
            "identifier_type": "str",
            "name": "regulation of odontogenesis of dentin-containing tooth",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042487",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24177,
            "identifier": "PC7_3674",
            "identifier_type": "str",
            "name": "Enzymatic degradation of Dopamine by monoamine oxidase",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 24178,
            "identifier": "90780",
            "identifier_type": "int",
            "name": "PYGO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90780",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "pygopus family PHD finger 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 24179,
            "identifier": "GO:0031672",
            "identifier_type": "str",
            "name": "A band",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031672",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 24180,
            "identifier": "GO:0015485",
            "identifier_type": "str",
            "name": "cholesterol binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015485",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24181,
            "identifier": "GO:0071695",
            "identifier_type": "str",
            "name": "anatomical structure maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071695",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24182,
            "identifier": "GO:0061687",
            "identifier_type": "str",
            "name": "detoxification of inorganic compound",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061687",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24183,
            "identifier": "GO:0070181",
            "identifier_type": "str",
            "name": "small ribosomal subunit rRNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070181",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24184,
            "identifier": "55222",
            "identifier_type": "int",
            "name": "LRRC20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55222",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "leucine rich repeat containing 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 24185,
            "identifier": "GO:0016052",
            "identifier_type": "str",
            "name": "carbohydrate catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016052",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24186,
            "identifier": "C0001816",
            "identifier_type": "str",
            "name": "Agnosia",
            "properties": {
                "url": "http://identifiers.org/umls/C0001816",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24187,
            "identifier": "C0919986",
            "identifier_type": "str",
            "name": "Infusion site oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0919986",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24188,
            "identifier": "7781",
            "identifier_type": "int",
            "name": "SLC30A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7781",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "solute carrier family 30 (zinc transporter), member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 24189,
            "identifier": "GO:0043537",
            "identifier_type": "str",
            "name": "negative regulation of blood vessel endothelial cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043537",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24190,
            "identifier": "440044",
            "identifier_type": "int",
            "name": "SLC22A20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/440044",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "solute carrier family 22, member 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 24191,
            "identifier": "GO:0008193",
            "identifier_type": "str",
            "name": "tRNA guanylyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008193",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24192,
            "identifier": "GO:0015556",
            "identifier_type": "str",
            "name": "C4-dicarboxylate transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015556",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24193,
            "identifier": "286046",
            "identifier_type": "int",
            "name": "XKR6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/286046",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "XK, Kell blood group complex subunit-related family, member 6"
            },
            "metanode": "Gene"
        }
    ]
}