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=23225
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=23250",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=23200",
    "results": [
        {
            "id": 23216,
            "identifier": "728403",
            "identifier_type": "int",
            "name": "TSPY8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/728403",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Y",
                "description": "testis specific protein, Y-linked 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 23217,
            "identifier": "387032",
            "identifier_type": "int",
            "name": "ZKSCAN4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/387032",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "zinc finger with KRAB and SCAN domains 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 23218,
            "identifier": "26188",
            "identifier_type": "int",
            "name": "OR1C1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26188",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "olfactory receptor, family 1, subfamily C, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23219,
            "identifier": "138804",
            "identifier_type": "int",
            "name": "OR13C4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/138804",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "olfactory receptor, family 13, subfamily C, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 23220,
            "identifier": "143471",
            "identifier_type": "int",
            "name": "PSMA8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/143471",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "proteasome (prosome, macropain) subunit, alpha type, 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 23221,
            "identifier": "C0036916",
            "identifier_type": "str",
            "name": "Sexually transmitted disease",
            "properties": {
                "url": "http://identifiers.org/umls/C0036916",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23222,
            "identifier": "GO:0070644",
            "identifier_type": "str",
            "name": "vitamin D response element binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070644",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 23223,
            "identifier": "26146",
            "identifier_type": "int",
            "name": "TRAF3IP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26146",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "TNF receptor-associated factor 3 interacting protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23224,
            "identifier": "C0410740",
            "identifier_type": "str",
            "name": "Finger deformity",
            "properties": {
                "url": "http://identifiers.org/umls/C0410740",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23225,
            "identifier": "GO:0004849",
            "identifier_type": "str",
            "name": "uridine kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004849",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 23226,
            "identifier": "DB01255",
            "identifier_type": "str",
            "name": "Lisdexamfetamine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01255",
                "inchi": "InChI=1S/C15H25N3O/c1-12(11-13-7-3-2-4-8-13)18-15(19)14(17)9-5-6-10-16/h2-4,7-8,12,14H,5-6,9-11,16-17H2,1H3,(H,18,19)/t12-,14-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=VOBHXZCDAVEXEY-JSGCOSHPSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 23227,
            "identifier": "6217",
            "identifier_type": "int",
            "name": "RPS16",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6217",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ribosomal protein S16"
            },
            "metanode": "Gene"
        },
        {
            "id": 23228,
            "identifier": "56127",
            "identifier_type": "int",
            "name": "PCDHB9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56127",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin beta 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 23229,
            "identifier": "124460",
            "identifier_type": "int",
            "name": "SNX20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/124460",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "sorting nexin 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 23230,
            "identifier": "79660",
            "identifier_type": "int",
            "name": "PPP1R3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79660",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "protein phosphatase 1, regulatory subunit 3B"
            },
            "metanode": "Gene"
        },
        {
            "id": 23231,
            "identifier": "793",
            "identifier_type": "int",
            "name": "CALB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/793",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "calbindin 1, 28kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 23232,
            "identifier": "9556",
            "identifier_type": "int",
            "name": "C14orf2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9556",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "chromosome 14 open reading frame 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 23233,
            "identifier": "50831",
            "identifier_type": "int",
            "name": "TAS2R3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/50831",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "taste receptor, type 2, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 23234,
            "identifier": "220064",
            "identifier_type": "int",
            "name": "ORAOV1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/220064",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "oral cancer overexpressed 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 23235,
            "identifier": "PC7_7497",
            "identifier_type": "str",
            "name": "Signaling events mediated by focal adhesion kinase",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 23236,
            "identifier": "119548",
            "identifier_type": "int",
            "name": "PNLIPRP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/119548",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "pancreatic lipase-related protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 23237,
            "identifier": "390199",
            "identifier_type": "int",
            "name": "OR4D9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390199",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 4, subfamily D, member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 23238,
            "identifier": "642612",
            "identifier_type": "int",
            "name": "TRIM49C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/642612",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tripartite motif containing 49C"
            },
            "metanode": "Gene"
        },
        {
            "id": 23239,
            "identifier": "64794",
            "identifier_type": "int",
            "name": "DDX31",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64794",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "DEAD (Asp-Glu-Ala-Asp) box polypeptide 31"
            },
            "metanode": "Gene"
        },
        {
            "id": 23240,
            "identifier": "GO:0042430",
            "identifier_type": "str",
            "name": "indole-containing compound metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042430",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}