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=7625
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=7650",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=7600",
    "results": [
        {
            "id": 7615,
            "identifier": "PC7_12187",
            "identifier_type": "str",
            "name": "negative regulation of TCF-dependent signaling by DVL-interacting proteins",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7616,
            "identifier": "GO:0002807",
            "identifier_type": "str",
            "name": "positive regulation of antimicrobial peptide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002807",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7617,
            "identifier": "GO:0061049",
            "identifier_type": "str",
            "name": "cell growth involved in cardiac muscle cell development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061049",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7618,
            "identifier": "C0155170",
            "identifier_type": "str",
            "name": "Conjunctival cyst",
            "properties": {
                "url": "http://identifiers.org/umls/C0155170",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7619,
            "identifier": "786",
            "identifier_type": "int",
            "name": "CACNG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/786",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "calcium channel, voltage-dependent, gamma subunit 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7620,
            "identifier": "GO:0016479",
            "identifier_type": "str",
            "name": "negative regulation of transcription from RNA polymerase I promoter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016479",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7621,
            "identifier": "GO:0043241",
            "identifier_type": "str",
            "name": "protein complex disassembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043241",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7622,
            "identifier": "GO:0048050",
            "identifier_type": "str",
            "name": "post-embryonic eye morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048050",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7623,
            "identifier": "PC7_4862",
            "identifier_type": "str",
            "name": "KSRP destabilizes mRNA",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7624,
            "identifier": "GO:0005592",
            "identifier_type": "str",
            "name": "collagen type XI trimer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005592",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 7625,
            "identifier": "GO:0086008",
            "identifier_type": "str",
            "name": "voltage-gated potassium channel activity involved in cardiac muscle cell action potential repolarization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086008",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 7626,
            "identifier": "105372682",
            "identifier_type": "int",
            "name": "LOC105372682",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105372682",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "uncharacterized LOC105372682"
            },
            "metanode": "Gene"
        },
        {
            "id": 7627,
            "identifier": "C0001818",
            "identifier_type": "str",
            "name": "Agoraphobia",
            "properties": {
                "url": "http://identifiers.org/umls/C0001818",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7628,
            "identifier": "29841",
            "identifier_type": "int",
            "name": "GRHL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29841",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "grainyhead-like 1 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 7629,
            "identifier": "5836",
            "identifier_type": "int",
            "name": "PYGL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5836",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "phosphorylase, glycogen, liver"
            },
            "metanode": "Gene"
        },
        {
            "id": 7630,
            "identifier": "10247",
            "identifier_type": "int",
            "name": "HRSP12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10247",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "heat-responsive protein 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 7631,
            "identifier": "51634",
            "identifier_type": "int",
            "name": "RBMX2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51634",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "RNA binding motif protein, X-linked 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 7632,
            "identifier": "9948",
            "identifier_type": "int",
            "name": "WDR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9948",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "WD repeat domain 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7633,
            "identifier": "GO:1901091",
            "identifier_type": "str",
            "name": "negative regulation of protein tetramerization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901091",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7634,
            "identifier": "283316",
            "identifier_type": "int",
            "name": "CD163L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283316",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "CD163 molecule-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7635,
            "identifier": "GO:0042525",
            "identifier_type": "str",
            "name": "regulation of tyrosine phosphorylation of Stat6 protein",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042525",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7636,
            "identifier": "100505877",
            "identifier_type": "int",
            "name": "UBE2E2-AS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100505877",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "UBE2E2 antisense RNA 1 (head to head)"
            },
            "metanode": "Gene"
        },
        {
            "id": 8529,
            "identifier": "C0154769",
            "identifier_type": "str",
            "name": "Myopathy toxic",
            "properties": {
                "url": "http://identifiers.org/umls/C0154769",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7637,
            "identifier": "375616",
            "identifier_type": "int",
            "name": "KCP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/375616",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "kielin/chordin-like protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 7638,
            "identifier": "GO:0048818",
            "identifier_type": "str",
            "name": "positive regulation of hair follicle maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048818",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}