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=37050
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=37075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=37025",
    "results": [
        {
            "id": 37046,
            "identifier": "55030",
            "identifier_type": "int",
            "name": "FBXO34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55030",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "F-box protein 34"
            },
            "metanode": "Gene"
        },
        {
            "id": 37047,
            "identifier": "GO:0097104",
            "identifier_type": "str",
            "name": "postsynaptic membrane assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097104",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37048,
            "identifier": "C0560024",
            "identifier_type": "str",
            "name": "Swelling of eyelid",
            "properties": {
                "url": "http://identifiers.org/umls/C0560024",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37049,
            "identifier": "GO:0010524",
            "identifier_type": "str",
            "name": "positive regulation of calcium ion transport into cytosol",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010524",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37050,
            "identifier": "57010",
            "identifier_type": "int",
            "name": "CABP4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57010",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "calcium binding protein 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 37051,
            "identifier": "GO:0008645",
            "identifier_type": "str",
            "name": "hexose transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008645",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37052,
            "identifier": "GO:0060896",
            "identifier_type": "str",
            "name": "neural plate pattern specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060896",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37053,
            "identifier": "GO:0070704",
            "identifier_type": "str",
            "name": "sterol desaturase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070704",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 37054,
            "identifier": "DB00637",
            "identifier_type": "str",
            "name": "Astemizole",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00637",
                "inchi": "InChI=1S/C28H31FN4O/c1-34-25-12-8-21(9-13-25)14-17-32-18-15-24(16-19-32)30-28-31-26-4-2-3-5-27(26)33(28)20-22-6-10-23(29)11-7-22/h2-13,24H,14-20H2,1H3,(H,30,31)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=GXDALQBWZGODGZ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 37055,
            "identifier": "GO:1901699",
            "identifier_type": "str",
            "name": "cellular response to nitrogen compound",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901699",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37056,
            "identifier": "25953",
            "identifier_type": "int",
            "name": "PNKD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25953",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "paroxysmal nonkinesigenic dyskinesia"
            },
            "metanode": "Gene"
        },
        {
            "id": 37057,
            "identifier": "55511",
            "identifier_type": "int",
            "name": "SAGE1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55511",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "sarcoma antigen 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37058,
            "identifier": "GO:0014052",
            "identifier_type": "str",
            "name": "regulation of gamma-aminobutyric acid secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014052",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37059,
            "identifier": "102800317",
            "identifier_type": "int",
            "name": "LOC400927-CSNK1E",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102800317",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "LOC400927-CSNK1E readthrough"
            },
            "metanode": "Gene"
        },
        {
            "id": 37060,
            "identifier": "DOID:12849",
            "identifier_type": "str",
            "name": "autistic disorder",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_12849",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 37061,
            "identifier": "220963",
            "identifier_type": "int",
            "name": "SLC16A9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/220963",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "solute carrier family 16, member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 37062,
            "identifier": "49",
            "identifier_type": "int",
            "name": "ACR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/49",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "acrosin"
            },
            "metanode": "Gene"
        },
        {
            "id": 37063,
            "identifier": "8812",
            "identifier_type": "int",
            "name": "CCNK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8812",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "cyclin K"
            },
            "metanode": "Gene"
        },
        {
            "id": 37064,
            "identifier": "DB00354",
            "identifier_type": "str",
            "name": "Buclizine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00354",
                "inchi": "InChI=1S/C28H33ClN2/c1-28(2,3)25-13-9-22(10-14-25)21-30-17-19-31(20-18-30)27(23-7-5-4-6-8-23)24-11-15-26(29)16-12-24/h4-16,27H,17-21H2,1-3H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=MOYGZHXDRJNJEP-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 37065,
            "identifier": "GO:0030162",
            "identifier_type": "str",
            "name": "regulation of proteolysis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030162",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37066,
            "identifier": "GO:0032535",
            "identifier_type": "str",
            "name": "regulation of cellular component size",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032535",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37067,
            "identifier": "343641",
            "identifier_type": "int",
            "name": "TGM6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/343641",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "transglutaminase 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 37068,
            "identifier": "647060",
            "identifier_type": "int",
            "name": "SPATA31A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/647060",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "SPATA31 subfamily A, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37069,
            "identifier": "DB00909",
            "identifier_type": "str",
            "name": "Zonisamide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00909",
                "inchi": "InChI=1S/C8H8N2O3S/c9-14(11,12)5-7-6-3-1-2-4-8(6)13-10-7/h1-4H,5H2,(H2,9,11,12)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=UBQNRHZMVUUOMG-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 37070,
            "identifier": "2646",
            "identifier_type": "int",
            "name": "GCKR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2646",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "glucokinase (hexokinase 4) regulator"
            },
            "metanode": "Gene"
        }
    ]
}