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=27075
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=27100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27050",
    "results": [
        {
            "id": 27068,
            "identifier": "GO:1900619",
            "identifier_type": "str",
            "name": "acetate ester metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900619",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27354,
            "identifier": "GO:0043236",
            "identifier_type": "str",
            "name": "laminin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043236",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27069,
            "identifier": "GO:0060501",
            "identifier_type": "str",
            "name": "positive regulation of epithelial cell proliferation involved in lung morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060501",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27070,
            "identifier": "DOID:3393",
            "identifier_type": "str",
            "name": "coronary artery disease",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_3393",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 27071,
            "identifier": "GO:1902884",
            "identifier_type": "str",
            "name": "positive regulation of response to oxidative stress",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902884",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27072,
            "identifier": "C0429097",
            "identifier_type": "str",
            "name": "QRS complex",
            "properties": {
                "url": "http://identifiers.org/umls/C0429097",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27073,
            "identifier": "GO:0003883",
            "identifier_type": "str",
            "name": "CTP synthase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003883",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27074,
            "identifier": "D003410",
            "identifier_type": "str",
            "name": "Cri-du-Chat Syndrome",
            "properties": {
                "url": "http://identifiers.org/mesh/D003410",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 27075,
            "identifier": "GO:0045541",
            "identifier_type": "str",
            "name": "negative regulation of cholesterol biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045541",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27076,
            "identifier": "2191",
            "identifier_type": "int",
            "name": "FAP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2191",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "fibroblast activation protein, alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 27077,
            "identifier": "10810",
            "identifier_type": "int",
            "name": "WASF3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10810",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "WAS protein family, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 27078,
            "identifier": "GO:0048382",
            "identifier_type": "str",
            "name": "mesendoderm development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048382",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27079,
            "identifier": "GO:2000790",
            "identifier_type": "str",
            "name": "regulation of mesenchymal cell proliferation involved in lung development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000790",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27080,
            "identifier": "C0476463",
            "identifier_type": "str",
            "name": "Found dead",
            "properties": {
                "url": "http://identifiers.org/umls/C0476463",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27081,
            "identifier": "C0859229",
            "identifier_type": "str",
            "name": "Migration of implant",
            "properties": {
                "url": "http://identifiers.org/umls/C0859229",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27082,
            "identifier": "7675",
            "identifier_type": "int",
            "name": "ZNF121",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7675",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 121"
            },
            "metanode": "Gene"
        },
        {
            "id": 27083,
            "identifier": "GO:0045580",
            "identifier_type": "str",
            "name": "regulation of T cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045580",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27084,
            "identifier": "DB08801",
            "identifier_type": "str",
            "name": "Dimetindene",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB08801",
                "inchi": "InChI=1S/C20H24N2/c1-15(19-10-6-7-12-21-19)20-17(11-13-22(2)3)14-16-8-4-5-9-18(16)20/h4-10,12,15H,11,13-14H2,1-3H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=MVMQESMQSYOVGV-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 27085,
            "identifier": "GO:0042574",
            "identifier_type": "str",
            "name": "retinal metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042574",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27086,
            "identifier": "4644",
            "identifier_type": "int",
            "name": "MYO5A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4644",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "myosin VA (heavy chain 12, myoxin)"
            },
            "metanode": "Gene"
        },
        {
            "id": 27087,
            "identifier": "PC7_3015",
            "identifier_type": "str",
            "name": "Deadenylation-dependent mRNA decay",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 27088,
            "identifier": "GO:0006289",
            "identifier_type": "str",
            "name": "nucleotide-excision repair",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006289",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27089,
            "identifier": "C1321898",
            "identifier_type": "str",
            "name": "Blood in stool",
            "properties": {
                "url": "http://identifiers.org/umls/C1321898",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27090,
            "identifier": "C0677600",
            "identifier_type": "str",
            "name": "Stridor inspiratory",
            "properties": {
                "url": "http://identifiers.org/umls/C0677600",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27091,
            "identifier": "PC7_1851",
            "identifier_type": "str",
            "name": "Atypical NF-kappaB pathway",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        }
    ]
}