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=5450
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=5475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5425",
    "results": [
        {
            "id": 5440,
            "identifier": "GO:0060474",
            "identifier_type": "str",
            "name": "positive regulation of sperm motility involved in capacitation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060474",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5441,
            "identifier": "6277",
            "identifier_type": "int",
            "name": "S100A6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6277",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "S100 calcium binding protein A6"
            },
            "metanode": "Gene"
        },
        {
            "id": 5442,
            "identifier": "GO:0048041",
            "identifier_type": "str",
            "name": "focal adhesion assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048041",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5443,
            "identifier": "GO:2000823",
            "identifier_type": "str",
            "name": "regulation of androgen receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000823",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5444,
            "identifier": "GO:0044316",
            "identifier_type": "str",
            "name": "cone cell pedicle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044316",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 5445,
            "identifier": "GO:0003095",
            "identifier_type": "str",
            "name": "pressure natriuresis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003095",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5446,
            "identifier": "N0000010217",
            "identifier_type": "str",
            "name": "Photoabsorption",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000010217",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 5447,
            "identifier": "1109",
            "identifier_type": "int",
            "name": "AKR1C4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1109",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "aldo-keto reductase family 1, member C4"
            },
            "metanode": "Gene"
        },
        {
            "id": 5448,
            "identifier": "GO:0097480",
            "identifier_type": "str",
            "name": "establishment of synaptic vesicle localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097480",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5449,
            "identifier": "51003",
            "identifier_type": "int",
            "name": "MED31",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51003",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "mediator complex subunit 31"
            },
            "metanode": "Gene"
        },
        {
            "id": 5450,
            "identifier": "GO:0008426",
            "identifier_type": "str",
            "name": "protein kinase C inhibitor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008426",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5451,
            "identifier": "C0233612",
            "identifier_type": "str",
            "name": "Waxy flexibility",
            "properties": {
                "url": "http://identifiers.org/umls/C0233612",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5452,
            "identifier": "GO:0042159",
            "identifier_type": "str",
            "name": "lipoprotein catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042159",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5453,
            "identifier": "C0033581",
            "identifier_type": "str",
            "name": "Prostatitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0033581",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5454,
            "identifier": "GO:0010948",
            "identifier_type": "str",
            "name": "negative regulation of cell cycle process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010948",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5455,
            "identifier": "3562",
            "identifier_type": "int",
            "name": "IL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3562",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "interleukin 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 5456,
            "identifier": "GO:0072698",
            "identifier_type": "str",
            "name": "protein localization to microtubule cytoskeleton",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072698",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5457,
            "identifier": "WP288_r80026",
            "identifier_type": "str",
            "name": "NLR Proteins",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP288_r80026",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 5458,
            "identifier": "83884",
            "identifier_type": "int",
            "name": "SLC25A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83884",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "solute carrier family 25 (mitochondrial carrier; ornithine transporter) member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 5459,
            "identifier": "C0520878",
            "identifier_type": "str",
            "name": "Electrocardiogram PR shortened",
            "properties": {
                "url": "http://identifiers.org/umls/C0520878",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5460,
            "identifier": "154197",
            "identifier_type": "int",
            "name": "PNLDC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/154197",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "poly(A)-specific ribonuclease (PARN)-like domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5461,
            "identifier": "GO:0071214",
            "identifier_type": "str",
            "name": "cellular response to abiotic stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071214",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5462,
            "identifier": "GO:0002274",
            "identifier_type": "str",
            "name": "myeloid leukocyte activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002274",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5463,
            "identifier": "10426",
            "identifier_type": "int",
            "name": "TUBGCP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10426",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "tubulin, gamma complex associated protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 5464,
            "identifier": "DB01197",
            "identifier_type": "str",
            "name": "Captopril",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01197",
                "inchi": "InChI=1S/C9H15NO3S/c1-6(5-14)8(11)10-4-2-3-7(10)9(12)13/h6-7,14H,2-5H2,1H3,(H,12,13)/t6-,7+/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=FAKRSMQSSFJEIM-RQJHMYQMSA-N"
            },
            "metanode": "Compound"
        }
    ]
}