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=31525
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=31550",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=31500",
    "results": [
        {
            "id": 31518,
            "identifier": "GO:0072298",
            "identifier_type": "str",
            "name": "regulation of metanephric glomerulus development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072298",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31519,
            "identifier": "9759",
            "identifier_type": "int",
            "name": "HDAC4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9759",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "histone deacetylase 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 31520,
            "identifier": "D006606",
            "identifier_type": "str",
            "name": "Hiccup",
            "properties": {
                "url": "http://identifiers.org/mesh/D006606",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 31523,
            "identifier": "3705",
            "identifier_type": "int",
            "name": "ITPK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3705",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "inositol-tetrakisphosphate 1-kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 31524,
            "identifier": "C0034544",
            "identifier_type": "str",
            "name": "Radiculitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0034544",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31525,
            "identifier": "342945",
            "identifier_type": "int",
            "name": "ZSCAN22",
            "properties": {
                "url": "http://identifiers.org/ncbigene/342945",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger and SCAN domain containing 22"
            },
            "metanode": "Gene"
        },
        {
            "id": 31526,
            "identifier": "6046",
            "identifier_type": "int",
            "name": "BRD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6046",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "bromodomain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 31527,
            "identifier": "GO:0042993",
            "identifier_type": "str",
            "name": "positive regulation of transcription factor import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042993",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31528,
            "identifier": "C0036982",
            "identifier_type": "str",
            "name": "Shock haemorrhagic",
            "properties": {
                "url": "http://identifiers.org/umls/C0036982",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31529,
            "identifier": "C1956089",
            "identifier_type": "str",
            "name": "Bone spur",
            "properties": {
                "url": "http://identifiers.org/umls/C1956089",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31530,
            "identifier": "GO:0098758",
            "identifier_type": "str",
            "name": "response to interleukin-8",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098758",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31531,
            "identifier": "24141",
            "identifier_type": "int",
            "name": "LAMP5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/24141",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "lysosomal-associated membrane protein family, member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 31532,
            "identifier": "GO:0046185",
            "identifier_type": "str",
            "name": "aldehyde catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046185",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31533,
            "identifier": "200539",
            "identifier_type": "int",
            "name": "ANKRD23",
            "properties": {
                "url": "http://identifiers.org/ncbigene/200539",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "ankyrin repeat domain 23"
            },
            "metanode": "Gene"
        },
        {
            "id": 31534,
            "identifier": "729238",
            "identifier_type": "int",
            "name": "SFTPA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729238",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "surfactant protein A2"
            },
            "metanode": "Gene"
        },
        {
            "id": 31535,
            "identifier": "GO:0000976",
            "identifier_type": "str",
            "name": "transcription regulatory region sequence-specific DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000976",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 31536,
            "identifier": "56894",
            "identifier_type": "int",
            "name": "AGPAT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56894",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "1-acylglycerol-3-phosphate O-acyltransferase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 31537,
            "identifier": "GO:0043422",
            "identifier_type": "str",
            "name": "protein kinase B binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043422",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 31538,
            "identifier": "126353",
            "identifier_type": "int",
            "name": "MISP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/126353",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "mitotic spindle positioning"
            },
            "metanode": "Gene"
        },
        {
            "id": 31539,
            "identifier": "GO:0002577",
            "identifier_type": "str",
            "name": "regulation of antigen processing and presentation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002577",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31540,
            "identifier": "25837",
            "identifier_type": "int",
            "name": "RAB26",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25837",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "RAB26, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 31541,
            "identifier": "55379",
            "identifier_type": "int",
            "name": "LRRC59",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55379",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "leucine rich repeat containing 59"
            },
            "metanode": "Gene"
        },
        {
            "id": 31542,
            "identifier": "128822",
            "identifier_type": "int",
            "name": "CST9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/128822",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "cystatin 9 (testatin)"
            },
            "metanode": "Gene"
        },
        {
            "id": 31543,
            "identifier": "DB00394",
            "identifier_type": "str",
            "name": "Beclomethasone",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00394",
                "inchi": "InChI=1S/C28H37ClO7/c1-6-23(33)35-15-22(32)28(36-24(34)7-2)16(3)12-20-19-9-8-17-13-18(30)10-11-25(17,4)27(19,29)21(31)14-26(20,28)5/h10-11,13,16,19-21,31H,6-9,12,14-15H2,1-5H3/t16-,19-,20-,21-,25-,26-,27-,28-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=KUVIULQEHSCUHY-XYWKZLDCSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 31544,
            "identifier": "GO:0071933",
            "identifier_type": "str",
            "name": "Arp2/3 complex binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071933",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}