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=24300
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=24325",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=24275",
    "results": [
        {
            "id": 24294,
            "identifier": "GO:0060648",
            "identifier_type": "str",
            "name": "mammary gland bud morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060648",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24295,
            "identifier": "3918",
            "identifier_type": "int",
            "name": "LAMC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3918",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "laminin, gamma 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 24296,
            "identifier": "GO:0006402",
            "identifier_type": "str",
            "name": "mRNA catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006402",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24297,
            "identifier": "51259",
            "identifier_type": "int",
            "name": "TMEM216",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51259",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "transmembrane protein 216"
            },
            "metanode": "Gene"
        },
        {
            "id": 24298,
            "identifier": "DB00477",
            "identifier_type": "str",
            "name": "Chlorpromazine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00477",
                "inchi": "InChI=1S/C17H19ClN2S/c1-19(2)10-5-11-20-14-6-3-4-7-16(14)21-17-9-8-13(18)12-15(17)20/h3-4,6-9,12H,5,10-11H2,1-2H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ZPEIMTDSQAKGNT-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 24299,
            "identifier": "GO:1903169",
            "identifier_type": "str",
            "name": "regulation of calcium ion transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903169",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24300,
            "identifier": "23300",
            "identifier_type": "int",
            "name": "ATMIN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23300",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "ATM interactor"
            },
            "metanode": "Gene"
        },
        {
            "id": 24301,
            "identifier": "53840",
            "identifier_type": "int",
            "name": "TRIM34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/53840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tripartite motif containing 34"
            },
            "metanode": "Gene"
        },
        {
            "id": 24302,
            "identifier": "84140",
            "identifier_type": "int",
            "name": "FAM161A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84140",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "family with sequence similarity 161, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 24303,
            "identifier": "GO:0070265",
            "identifier_type": "str",
            "name": "necrotic cell death",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070265",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24304,
            "identifier": "GO:1900220",
            "identifier_type": "str",
            "name": "semaphorin-plexin signaling pathway involved in bone trabecula morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900220",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24305,
            "identifier": "6159",
            "identifier_type": "int",
            "name": "RPL29",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6159",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ribosomal protein L29"
            },
            "metanode": "Gene"
        },
        {
            "id": 24306,
            "identifier": "C0011615",
            "identifier_type": "str",
            "name": "Dermatitis atopic",
            "properties": {
                "url": "http://identifiers.org/umls/C0011615",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24307,
            "identifier": "GO:0021800",
            "identifier_type": "str",
            "name": "cerebral cortex tangential migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021800",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24308,
            "identifier": "64800",
            "identifier_type": "int",
            "name": "EFCAB6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64800",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "EF-hand calcium binding domain 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 24309,
            "identifier": "UBERON:0000053",
            "identifier_type": "str",
            "name": "macula lutea",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0000053",
                "bto_id": "BTO:0003015",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D008266"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 24310,
            "identifier": "79842",
            "identifier_type": "int",
            "name": "ZBTB3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79842",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "zinc finger and BTB domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 24311,
            "identifier": "GO:0003084",
            "identifier_type": "str",
            "name": "positive regulation of systemic arterial blood pressure",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003084",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24312,
            "identifier": "GO:0021520",
            "identifier_type": "str",
            "name": "spinal cord motor neuron cell fate specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021520",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24313,
            "identifier": "991",
            "identifier_type": "int",
            "name": "CDC20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/991",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "cell division cycle 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 24314,
            "identifier": "9482",
            "identifier_type": "int",
            "name": "STX8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9482",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "syntaxin 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 24315,
            "identifier": "51013",
            "identifier_type": "int",
            "name": "EXOSC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51013",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "exosome component 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 24352,
            "identifier": "C0002064",
            "identifier_type": "str",
            "name": "Respiratory alkalosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0002064",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24316,
            "identifier": "C1096267",
            "identifier_type": "str",
            "name": "Injection site discomfort",
            "properties": {
                "url": "http://identifiers.org/umls/C1096267",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24317,
            "identifier": "158521",
            "identifier_type": "int",
            "name": "FMR1NB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/158521",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "fragile X mental retardation 1 neighbor"
            },
            "metanode": "Gene"
        }
    ]
}