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=34175
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=34200",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=34150",
    "results": [
        {
            "id": 34169,
            "identifier": "GO:2000021",
            "identifier_type": "str",
            "name": "regulation of ion homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000021",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34170,
            "identifier": "C0267537",
            "identifier_type": "str",
            "name": "Caecitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0267537",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34171,
            "identifier": "C0206180",
            "identifier_type": "str",
            "name": "Anaplastic large-cell lymphoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0206180",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34172,
            "identifier": "D020181",
            "identifier_type": "str",
            "name": "Sleep Apnea, Obstructive",
            "properties": {
                "url": "http://identifiers.org/mesh/D020181",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 34173,
            "identifier": "GO:0008172",
            "identifier_type": "str",
            "name": "S-methyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008172",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 34174,
            "identifier": "GO:0051459",
            "identifier_type": "str",
            "name": "regulation of corticotropin secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051459",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34175,
            "identifier": "UBERON:0001750",
            "identifier_type": "str",
            "name": "lacrimal apparatus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001750",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D007765"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 34176,
            "identifier": "51187",
            "identifier_type": "int",
            "name": "RSL24D1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51187",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "ribosomal L24 domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 34177,
            "identifier": "GO:0098856",
            "identifier_type": "str",
            "name": "intestinal lipid absorption",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098856",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34178,
            "identifier": "7225",
            "identifier_type": "int",
            "name": "TRPC6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7225",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "transient receptor potential cation channel, subfamily C, member 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 34179,
            "identifier": "WP368_r79271",
            "identifier_type": "str",
            "name": "Mitochondrial LC-Fatty Acid Beta-Oxidation",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP368_r79271",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 34180,
            "identifier": "GO:0006167",
            "identifier_type": "str",
            "name": "AMP biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006167",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34181,
            "identifier": "100131581",
            "identifier_type": "int",
            "name": "LOC100131581",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100131581",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "uncharacterized LOC100131581"
            },
            "metanode": "Gene"
        },
        {
            "id": 34182,
            "identifier": "GO:0010370",
            "identifier_type": "str",
            "name": "perinucleolar chromocenter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010370",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 34183,
            "identifier": "UBERON:0001017",
            "identifier_type": "str",
            "name": "central nervous system",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001017",
                "bto_id": "BTO:0000227",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D002490"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 34184,
            "identifier": "55748",
            "identifier_type": "int",
            "name": "CNDP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55748",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "CNDP dipeptidase 2 (metallopeptidase M20 family)"
            },
            "metanode": "Gene"
        },
        {
            "id": 34185,
            "identifier": "GO:0070402",
            "identifier_type": "str",
            "name": "NADPH binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070402",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 34186,
            "identifier": "79153",
            "identifier_type": "int",
            "name": "GDPD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79153",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "glycerophosphodiester phosphodiesterase domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 34187,
            "identifier": "C0267410",
            "identifier_type": "str",
            "name": "Mesenteric artery thrombosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0267410",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34188,
            "identifier": "302",
            "identifier_type": "int",
            "name": "ANXA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/302",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "annexin A2"
            },
            "metanode": "Gene"
        },
        {
            "id": 34189,
            "identifier": "9049",
            "identifier_type": "int",
            "name": "AIP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9049",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "aryl hydrocarbon receptor interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 34190,
            "identifier": "GO:0046101",
            "identifier_type": "str",
            "name": "hypoxanthine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046101",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34191,
            "identifier": "GO:2001251",
            "identifier_type": "str",
            "name": "negative regulation of chromosome organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001251",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34192,
            "identifier": "GO:0004996",
            "identifier_type": "str",
            "name": "thyroid-stimulating hormone receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004996",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 34193,
            "identifier": "389692",
            "identifier_type": "int",
            "name": "MAFA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/389692",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog A"
            },
            "metanode": "Gene"
        }
    ]
}