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=14025
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=14050",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=14000",
    "results": [
        {
            "id": 14016,
            "identifier": "84871",
            "identifier_type": "int",
            "name": "AGBL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84871",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ATP/GTP binding protein-like 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 14017,
            "identifier": "GO:1902257",
            "identifier_type": "str",
            "name": "negative regulation of apoptotic process involved in outflow tract morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902257",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14018,
            "identifier": "C0019621",
            "identifier_type": "str",
            "name": "Langerhans' cell histiocytosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0019621",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14019,
            "identifier": "GO:0097433",
            "identifier_type": "str",
            "name": "dense body",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097433",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 14020,
            "identifier": "C0265547",
            "identifier_type": "str",
            "name": "Limb reduction defect",
            "properties": {
                "url": "http://identifiers.org/umls/C0265547",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14021,
            "identifier": "C0748052",
            "identifier_type": "str",
            "name": "Erythrodermic psoriasis",
            "properties": {
                "url": "http://identifiers.org/umls/C0748052",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14022,
            "identifier": "168374",
            "identifier_type": "int",
            "name": "ZNF92",
            "properties": {
                "url": "http://identifiers.org/ncbigene/168374",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "zinc finger protein 92"
            },
            "metanode": "Gene"
        },
        {
            "id": 14023,
            "identifier": "GO:0060352",
            "identifier_type": "str",
            "name": "cell adhesion molecule production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060352",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14024,
            "identifier": "25855",
            "identifier_type": "int",
            "name": "BRMS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25855",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "breast cancer metastasis suppressor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 14025,
            "identifier": "89777",
            "identifier_type": "int",
            "name": "SERPINB12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/89777",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "serpin peptidase inhibitor, clade B (ovalbumin), member 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 14026,
            "identifier": "201255",
            "identifier_type": "int",
            "name": "LRRC45",
            "properties": {
                "url": "http://identifiers.org/ncbigene/201255",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "leucine rich repeat containing 45"
            },
            "metanode": "Gene"
        },
        {
            "id": 14027,
            "identifier": "C0151945",
            "identifier_type": "str",
            "name": "Cerebral venous thrombosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0151945",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14028,
            "identifier": "8698",
            "identifier_type": "int",
            "name": "S1PR4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8698",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "sphingosine-1-phosphate receptor 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 14029,
            "identifier": "GO:1902366",
            "identifier_type": "str",
            "name": "regulation of Notch signaling pathway involved in somitogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902366",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14030,
            "identifier": "C0547030",
            "identifier_type": "str",
            "name": "Visual disturbance",
            "properties": {
                "url": "http://identifiers.org/umls/C0547030",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14031,
            "identifier": "C0271623",
            "identifier_type": "str",
            "name": "Secondary hypogonadism",
            "properties": {
                "url": "http://identifiers.org/umls/C0271623",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14032,
            "identifier": "GO:0005174",
            "identifier_type": "str",
            "name": "CD40 receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005174",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14033,
            "identifier": "UBERON:0002481",
            "identifier_type": "str",
            "name": "bone tissue",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002481",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D001842"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 14034,
            "identifier": "2532",
            "identifier_type": "int",
            "name": "ACKR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2532",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "atypical chemokine receptor 1 (Duffy blood group)"
            },
            "metanode": "Gene"
        },
        {
            "id": 14035,
            "identifier": "GO:0005057",
            "identifier_type": "str",
            "name": "receptor signaling protein activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005057",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14036,
            "identifier": "GO:0033613",
            "identifier_type": "str",
            "name": "activating transcription factor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033613",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14037,
            "identifier": "GO:0006825",
            "identifier_type": "str",
            "name": "copper ion transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006825",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14038,
            "identifier": "4985",
            "identifier_type": "int",
            "name": "OPRD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4985",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "opioid receptor, delta 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 14039,
            "identifier": "C0235889",
            "identifier_type": "str",
            "name": "Arthritis aggravated",
            "properties": {
                "url": "http://identifiers.org/umls/C0235889",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14040,
            "identifier": "GO:0031685",
            "identifier_type": "str",
            "name": "adenosine receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031685",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}