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=35800
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=35825",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35775",
    "results": [
        {
            "id": 35796,
            "identifier": "GO:0021590",
            "identifier_type": "str",
            "name": "cerebellum maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021590",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35797,
            "identifier": "56063",
            "identifier_type": "int",
            "name": "TMEM234",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56063",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "transmembrane protein 234"
            },
            "metanode": "Gene"
        },
        {
            "id": 35798,
            "identifier": "100996273",
            "identifier_type": "int",
            "name": "LOC100996273",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996273",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "uncharacterized LOC100996273"
            },
            "metanode": "Gene"
        },
        {
            "id": 35799,
            "identifier": "79596",
            "identifier_type": "int",
            "name": "RNF219",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79596",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "ring finger protein 219"
            },
            "metanode": "Gene"
        },
        {
            "id": 35800,
            "identifier": "1822",
            "identifier_type": "int",
            "name": "ATN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1822",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "atrophin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35801,
            "identifier": "GO:0034142",
            "identifier_type": "str",
            "name": "toll-like receptor 4 signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034142",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35802,
            "identifier": "729",
            "identifier_type": "int",
            "name": "C6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "complement component 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 35803,
            "identifier": "9236",
            "identifier_type": "int",
            "name": "CCPG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9236",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "cell cycle progression 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35804,
            "identifier": "C1262535",
            "identifier_type": "str",
            "name": "Jaundice hepatocellular",
            "properties": {
                "url": "http://identifiers.org/umls/C1262535",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35805,
            "identifier": "GO:0006140",
            "identifier_type": "str",
            "name": "regulation of nucleotide metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006140",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35806,
            "identifier": "GO:0019427",
            "identifier_type": "str",
            "name": "acetyl-CoA biosynthetic process from acetate",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019427",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35807,
            "identifier": "GO:0043219",
            "identifier_type": "str",
            "name": "lateral loop",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043219",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 35808,
            "identifier": "3198",
            "identifier_type": "int",
            "name": "HOXA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3198",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "homeobox A1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35809,
            "identifier": "GO:0031456",
            "identifier_type": "str",
            "name": "glycine betaine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031456",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35810,
            "identifier": "57631",
            "identifier_type": "int",
            "name": "LRCH2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57631",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "leucine-rich repeats and calponin homology (CH) domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 35811,
            "identifier": "GO:0030618",
            "identifier_type": "str",
            "name": "transforming growth factor beta receptor, pathway-specific cytoplasmic mediator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030618",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35812,
            "identifier": "GO:0001578",
            "identifier_type": "str",
            "name": "microtubule bundle formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001578",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35813,
            "identifier": "219539",
            "identifier_type": "int",
            "name": "YPEL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219539",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "yippee-like 4 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 35814,
            "identifier": "GO:0042054",
            "identifier_type": "str",
            "name": "histone methyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042054",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35815,
            "identifier": "5523",
            "identifier_type": "int",
            "name": "PPP2R3A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5523",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "protein phosphatase 2, regulatory subunit B'', alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 35816,
            "identifier": "C1262144",
            "identifier_type": "str",
            "name": "Increased bronchial secretion",
            "properties": {
                "url": "http://identifiers.org/umls/C1262144",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35817,
            "identifier": "C0155169",
            "identifier_type": "str",
            "name": "Ocular hyperaemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0155169",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35818,
            "identifier": "PC7_1849",
            "identifier_type": "str",
            "name": "Attachment of GPI anchor to uPAR",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35819,
            "identifier": "GO:0048791",
            "identifier_type": "str",
            "name": "calcium ion-regulated exocytosis of neurotransmitter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048791",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35820,
            "identifier": "7976",
            "identifier_type": "int",
            "name": "FZD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7976",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "frizzled class receptor 3"
            },
            "metanode": "Gene"
        }
    ]
}