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=32175
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=32200",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=32150",
    "results": [
        {
            "id": 32953,
            "identifier": "C0948873",
            "identifier_type": "str",
            "name": "Flu symptoms",
            "properties": {
                "url": "http://identifiers.org/umls/C0948873",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32169,
            "identifier": "11091",
            "identifier_type": "int",
            "name": "WDR5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11091",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "WD repeat domain 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 32170,
            "identifier": "445582",
            "identifier_type": "int",
            "name": "POTEE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/445582",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "POTE ankyrin domain family, member E"
            },
            "metanode": "Gene"
        },
        {
            "id": 32171,
            "identifier": "C0003950",
            "identifier_type": "str",
            "name": "Ascariasis",
            "properties": {
                "url": "http://identifiers.org/umls/C0003950",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32172,
            "identifier": "GO:0071314",
            "identifier_type": "str",
            "name": "cellular response to cocaine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071314",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32173,
            "identifier": "PC7_3059",
            "identifier_type": "str",
            "name": "Degradation of GABA",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 32174,
            "identifier": "105371899",
            "identifier_type": "int",
            "name": "LOC105371899",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371899",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "uncharacterized LOC105371899"
            },
            "metanode": "Gene"
        },
        {
            "id": 32175,
            "identifier": "7784",
            "identifier_type": "int",
            "name": "ZP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7784",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "zona pellucida glycoprotein 3 (sperm receptor)"
            },
            "metanode": "Gene"
        },
        {
            "id": 32176,
            "identifier": "GO:2000407",
            "identifier_type": "str",
            "name": "regulation of T cell extravasation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000407",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32177,
            "identifier": "N0000175508",
            "identifier_type": "str",
            "name": "Lipopeptides",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175508",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 32178,
            "identifier": "PC7_2517",
            "identifier_type": "str",
            "name": "Cation-coupled Chloride cotransporters",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 32179,
            "identifier": "105375110",
            "identifier_type": "int",
            "name": "LOC105375110",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375110",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "collagen alpha-1(III) chain-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 32180,
            "identifier": "890",
            "identifier_type": "int",
            "name": "CCNA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/890",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "cyclin A2"
            },
            "metanode": "Gene"
        },
        {
            "id": 32181,
            "identifier": "7378",
            "identifier_type": "int",
            "name": "UPP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7378",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "uridine phosphorylase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 32182,
            "identifier": "N0000175375",
            "identifier_type": "str",
            "name": "Peroxisome Proliferator-activated Receptor alpha Agonists",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175375",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 32183,
            "identifier": "140469",
            "identifier_type": "int",
            "name": "MYO3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140469",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "myosin IIIB"
            },
            "metanode": "Gene"
        },
        {
            "id": 32184,
            "identifier": "C0595930",
            "identifier_type": "str",
            "name": "Blood cholesterol increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0595930",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32185,
            "identifier": "GO:0022603",
            "identifier_type": "str",
            "name": "regulation of anatomical structure morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0022603",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32186,
            "identifier": "C0566951",
            "identifier_type": "str",
            "name": "Vaginal ulceration",
            "properties": {
                "url": "http://identifiers.org/umls/C0566951",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32187,
            "identifier": "26231",
            "identifier_type": "int",
            "name": "LRRC29",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26231",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "leucine rich repeat containing 29"
            },
            "metanode": "Gene"
        },
        {
            "id": 32188,
            "identifier": "1954",
            "identifier_type": "int",
            "name": "MEGF8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1954",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "multiple EGF-like-domains 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 32189,
            "identifier": "55773",
            "identifier_type": "int",
            "name": "TBC1D23",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55773",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "TBC1 domain family, member 23"
            },
            "metanode": "Gene"
        },
        {
            "id": 32190,
            "identifier": "GO:2000807",
            "identifier_type": "str",
            "name": "regulation of synaptic vesicle clustering",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000807",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32191,
            "identifier": "PC7_4730",
            "identifier_type": "str",
            "name": "Influenza Virus Induced Apoptosis",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 32192,
            "identifier": "100128517",
            "identifier_type": "int",
            "name": "LOC100128517",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100128517",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "uncharacterized LOC100128517"
            },
            "metanode": "Gene"
        }
    ]
}