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=2875
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=2900",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=2850",
    "results": [
        {
            "id": 2860,
            "identifier": "C0858708",
            "identifier_type": "str",
            "name": "Itch burning",
            "properties": {
                "url": "http://identifiers.org/umls/C0858708",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 2861,
            "identifier": "GO:0052203",
            "identifier_type": "str",
            "name": "modulation of catalytic activity in other organism involved in symbiotic interaction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052203",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2862,
            "identifier": "1048",
            "identifier_type": "int",
            "name": "CEACAM5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1048",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "carcinoembryonic antigen-related cell adhesion molecule 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 2863,
            "identifier": "9811",
            "identifier_type": "int",
            "name": "CTIF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9811",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "CBP80/20-dependent translation initiation factor"
            },
            "metanode": "Gene"
        },
        {
            "id": 2864,
            "identifier": "51086",
            "identifier_type": "int",
            "name": "TNNI3K",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51086",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "TNNI3 interacting kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 2865,
            "identifier": "GO:0044784",
            "identifier_type": "str",
            "name": "metaphase/anaphase transition of cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044784",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2866,
            "identifier": "GO:0003916",
            "identifier_type": "str",
            "name": "DNA topoisomerase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003916",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 2867,
            "identifier": "6098",
            "identifier_type": "int",
            "name": "ROS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6098",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ROS proto-oncogene 1 , receptor tyrosine kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 2868,
            "identifier": "10509",
            "identifier_type": "int",
            "name": "SEMA4B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10509",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "sema domain, immunoglobulin domain (Ig), transmembrane domain (TM) and short cytoplasmic domain, (semaphorin) 4B"
            },
            "metanode": "Gene"
        },
        {
            "id": 2869,
            "identifier": "28981",
            "identifier_type": "int",
            "name": "IFT81",
            "properties": {
                "url": "http://identifiers.org/ncbigene/28981",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "intraflagellar transport 81"
            },
            "metanode": "Gene"
        },
        {
            "id": 2870,
            "identifier": "GO:0048822",
            "identifier_type": "str",
            "name": "enucleate erythrocyte development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048822",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2871,
            "identifier": "UBERON:0001677",
            "identifier_type": "str",
            "name": "sphenoid bone",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001677",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D013100"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 2872,
            "identifier": "100302652",
            "identifier_type": "int",
            "name": "GPR75-ASB3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100302652",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "GPR75-ASB3 readthrough"
            },
            "metanode": "Gene"
        },
        {
            "id": 2873,
            "identifier": "GO:1900149",
            "identifier_type": "str",
            "name": "positive regulation of Schwann cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900149",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2874,
            "identifier": "C0011636",
            "identifier_type": "str",
            "name": "Dermatophytosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0011636",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 2875,
            "identifier": "GO:0048672",
            "identifier_type": "str",
            "name": "positive regulation of collateral sprouting",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048672",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2876,
            "identifier": "120534",
            "identifier_type": "int",
            "name": "ARL14EP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/120534",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "ADP-ribosylation factor-like 14 effector protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 2877,
            "identifier": "GO:0000393",
            "identifier_type": "str",
            "name": "spliceosomal conformational changes to generate catalytic conformation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000393",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2878,
            "identifier": "GO:0042629",
            "identifier_type": "str",
            "name": "mast cell granule",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042629",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 2879,
            "identifier": "56946",
            "identifier_type": "int",
            "name": "C11orf30",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56946",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "chromosome 11 open reading frame 30"
            },
            "metanode": "Gene"
        },
        {
            "id": 2880,
            "identifier": "GO:0060334",
            "identifier_type": "str",
            "name": "regulation of interferon-gamma-mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060334",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2881,
            "identifier": "PC7_12079",
            "identifier_type": "str",
            "name": "mTOR signalling",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 2882,
            "identifier": "GO:0033483",
            "identifier_type": "str",
            "name": "gas homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033483",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2883,
            "identifier": "UBERON:0002165",
            "identifier_type": "str",
            "name": "endocardium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002165",
                "bto_id": "BTO:0000387",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D004699"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 2884,
            "identifier": "1628",
            "identifier_type": "int",
            "name": "DBP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1628",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "D site of albumin promoter (albumin D-box) binding protein"
            },
            "metanode": "Gene"
        }
    ]
}