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=33500
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=33525",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=33475",
    "results": [
        {
            "id": 33493,
            "identifier": "GO:0005652",
            "identifier_type": "str",
            "name": "nuclear lamina",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005652",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 33494,
            "identifier": "GO:0035372",
            "identifier_type": "str",
            "name": "protein localization to microtubule",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035372",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33495,
            "identifier": "PC7_1657",
            "identifier_type": "str",
            "name": "Anchoring fibril formation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 33496,
            "identifier": "DB01604",
            "identifier_type": "str",
            "name": "Pivampicillin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01604",
                "inchi": "InChI=1S/C22H29N3O6S/c1-21(2,3)20(29)31-11-30-19(28)15-22(4,5)32-18-14(17(27)25(15)18)24-16(26)13(23)12-9-7-6-8-10-12/h6-10,13-15,18H,11,23H2,1-5H3,(H,24,26)/t13-,14-,15+,18-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ZEMIJUDPLILVNQ-ZXFNITATSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 33497,
            "identifier": "90007",
            "identifier_type": "int",
            "name": "MIDN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90007",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "midnolin"
            },
            "metanode": "Gene"
        },
        {
            "id": 33498,
            "identifier": "50813",
            "identifier_type": "int",
            "name": "COPS7A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/50813",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "COP9 signalosome subunit 7A"
            },
            "metanode": "Gene"
        },
        {
            "id": 33499,
            "identifier": "C0235874",
            "identifier_type": "str",
            "name": "Condition aggravated",
            "properties": {
                "url": "http://identifiers.org/umls/C0235874",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33500,
            "identifier": "255313",
            "identifier_type": "int",
            "name": "CT47A11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/255313",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "cancer/testis antigen family 47, member A11"
            },
            "metanode": "Gene"
        },
        {
            "id": 33501,
            "identifier": "GO:0070016",
            "identifier_type": "str",
            "name": "armadillo repeat domain binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070016",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33502,
            "identifier": "GO:0015141",
            "identifier_type": "str",
            "name": "succinate transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015141",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33503,
            "identifier": "GO:0042940",
            "identifier_type": "str",
            "name": "D-amino acid transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042940",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33504,
            "identifier": "GO:0017048",
            "identifier_type": "str",
            "name": "Rho GTPase binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0017048",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33505,
            "identifier": "57805",
            "identifier_type": "int",
            "name": "CCAR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57805",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "cell cycle and apoptosis regulator 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 33506,
            "identifier": "83694",
            "identifier_type": "int",
            "name": "RPS6KL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83694",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "ribosomal protein S6 kinase-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 33507,
            "identifier": "GO:0050857",
            "identifier_type": "str",
            "name": "positive regulation of antigen receptor-mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050857",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33508,
            "identifier": "GO:0072318",
            "identifier_type": "str",
            "name": "clathrin coat disassembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072318",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33509,
            "identifier": "GO:0010818",
            "identifier_type": "str",
            "name": "T cell chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010818",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33510,
            "identifier": "C0877096",
            "identifier_type": "str",
            "name": "Application site paraesthesia",
            "properties": {
                "url": "http://identifiers.org/umls/C0877096",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33511,
            "identifier": "GO:0018149",
            "identifier_type": "str",
            "name": "peptide cross-linking",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018149",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33512,
            "identifier": "1016",
            "identifier_type": "int",
            "name": "CDH18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1016",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "cadherin 18, type 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 33513,
            "identifier": "C0240735",
            "identifier_type": "str",
            "name": "Personality change",
            "properties": {
                "url": "http://identifiers.org/umls/C0240735",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33514,
            "identifier": "GO:0032834",
            "identifier_type": "str",
            "name": "positive regulation of CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation involved in immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032834",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33515,
            "identifier": "GO:0061535",
            "identifier_type": "str",
            "name": "glutamate secretion, neurotransmission",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061535",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33516,
            "identifier": "84376",
            "identifier_type": "int",
            "name": "HOOK3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84376",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "hook microtubule-tethering protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 33517,
            "identifier": "GO:0016404",
            "identifier_type": "str",
            "name": "15-hydroxyprostaglandin dehydrogenase (NAD+) activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016404",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}