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=43250
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=43275",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=43225",
    "results": [
        {
            "id": 43249,
            "identifier": "23007",
            "identifier_type": "int",
            "name": "PLCH1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23007",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "phospholipase C, eta 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 43250,
            "identifier": "GO:0033673",
            "identifier_type": "str",
            "name": "negative regulation of kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033673",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43251,
            "identifier": "C0435002",
            "identifier_type": "str",
            "name": "Ligament sprain",
            "properties": {
                "url": "http://identifiers.org/umls/C0435002",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43252,
            "identifier": "GO:0008291",
            "identifier_type": "str",
            "name": "acetylcholine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008291",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43253,
            "identifier": "C0033578",
            "identifier_type": "str",
            "name": "Neoplasm prostate",
            "properties": {
                "url": "http://identifiers.org/umls/C0033578",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43254,
            "identifier": "GO:2000345",
            "identifier_type": "str",
            "name": "regulation of hepatocyte proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000345",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43255,
            "identifier": "C0028643",
            "identifier_type": "str",
            "name": "Numbness",
            "properties": {
                "url": "http://identifiers.org/umls/C0028643",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43256,
            "identifier": "642643",
            "identifier_type": "int",
            "name": "LOC642643",
            "properties": {
                "url": "http://identifiers.org/ncbigene/642643",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "uncharacterized LOC642643"
            },
            "metanode": "Gene"
        },
        {
            "id": 43257,
            "identifier": "26330",
            "identifier_type": "int",
            "name": "GAPDHS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26330",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "glyceraldehyde-3-phosphate dehydrogenase, spermatogenic"
            },
            "metanode": "Gene"
        },
        {
            "id": 43258,
            "identifier": "GO:0005017",
            "identifier_type": "str",
            "name": "platelet-derived growth factor-activated receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005017",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 43259,
            "identifier": "55872",
            "identifier_type": "int",
            "name": "PBK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55872",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "PDZ binding kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 43260,
            "identifier": "GO:0001605",
            "identifier_type": "str",
            "name": "adrenomedullin receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001605",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 43261,
            "identifier": "GO:0034088",
            "identifier_type": "str",
            "name": "maintenance of mitotic sister chromatid cohesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034088",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43262,
            "identifier": "WP100_r74146",
            "identifier_type": "str",
            "name": "Glutathione metabolism",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP100_r74146",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 43263,
            "identifier": "9189",
            "identifier_type": "int",
            "name": "ZBED1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9189",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X|Y",
                "description": "zinc finger, BED-type containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 43264,
            "identifier": "N0000175448",
            "identifier_type": "str",
            "name": "Potassium Channel Antagonists",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175448",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 43265,
            "identifier": "344018",
            "identifier_type": "int",
            "name": "FIGLA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/344018",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "folliculogenesis specific basic helix-loop-helix"
            },
            "metanode": "Gene"
        },
        {
            "id": 43266,
            "identifier": "105369869",
            "identifier_type": "int",
            "name": "LOC105369869",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369869",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "uncharacterized LOC105369869"
            },
            "metanode": "Gene"
        },
        {
            "id": 43267,
            "identifier": "389816",
            "identifier_type": "int",
            "name": "LRRC26",
            "properties": {
                "url": "http://identifiers.org/ncbigene/389816",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "leucine rich repeat containing 26"
            },
            "metanode": "Gene"
        },
        {
            "id": 43268,
            "identifier": "C0856120",
            "identifier_type": "str",
            "name": "Multiple sclerosis relapse",
            "properties": {
                "url": "http://identifiers.org/umls/C0856120",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43269,
            "identifier": "DB01352",
            "identifier_type": "str",
            "name": "Aprobarbital",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01352",
                "inchi": "InChI=1S/C10H14N2O3/c1-4-5-10(6(2)3)7(13)11-9(15)12-8(10)14/h4,6H,1,5H2,2-3H3,(H2,11,12,13,14,15)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=UORJNBVJVRLXMQ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 43270,
            "identifier": "GO:0097470",
            "identifier_type": "str",
            "name": "ribbon synapse",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097470",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 43271,
            "identifier": "57568",
            "identifier_type": "int",
            "name": "SIPA1L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57568",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "signal-induced proliferation-associated 1 like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 43272,
            "identifier": "GO:0071281",
            "identifier_type": "str",
            "name": "cellular response to iron ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071281",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43273,
            "identifier": "121506",
            "identifier_type": "int",
            "name": "ERP27",
            "properties": {
                "url": "http://identifiers.org/ncbigene/121506",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "endoplasmic reticulum protein 27"
            },
            "metanode": "Gene"
        }
    ]
}