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=18050
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=18075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=18025",
    "results": [
        {
            "id": 18042,
            "identifier": "GO:0051938",
            "identifier_type": "str",
            "name": "L-glutamate import",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051938",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18043,
            "identifier": "C0025319",
            "identifier_type": "str",
            "name": "Menopausal disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0025319",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 18044,
            "identifier": "GO:0048295",
            "identifier_type": "str",
            "name": "positive regulation of isotype switching to IgE isotypes",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048295",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18045,
            "identifier": "105371099",
            "identifier_type": "int",
            "name": "LOC105371099",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371099",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC105371099"
            },
            "metanode": "Gene"
        },
        {
            "id": 18046,
            "identifier": "105379606",
            "identifier_type": "int",
            "name": "LOC105379606",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379606",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "ice-structuring glycoprotein-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 18047,
            "identifier": "PC7_6516",
            "identifier_type": "str",
            "name": "Platelet sensitization by LDL",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 18048,
            "identifier": "DB01235",
            "identifier_type": "str",
            "name": "L-DOPA",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01235",
                "inchi": "InChI=1S/C9H11NO4/c10-6(9(13)14)3-5-1-2-7(11)8(12)4-5/h1-2,4,6,11-12H,3,10H2,(H,13,14)/t6-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WTDRDQBEARUVNC-LURJTMIESA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 18049,
            "identifier": "8648",
            "identifier_type": "int",
            "name": "NCOA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8648",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "nuclear receptor coactivator 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 18050,
            "identifier": "GO:0016444",
            "identifier_type": "str",
            "name": "somatic cell DNA recombination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016444",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18051,
            "identifier": "N0000000233",
            "identifier_type": "str",
            "name": "Nucleic Acid Synthesis Inhibitors",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000000233",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 18052,
            "identifier": "GO:0050805",
            "identifier_type": "str",
            "name": "negative regulation of synaptic transmission",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050805",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18053,
            "identifier": "UBERON:0001235",
            "identifier_type": "str",
            "name": "adrenal cortex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001235",
                "bto_id": "BTO:0000045",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D000302"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 18054,
            "identifier": "647024",
            "identifier_type": "int",
            "name": "C6orf132",
            "properties": {
                "url": "http://identifiers.org/ncbigene/647024",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "chromosome 6 open reading frame 132"
            },
            "metanode": "Gene"
        },
        {
            "id": 18055,
            "identifier": "GO:0003351",
            "identifier_type": "str",
            "name": "epithelial cilium movement",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003351",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18056,
            "identifier": "GO:0048333",
            "identifier_type": "str",
            "name": "mesodermal cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048333",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18057,
            "identifier": "2354",
            "identifier_type": "int",
            "name": "FOSB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2354",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "FBJ murine osteosarcoma viral oncogene homolog B"
            },
            "metanode": "Gene"
        },
        {
            "id": 18058,
            "identifier": "11164",
            "identifier_type": "int",
            "name": "NUDT5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11164",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "nudix (nucleoside diphosphate linked moiety X)-type motif 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 18059,
            "identifier": "PC7_2569",
            "identifier_type": "str",
            "name": "Chondroitin sulfate/dermatan sulfate metabolism",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 18060,
            "identifier": "28956",
            "identifier_type": "int",
            "name": "LAMTOR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/28956",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "late endosomal/lysosomal adaptor, MAPK and MTOR activator 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 18061,
            "identifier": "4951",
            "identifier_type": "int",
            "name": "OCM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4951",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "oncomodulin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 18062,
            "identifier": "54845",
            "identifier_type": "int",
            "name": "ESRP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54845",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "epithelial splicing regulatory protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 18063,
            "identifier": "GO:0008429",
            "identifier_type": "str",
            "name": "phosphatidylethanolamine binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008429",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18064,
            "identifier": "WP2324_r78487",
            "identifier_type": "str",
            "name": "AGE/RAGE pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2324_r78487",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 18065,
            "identifier": "UBERON:0002382",
            "identifier_type": "str",
            "name": "rectus abdominis muscle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002382",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D017568"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 18066,
            "identifier": "GO:0032764",
            "identifier_type": "str",
            "name": "negative regulation of mast cell cytokine production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032764",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}