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=34425
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=34450",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=34400",
    "results": [
        {
            "id": 34420,
            "identifier": "GO:0098760",
            "identifier_type": "str",
            "name": "response to interleukin-7",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098760",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34421,
            "identifier": "DB00255",
            "identifier_type": "str",
            "name": "Diethylstilbestrol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00255",
                "inchi": "InChI=1S/C18H20O2/c1-3-17(13-5-9-15(19)10-6-13)18(4-2)14-7-11-16(20)12-8-14/h5-12,19-20H,3-4H2,1-2H3/b18-17+",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=RGLYKWWBQGJZGM-ISLYRVAYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 34422,
            "identifier": "117178",
            "identifier_type": "int",
            "name": "SSX2IP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/117178",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "synovial sarcoma, X breakpoint 2 interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 34423,
            "identifier": "GO:0071357",
            "identifier_type": "str",
            "name": "cellular response to type I interferon",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071357",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34424,
            "identifier": "51170",
            "identifier_type": "int",
            "name": "HSD17B11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51170",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "hydroxysteroid (17-beta) dehydrogenase 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 34425,
            "identifier": "GO:0051946",
            "identifier_type": "str",
            "name": "regulation of glutamate uptake involved in transmission of nerve impulse",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051946",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34426,
            "identifier": "GO:0031229",
            "identifier_type": "str",
            "name": "intrinsic component of nuclear inner membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031229",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 34427,
            "identifier": "GO:0051601",
            "identifier_type": "str",
            "name": "exocyst localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051601",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34428,
            "identifier": "C0426623",
            "identifier_type": "str",
            "name": "Excessive flatulence",
            "properties": {
                "url": "http://identifiers.org/umls/C0426623",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34429,
            "identifier": "GO:0071391",
            "identifier_type": "str",
            "name": "cellular response to estrogen stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071391",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34430,
            "identifier": "C0241235",
            "identifier_type": "str",
            "name": "Sputum purulent",
            "properties": {
                "url": "http://identifiers.org/umls/C0241235",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34431,
            "identifier": "C0860945",
            "identifier_type": "str",
            "name": "Creatinine normal",
            "properties": {
                "url": "http://identifiers.org/umls/C0860945",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34432,
            "identifier": "GO:0004382",
            "identifier_type": "str",
            "name": "guanosine-diphosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004382",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 34433,
            "identifier": "C0265110",
            "identifier_type": "str",
            "name": "Vasospasm cerebral",
            "properties": {
                "url": "http://identifiers.org/umls/C0265110",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34434,
            "identifier": "5942",
            "identifier_type": "int",
            "name": "RBMY1C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5942",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Y",
                "description": "RNA binding motif protein, Y-linked, family 1, member C"
            },
            "metanode": "Gene"
        },
        {
            "id": 34435,
            "identifier": "GO:0002121",
            "identifier_type": "str",
            "name": "inter-male aggressive behavior",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002121",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34436,
            "identifier": "GO:0005223",
            "identifier_type": "str",
            "name": "intracellular cGMP activated cation channel activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005223",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 34437,
            "identifier": "GO:0038064",
            "identifier_type": "str",
            "name": "collagen receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038064",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 34438,
            "identifier": "84749",
            "identifier_type": "int",
            "name": "USP30",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84749",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "ubiquitin specific peptidase 30"
            },
            "metanode": "Gene"
        },
        {
            "id": 34439,
            "identifier": "GO:1904064",
            "identifier_type": "str",
            "name": "positive regulation of cation transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904064",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34440,
            "identifier": "105375751",
            "identifier_type": "int",
            "name": "LOC105375751",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375751",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "uncharacterized LOC105375751"
            },
            "metanode": "Gene"
        },
        {
            "id": 34441,
            "identifier": "GO:0060265",
            "identifier_type": "str",
            "name": "positive regulation of respiratory burst involved in inflammatory response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060265",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34442,
            "identifier": "6880",
            "identifier_type": "int",
            "name": "TAF9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6880",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "TAF9 RNA polymerase II, TATA box binding protein (TBP)-associated factor, 32kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 34443,
            "identifier": "56918",
            "identifier_type": "int",
            "name": "C2orf83",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56918",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "chromosome 2 open reading frame 83"
            },
            "metanode": "Gene"
        },
        {
            "id": 34444,
            "identifier": "GO:0045652",
            "identifier_type": "str",
            "name": "regulation of megakaryocyte differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045652",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}