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=42925
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=42950",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=42900",
    "results": [
        {
            "id": 42924,
            "identifier": "GO:0031985",
            "identifier_type": "str",
            "name": "Golgi cisterna",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031985",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42925,
            "identifier": "GO:0090324",
            "identifier_type": "str",
            "name": "negative regulation of oxidative phosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090324",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42926,
            "identifier": "26219",
            "identifier_type": "int",
            "name": "OR1J4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26219",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "olfactory receptor, family 1, subfamily J, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 42927,
            "identifier": "GO:0015149",
            "identifier_type": "str",
            "name": "hexose transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015149",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 42928,
            "identifier": "GO:0016604",
            "identifier_type": "str",
            "name": "nuclear body",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016604",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42929,
            "identifier": "GO:0045346",
            "identifier_type": "str",
            "name": "regulation of MHC class II biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045346",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42930,
            "identifier": "GO:1902809",
            "identifier_type": "str",
            "name": "regulation of skeletal muscle fiber differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902809",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42931,
            "identifier": "55909",
            "identifier_type": "int",
            "name": "BIN3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55909",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "bridging integrator 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 42932,
            "identifier": "64400",
            "identifier_type": "int",
            "name": "AKTIP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64400",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "AKT interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 42933,
            "identifier": "79442",
            "identifier_type": "int",
            "name": "LRRC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "leucine rich repeat containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 42934,
            "identifier": "10494",
            "identifier_type": "int",
            "name": "STK25",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10494",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "serine/threonine kinase 25"
            },
            "metanode": "Gene"
        },
        {
            "id": 42935,
            "identifier": "GO:0006623",
            "identifier_type": "str",
            "name": "protein targeting to vacuole",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006623",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42936,
            "identifier": "9210",
            "identifier_type": "int",
            "name": "BMP15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9210",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "bone morphogenetic protein 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 42937,
            "identifier": "50485",
            "identifier_type": "int",
            "name": "SMARCAL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/50485",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42938,
            "identifier": "GO:0051284",
            "identifier_type": "str",
            "name": "positive regulation of sequestering of calcium ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051284",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42939,
            "identifier": "GO:0042197",
            "identifier_type": "str",
            "name": "halogenated hydrocarbon metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042197",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42940,
            "identifier": "C1142358",
            "identifier_type": "str",
            "name": "Lactic acidosis syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C1142358",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42941,
            "identifier": "57477",
            "identifier_type": "int",
            "name": "SHROOM4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57477",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "shroom family member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 42942,
            "identifier": "105372487",
            "identifier_type": "int",
            "name": "LOC105372487",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105372487",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "transformer-2 protein homolog alpha-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 42943,
            "identifier": "285180",
            "identifier_type": "int",
            "name": "RUFY4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/285180",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "RUN and FYVE domain containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 42944,
            "identifier": "GO:0098870",
            "identifier_type": "str",
            "name": "action potential propagation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098870",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42945,
            "identifier": "51439",
            "identifier_type": "int",
            "name": "FAM8A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51439",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "family with sequence similarity 8, member A1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42946,
            "identifier": "23336",
            "identifier_type": "int",
            "name": "SYNM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23336",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "synemin, intermediate filament protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 42947,
            "identifier": "GO:1902373",
            "identifier_type": "str",
            "name": "negative regulation of mRNA catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902373",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42948,
            "identifier": "84304",
            "identifier_type": "int",
            "name": "NUDT22",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84304",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "nudix (nucleoside diphosphate linked moiety X)-type motif 22"
            },
            "metanode": "Gene"
        }
    ]
}