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=17275
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=17300",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=17250",
    "results": [
        {
            "id": 17267,
            "identifier": "GO:0044116",
            "identifier_type": "str",
            "name": "growth of symbiont involved in interaction with host",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044116",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17268,
            "identifier": "GO:0046730",
            "identifier_type": "str",
            "name": "induction of host immune response by virus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046730",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17269,
            "identifier": "GO:0036464",
            "identifier_type": "str",
            "name": "cytoplasmic ribonucleoprotein granule",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036464",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 17270,
            "identifier": "1129",
            "identifier_type": "int",
            "name": "CHRM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1129",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "cholinergic receptor, muscarinic 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 17271,
            "identifier": "9636",
            "identifier_type": "int",
            "name": "ISG15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9636",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ISG15 ubiquitin-like modifier"
            },
            "metanode": "Gene"
        },
        {
            "id": 17272,
            "identifier": "51167",
            "identifier_type": "int",
            "name": "CYB5R4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51167",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "cytochrome b5 reductase 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 17273,
            "identifier": "C0580181",
            "identifier_type": "str",
            "name": "Jessner's lymphocytic infiltration",
            "properties": {
                "url": "http://identifiers.org/umls/C0580181",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17274,
            "identifier": "GO:0038001",
            "identifier_type": "str",
            "name": "paracrine signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038001",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17275,
            "identifier": "C0031924",
            "identifier_type": "str",
            "name": "Piloerection",
            "properties": {
                "url": "http://identifiers.org/umls/C0031924",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17276,
            "identifier": "C0008909",
            "identifier_type": "str",
            "name": "Claustrophobia",
            "properties": {
                "url": "http://identifiers.org/umls/C0008909",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17277,
            "identifier": "GO:0051684",
            "identifier_type": "str",
            "name": "maintenance of Golgi location",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051684",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17278,
            "identifier": "GO:0002543",
            "identifier_type": "str",
            "name": "activation of blood coagulation via clotting cascade",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002543",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17279,
            "identifier": "GO:0044839",
            "identifier_type": "str",
            "name": "cell cycle G2/M phase transition",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044839",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17280,
            "identifier": "5923",
            "identifier_type": "int",
            "name": "RASGRF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5923",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "Ras protein-specific guanine nucleotide-releasing factor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 17281,
            "identifier": "10590",
            "identifier_type": "int",
            "name": "SCGN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10590",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "secretagogin, EF-hand calcium binding protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 17282,
            "identifier": "GO:0031416",
            "identifier_type": "str",
            "name": "NatB complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031416",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 17283,
            "identifier": "GO:1902499",
            "identifier_type": "str",
            "name": "positive regulation of protein autoubiquitination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902499",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17284,
            "identifier": "653361",
            "identifier_type": "int",
            "name": "NCF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/653361",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "neutrophil cytosolic factor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 17285,
            "identifier": "C0857980",
            "identifier_type": "str",
            "name": "Serum prolactin increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0857980",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17286,
            "identifier": "84858",
            "identifier_type": "int",
            "name": "ZNF503",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84858",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "zinc finger protein 503"
            },
            "metanode": "Gene"
        },
        {
            "id": 17287,
            "identifier": "DOID:10652",
            "identifier_type": "str",
            "name": "Alzheimer's disease",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_10652",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 17288,
            "identifier": "115286",
            "identifier_type": "int",
            "name": "SLC25A26",
            "properties": {
                "url": "http://identifiers.org/ncbigene/115286",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "solute carrier family 25 (S-adenosylmethionine carrier), member 26"
            },
            "metanode": "Gene"
        },
        {
            "id": 17289,
            "identifier": "GO:0010594",
            "identifier_type": "str",
            "name": "regulation of endothelial cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010594",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17290,
            "identifier": "56899",
            "identifier_type": "int",
            "name": "ANKS1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56899",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "ankyrin repeat and sterile alpha motif domain containing 1B"
            },
            "metanode": "Gene"
        },
        {
            "id": 17291,
            "identifier": "DB00194",
            "identifier_type": "str",
            "name": "Vidarabine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00194",
                "inchi": "InChI=1S/C10H13N5O4/c11-8-5-9(13-2-12-8)15(3-14-5)10-7(18)6(17)4(1-16)19-10/h2-4,6-7,10,16-18H,1H2,(H2,11,12,13)/t4-,6-,7+,10-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=OIRDTQYFTABQOQ-UHTZMRCNSA-N"
            },
            "metanode": "Compound"
        }
    ]
}