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=38025
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=38050",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=38000",
    "results": [
        {
            "id": 38021,
            "identifier": "54112",
            "identifier_type": "int",
            "name": "GPR88",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54112",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "G protein-coupled receptor 88"
            },
            "metanode": "Gene"
        },
        {
            "id": 38022,
            "identifier": "D004172",
            "identifier_type": "str",
            "name": "Diplopia",
            "properties": {
                "url": "http://identifiers.org/mesh/D004172",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 38023,
            "identifier": "105373057",
            "identifier_type": "int",
            "name": "LOC105373057",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105373057",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "DNA-directed RNA polymerase II subunit RPB1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 38024,
            "identifier": "283869",
            "identifier_type": "int",
            "name": "NPW",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283869",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "neuropeptide W"
            },
            "metanode": "Gene"
        },
        {
            "id": 38025,
            "identifier": "2115",
            "identifier_type": "int",
            "name": "ETV1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2115",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "ets variant 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 38026,
            "identifier": "10750",
            "identifier_type": "int",
            "name": "GRAP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10750",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "GRB2-related adaptor protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 38027,
            "identifier": "91056",
            "identifier_type": "int",
            "name": "AP5B1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91056",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "adaptor-related protein complex 5, beta 1 subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 38028,
            "identifier": "GO:0097368",
            "identifier_type": "str",
            "name": "establishment of Sertoli cell barrier",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097368",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38029,
            "identifier": "GO:0071004",
            "identifier_type": "str",
            "name": "U2-type prespliceosome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071004",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 38030,
            "identifier": "84890",
            "identifier_type": "int",
            "name": "ADO",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84890",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "2-aminoethanethiol (cysteamine) dioxygenase"
            },
            "metanode": "Gene"
        },
        {
            "id": 38031,
            "identifier": "D017699",
            "identifier_type": "str",
            "name": "Pelvic Pain",
            "properties": {
                "url": "http://identifiers.org/mesh/D017699",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 38032,
            "identifier": "7037",
            "identifier_type": "int",
            "name": "TFRC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7037",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "transferrin receptor"
            },
            "metanode": "Gene"
        },
        {
            "id": 38033,
            "identifier": "GO:0046439",
            "identifier_type": "str",
            "name": "L-cysteine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046439",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38034,
            "identifier": "GO:0042418",
            "identifier_type": "str",
            "name": "epinephrine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042418",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38035,
            "identifier": "GO:0021523",
            "identifier_type": "str",
            "name": "somatic motor neuron differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021523",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38036,
            "identifier": "GO:0051953",
            "identifier_type": "str",
            "name": "negative regulation of amine transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051953",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38037,
            "identifier": "148327",
            "identifier_type": "int",
            "name": "CREB3L4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/148327",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "cAMP responsive element binding protein 3-like 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 38038,
            "identifier": "10284",
            "identifier_type": "int",
            "name": "SAP18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10284",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "Sin3A-associated protein, 18kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 38039,
            "identifier": "GO:0039532",
            "identifier_type": "str",
            "name": "negative regulation of viral-induced cytoplasmic pattern recognition receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0039532",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38040,
            "identifier": "63923",
            "identifier_type": "int",
            "name": "TNN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/63923",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "tenascin N"
            },
            "metanode": "Gene"
        },
        {
            "id": 38041,
            "identifier": "102723727",
            "identifier_type": "int",
            "name": "LOC102723727",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723727",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "mitogen-activated protein kinase 7-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 38043,
            "identifier": "120224",
            "identifier_type": "int",
            "name": "TMEM45B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/120224",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "transmembrane protein 45B"
            },
            "metanode": "Gene"
        },
        {
            "id": 38044,
            "identifier": "653275",
            "identifier_type": "int",
            "name": "CFC1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/653275",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "cripto, FRL-1, cryptic family 1B"
            },
            "metanode": "Gene"
        },
        {
            "id": 38045,
            "identifier": "98",
            "identifier_type": "int",
            "name": "ACYP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/98",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "acylphosphatase 2, muscle type"
            },
            "metanode": "Gene"
        },
        {
            "id": 38046,
            "identifier": "8605",
            "identifier_type": "int",
            "name": "PLA2G4C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8605",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "phospholipase A2, group IVC (cytosolic, calcium-independent)"
            },
            "metanode": "Gene"
        }
    ]
}