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=25875
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=25900",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25850",
    "results": [
        {
            "id": 25867,
            "identifier": "C0853784",
            "identifier_type": "str",
            "name": "Blood iron increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0853784",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25868,
            "identifier": "DB00459",
            "identifier_type": "str",
            "name": "Acitretin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00459",
                "inchi": "InChI=1S/C21H26O3/c1-14(8-7-9-15(2)12-21(22)23)10-11-19-16(3)13-20(24-6)18(5)17(19)4/h7-13H,1-6H3,(H,22,23)/b9-7+,11-10+,14-8+,15-12+",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=IHUNBGSDBOWDMA-AQFIFDHZSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 25869,
            "identifier": "GO:0060004",
            "identifier_type": "str",
            "name": "reflex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060004",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25870,
            "identifier": "440738",
            "identifier_type": "int",
            "name": "MAP1LC3C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/440738",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "microtubule-associated protein 1 light chain 3 gamma"
            },
            "metanode": "Gene"
        },
        {
            "id": 25871,
            "identifier": "GO:0010596",
            "identifier_type": "str",
            "name": "negative regulation of endothelial cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010596",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25872,
            "identifier": "GO:0097484",
            "identifier_type": "str",
            "name": "dendrite extension",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097484",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25873,
            "identifier": "C0424786",
            "identifier_type": "str",
            "name": "Postoperative fever",
            "properties": {
                "url": "http://identifiers.org/umls/C0424786",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25874,
            "identifier": "GO:2000485",
            "identifier_type": "str",
            "name": "regulation of glutamine transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000485",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25875,
            "identifier": "GO:0004739",
            "identifier_type": "str",
            "name": "pyruvate dehydrogenase (acetyl-transferring) activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004739",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25876,
            "identifier": "GO:0046490",
            "identifier_type": "str",
            "name": "isopentenyl diphosphate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046490",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25877,
            "identifier": "C0162529",
            "identifier_type": "str",
            "name": "Colitis ischaemic",
            "properties": {
                "url": "http://identifiers.org/umls/C0162529",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25878,
            "identifier": "GO:0052192",
            "identifier_type": "str",
            "name": "movement in environment of other organism involved in symbiotic interaction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052192",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25879,
            "identifier": "D011537",
            "identifier_type": "str",
            "name": "Pruritus",
            "properties": {
                "url": "http://identifiers.org/mesh/D011537",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 25880,
            "identifier": "PC7_2576",
            "identifier_type": "str",
            "name": "Chylomicron-mediated lipid transport",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25881,
            "identifier": "29909",
            "identifier_type": "int",
            "name": "GPR171",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29909",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "G protein-coupled receptor 171"
            },
            "metanode": "Gene"
        },
        {
            "id": 25882,
            "identifier": "C0854693",
            "identifier_type": "str",
            "name": "Anaesthetic complication neurological",
            "properties": {
                "url": "http://identifiers.org/umls/C0854693",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25883,
            "identifier": "51702",
            "identifier_type": "int",
            "name": "PADI3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51702",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "peptidyl arginine deiminase, type III"
            },
            "metanode": "Gene"
        },
        {
            "id": 25884,
            "identifier": "GO:0015631",
            "identifier_type": "str",
            "name": "tubulin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015631",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25885,
            "identifier": "GO:0000466",
            "identifier_type": "str",
            "name": "maturation of 5.8S rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000466",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25886,
            "identifier": "GO:2001069",
            "identifier_type": "str",
            "name": "glycogen binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001069",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25887,
            "identifier": "GO:0018125",
            "identifier_type": "str",
            "name": "peptidyl-cysteine methylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018125",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25888,
            "identifier": "245939",
            "identifier_type": "int",
            "name": "DEFB128",
            "properties": {
                "url": "http://identifiers.org/ncbigene/245939",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "defensin, beta 128"
            },
            "metanode": "Gene"
        },
        {
            "id": 25889,
            "identifier": "GO:0003071",
            "identifier_type": "str",
            "name": "renal system process involved in regulation of systemic arterial blood pressure",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003071",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25890,
            "identifier": "GO:0042330",
            "identifier_type": "str",
            "name": "taxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042330",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25891,
            "identifier": "GO:0031372",
            "identifier_type": "str",
            "name": "UBC13-MMS2 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031372",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        }
    ]
}