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=18525
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=18550",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=18500",
    "results": [
        {
            "id": 18517,
            "identifier": "GO:0070555",
            "identifier_type": "str",
            "name": "response to interleukin-1",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070555",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18518,
            "identifier": "80142",
            "identifier_type": "int",
            "name": "PTGES2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80142",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "prostaglandin E synthase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 18519,
            "identifier": "GO:0022858",
            "identifier_type": "str",
            "name": "alanine transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0022858",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18520,
            "identifier": "GO:0098645",
            "identifier_type": "str",
            "name": "collagen network",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098645",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 18521,
            "identifier": "GO:0043084",
            "identifier_type": "str",
            "name": "penile erection",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043084",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18522,
            "identifier": "D011595",
            "identifier_type": "str",
            "name": "Psychomotor Agitation",
            "properties": {
                "url": "http://identifiers.org/mesh/D011595",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 18523,
            "identifier": "5499",
            "identifier_type": "int",
            "name": "PPP1CA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5499",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "protein phosphatase 1, catalytic subunit, alpha isozyme"
            },
            "metanode": "Gene"
        },
        {
            "id": 18524,
            "identifier": "GO:1903912",
            "identifier_type": "str",
            "name": "negative regulation of endoplasmic reticulum stress-induced eIF2 alpha phosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903912",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18525,
            "identifier": "56124",
            "identifier_type": "int",
            "name": "PCDHB12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56124",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin beta 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 18526,
            "identifier": "GO:0034035",
            "identifier_type": "str",
            "name": "purine ribonucleoside bisphosphate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034035",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18527,
            "identifier": "GO:0015204",
            "identifier_type": "str",
            "name": "urea transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015204",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18528,
            "identifier": "GO:0031798",
            "identifier_type": "str",
            "name": "type 1 metabotropic glutamate receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031798",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18529,
            "identifier": "23338",
            "identifier_type": "int",
            "name": "JADE2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23338",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "jade family PHD finger 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 18530,
            "identifier": "GO:0070474",
            "identifier_type": "str",
            "name": "positive regulation of uterine smooth muscle contraction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070474",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18531,
            "identifier": "401040",
            "identifier_type": "int",
            "name": "LOC401040",
            "properties": {
                "url": "http://identifiers.org/ncbigene/401040",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "uncharacterized LOC401040"
            },
            "metanode": "Gene"
        },
        {
            "id": 18532,
            "identifier": "GO:0003678",
            "identifier_type": "str",
            "name": "DNA helicase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003678",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18533,
            "identifier": "D003147",
            "identifier_type": "str",
            "name": "Communication Disorders",
            "properties": {
                "url": "http://identifiers.org/mesh/D003147",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 18534,
            "identifier": "101927250",
            "identifier_type": "int",
            "name": "LOC101927250",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101927250",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC101927250"
            },
            "metanode": "Gene"
        },
        {
            "id": 18535,
            "identifier": "DB00706",
            "identifier_type": "str",
            "name": "Tamsulosin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00706",
                "inchi": "InChI=1S/C20H28N2O5S/c1-4-26-17-7-5-6-8-18(17)27-12-11-22-15(2)13-16-9-10-19(25-3)20(14-16)28(21,23)24/h5-10,14-15,22H,4,11-13H2,1-3H3,(H2,21,23,24)/t15-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=DRHKJLXJIQTDTD-OAHLLOKOSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 18536,
            "identifier": "388551",
            "identifier_type": "int",
            "name": "CEACAM16",
            "properties": {
                "url": "http://identifiers.org/ncbigene/388551",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "carcinoembryonic antigen-related cell adhesion molecule 16"
            },
            "metanode": "Gene"
        },
        {
            "id": 18537,
            "identifier": "23452",
            "identifier_type": "int",
            "name": "ANGPTL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23452",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "angiopoietin-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 18538,
            "identifier": "6197",
            "identifier_type": "int",
            "name": "RPS6KA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6197",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "ribosomal protein S6 kinase, 90kDa, polypeptide 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 18539,
            "identifier": "GO:0000268",
            "identifier_type": "str",
            "name": "peroxisome targeting sequence binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000268",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18540,
            "identifier": "102724642",
            "identifier_type": "int",
            "name": "LOC102724642",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102724642",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "anaphase-promoting complex subunit 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 18541,
            "identifier": "100996701",
            "identifier_type": "int",
            "name": "LOC100996701",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996701",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "uncharacterized LOC100996701"
            },
            "metanode": "Gene"
        }
    ]
}