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=17825
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=17850",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=17800",
    "results": [
        {
            "id": 17814,
            "identifier": "GO:0001841",
            "identifier_type": "str",
            "name": "neural tube formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001841",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17815,
            "identifier": "222229",
            "identifier_type": "int",
            "name": "LRWD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/222229",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "leucine-rich repeats and WD repeat domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 17816,
            "identifier": "C0855652",
            "identifier_type": "str",
            "name": "Culture negative",
            "properties": {
                "url": "http://identifiers.org/umls/C0855652",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17817,
            "identifier": "GO:0003968",
            "identifier_type": "str",
            "name": "RNA-directed RNA polymerase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003968",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17818,
            "identifier": "GO:0006353",
            "identifier_type": "str",
            "name": "DNA-templated transcription, termination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006353",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17819,
            "identifier": "4541",
            "identifier_type": "int",
            "name": "ND6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4541",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "MT",
                "description": "NADH dehydrogenase, subunit 6 (complex I)"
            },
            "metanode": "Gene"
        },
        {
            "id": 17820,
            "identifier": "C0004238",
            "identifier_type": "str",
            "name": "Atrial fibrillation",
            "properties": {
                "url": "http://identifiers.org/umls/C0004238",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17821,
            "identifier": "GO:0015056",
            "identifier_type": "str",
            "name": "corticotrophin-releasing factor receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015056",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17822,
            "identifier": "GO:0090107",
            "identifier_type": "str",
            "name": "regulation of high-density lipoprotein particle assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090107",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17823,
            "identifier": "GO:1904117",
            "identifier_type": "str",
            "name": "cellular response to vasopressin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904117",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17824,
            "identifier": "GO:0002677",
            "identifier_type": "str",
            "name": "negative regulation of chronic inflammatory response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002677",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17825,
            "identifier": "PC7_5016",
            "identifier_type": "str",
            "name": "Localization of the PINCH-ILK-PARVIN complex to focal adhesions",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 17826,
            "identifier": "GO:0019418",
            "identifier_type": "str",
            "name": "sulfide oxidation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019418",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17827,
            "identifier": "7122",
            "identifier_type": "int",
            "name": "CLDN5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7122",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "claudin 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 17828,
            "identifier": "57016",
            "identifier_type": "int",
            "name": "AKR1B10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57016",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "aldo-keto reductase family 1, member B10 (aldose reductase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 17829,
            "identifier": "GO:0034622",
            "identifier_type": "str",
            "name": "cellular macromolecular complex assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034622",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17830,
            "identifier": "GO:0004329",
            "identifier_type": "str",
            "name": "formate-tetrahydrofolate ligase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004329",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17831,
            "identifier": "GO:0060742",
            "identifier_type": "str",
            "name": "epithelial cell differentiation involved in prostate gland development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060742",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17832,
            "identifier": "GO:0003713",
            "identifier_type": "str",
            "name": "transcription coactivator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003713",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17833,
            "identifier": "GO:0071895",
            "identifier_type": "str",
            "name": "odontoblast differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071895",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17834,
            "identifier": "GO:0051033",
            "identifier_type": "str",
            "name": "RNA transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051033",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17835,
            "identifier": "79050",
            "identifier_type": "int",
            "name": "NOC4L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79050",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "nucleolar complex associated 4 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 17836,
            "identifier": "105379760",
            "identifier_type": "int",
            "name": "LOC105379760",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379760",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "olfactory receptor 7E24-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 17837,
            "identifier": "199",
            "identifier_type": "int",
            "name": "AIF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/199",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "allograft inflammatory factor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 17838,
            "identifier": "GO:0051683",
            "identifier_type": "str",
            "name": "establishment of Golgi localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051683",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}