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=7300
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=7325",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=7275",
    "results": [
        {
            "id": 7291,
            "identifier": "7504",
            "identifier_type": "int",
            "name": "XK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7504",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "X-linked Kx blood group"
            },
            "metanode": "Gene"
        },
        {
            "id": 7292,
            "identifier": "730112",
            "identifier_type": "int",
            "name": "FAM166B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/730112",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "family with sequence similarity 166, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 7293,
            "identifier": "DB00656",
            "identifier_type": "str",
            "name": "Trazodone",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00656",
                "inchi": "InChI=1S/C19H22ClN5O/c20-16-5-3-6-17(15-16)23-13-11-22(12-14-23)8-4-10-25-19(26)24-9-2-1-7-18(24)21-25/h1-3,5-7,9,15H,4,8,10-14H2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=PHLBKPHSAVXXEF-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 7294,
            "identifier": "162967",
            "identifier_type": "int",
            "name": "ZNF320",
            "properties": {
                "url": "http://identifiers.org/ncbigene/162967",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 320"
            },
            "metanode": "Gene"
        },
        {
            "id": 7295,
            "identifier": "7874",
            "identifier_type": "int",
            "name": "USP7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7874",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "ubiquitin specific peptidase 7 (herpes virus-associated)"
            },
            "metanode": "Gene"
        },
        {
            "id": 7296,
            "identifier": "GO:0070262",
            "identifier_type": "str",
            "name": "peptidyl-serine dephosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070262",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7297,
            "identifier": "C0580413",
            "identifier_type": "str",
            "name": "Prothrombin time shortened",
            "properties": {
                "url": "http://identifiers.org/umls/C0580413",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7298,
            "identifier": "84100",
            "identifier_type": "int",
            "name": "ARL6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84100",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ADP-ribosylation factor-like 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 7299,
            "identifier": "199786",
            "identifier_type": "int",
            "name": "FAM129C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/199786",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "family with sequence similarity 129, member C"
            },
            "metanode": "Gene"
        },
        {
            "id": 7300,
            "identifier": "105369552",
            "identifier_type": "int",
            "name": "LOC105369552",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369552",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "uncharacterized LOC105369552"
            },
            "metanode": "Gene"
        },
        {
            "id": 7301,
            "identifier": "79962",
            "identifier_type": "int",
            "name": "DNAJC22",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79962",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "DnaJ (Hsp40) homolog, subfamily C, member 22"
            },
            "metanode": "Gene"
        },
        {
            "id": 7302,
            "identifier": "6247",
            "identifier_type": "int",
            "name": "RS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6247",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "retinoschisin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7303,
            "identifier": "GO:0009154",
            "identifier_type": "str",
            "name": "purine ribonucleotide catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009154",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7304,
            "identifier": "C0001824",
            "identifier_type": "str",
            "name": "Agranulocytosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0001824",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7305,
            "identifier": "GO:0030111",
            "identifier_type": "str",
            "name": "regulation of Wnt signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030111",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7306,
            "identifier": "C0342579",
            "identifier_type": "str",
            "name": "Electrolyte imbalance",
            "properties": {
                "url": "http://identifiers.org/umls/C0342579",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7307,
            "identifier": "79674",
            "identifier_type": "int",
            "name": "VEPH1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79674",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ventricular zone expressed PH domain-containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7308,
            "identifier": "823",
            "identifier_type": "int",
            "name": "CAPN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/823",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "calpain 1, (mu/I) large subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 7309,
            "identifier": "9570",
            "identifier_type": "int",
            "name": "GOSR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9570",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "golgi SNAP receptor complex member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 7310,
            "identifier": "GO:0071681",
            "identifier_type": "str",
            "name": "cellular response to indole-3-methanol",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071681",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7311,
            "identifier": "C0043046",
            "identifier_type": "str",
            "name": "Wasting generalized",
            "properties": {
                "url": "http://identifiers.org/umls/C0043046",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7312,
            "identifier": "59082",
            "identifier_type": "int",
            "name": "CARD18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59082",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "caspase recruitment domain family, member 18"
            },
            "metanode": "Gene"
        },
        {
            "id": 7313,
            "identifier": "D064250",
            "identifier_type": "str",
            "name": "Hypertriglyceridemic Waist",
            "properties": {
                "url": "http://identifiers.org/mesh/D064250",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 7314,
            "identifier": "GO:0007163",
            "identifier_type": "str",
            "name": "establishment or maintenance of cell polarity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007163",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7315,
            "identifier": "GO:0005602",
            "identifier_type": "str",
            "name": "complement component C1 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005602",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        }
    ]
}