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=31500
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=31525",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=31475",
    "results": [
        {
            "id": 31493,
            "identifier": "GO:0045008",
            "identifier_type": "str",
            "name": "depyrimidination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045008",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31494,
            "identifier": "GO:0032728",
            "identifier_type": "str",
            "name": "positive regulation of interferon-beta production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032728",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31495,
            "identifier": "340168",
            "identifier_type": "int",
            "name": "DPPA5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340168",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "developmental pluripotency associated 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 31496,
            "identifier": "390078",
            "identifier_type": "int",
            "name": "OR52E6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390078",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 52, subfamily E, member 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 31497,
            "identifier": "C0857457",
            "identifier_type": "str",
            "name": "Digoxin effect",
            "properties": {
                "url": "http://identifiers.org/umls/C0857457",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31498,
            "identifier": "3269",
            "identifier_type": "int",
            "name": "HRH1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3269",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "histamine receptor H1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31499,
            "identifier": "57830",
            "identifier_type": "int",
            "name": "KRTAP5-8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57830",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "keratin associated protein 5-8"
            },
            "metanode": "Gene"
        },
        {
            "id": 31500,
            "identifier": "GO:0019238",
            "identifier_type": "str",
            "name": "cyclohydrolase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019238",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 31501,
            "identifier": "GO:0043650",
            "identifier_type": "str",
            "name": "dicarboxylic acid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043650",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31502,
            "identifier": "GO:0031526",
            "identifier_type": "str",
            "name": "brush border membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031526",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31503,
            "identifier": "GO:0050746",
            "identifier_type": "str",
            "name": "regulation of lipoprotein metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050746",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31504,
            "identifier": "GO:1901337",
            "identifier_type": "str",
            "name": "thioester transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901337",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31505,
            "identifier": "GO:0010833",
            "identifier_type": "str",
            "name": "telomere maintenance via telomere lengthening",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010833",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31506,
            "identifier": "DB06723",
            "identifier_type": "str",
            "name": "Aluminum hydroxide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06723",
                "inchi": "InChI=1S/Al.3H2O/h;3*1H2/q+3;;;/p-3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WNROFYMDJYEPJX-UHFFFAOYSA-K"
            },
            "metanode": "Compound"
        },
        {
            "id": 31507,
            "identifier": "101927345",
            "identifier_type": "int",
            "name": "LOC101927345",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101927345",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "putative ankyrin repeat domain-containing protein 20A12 pseudogene"
            },
            "metanode": "Gene"
        },
        {
            "id": 31508,
            "identifier": "C0014236",
            "identifier_type": "str",
            "name": "Endophthalmitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0014236",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31509,
            "identifier": "GO:0051561",
            "identifier_type": "str",
            "name": "positive regulation of mitochondrial calcium ion concentration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051561",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31510,
            "identifier": "GO:0045685",
            "identifier_type": "str",
            "name": "regulation of glial cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045685",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31511,
            "identifier": "GO:0070389",
            "identifier_type": "str",
            "name": "chaperone cofactor-dependent protein refolding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070389",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31512,
            "identifier": "GO:0046777",
            "identifier_type": "str",
            "name": "protein autophosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046777",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31513,
            "identifier": "137492",
            "identifier_type": "int",
            "name": "VPS37A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/137492",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "vacuolar protein sorting 37 homolog A (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 31514,
            "identifier": "C1704212",
            "identifier_type": "str",
            "name": "Embolus",
            "properties": {
                "url": "http://identifiers.org/umls/C1704212",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31515,
            "identifier": "GO:0072669",
            "identifier_type": "str",
            "name": "tRNA-splicing ligase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072669",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31516,
            "identifier": "27145",
            "identifier_type": "int",
            "name": "FILIP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27145",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "filamin A interacting protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31517,
            "identifier": "GO:0046847",
            "identifier_type": "str",
            "name": "filopodium assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046847",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}