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=5375
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=5400",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5350",
    "results": [
        {
            "id": 5365,
            "identifier": "GO:0042308",
            "identifier_type": "str",
            "name": "negative regulation of protein import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042308",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5366,
            "identifier": "GO:0035650",
            "identifier_type": "str",
            "name": "AP-1 adaptor complex binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035650",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5367,
            "identifier": "GO:0002449",
            "identifier_type": "str",
            "name": "lymphocyte mediated immunity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002449",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5368,
            "identifier": "GO:0030215",
            "identifier_type": "str",
            "name": "semaphorin receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030215",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5369,
            "identifier": "GO:0003174",
            "identifier_type": "str",
            "name": "mitral valve development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003174",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5370,
            "identifier": "GO:0006581",
            "identifier_type": "str",
            "name": "acetylcholine catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006581",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5371,
            "identifier": "C0263536",
            "identifier_type": "str",
            "name": "Nail hypertrophy",
            "properties": {
                "url": "http://identifiers.org/umls/C0263536",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5372,
            "identifier": "2110",
            "identifier_type": "int",
            "name": "ETFDH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2110",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "electron-transferring-flavoprotein dehydrogenase"
            },
            "metanode": "Gene"
        },
        {
            "id": 5373,
            "identifier": "10857",
            "identifier_type": "int",
            "name": "PGRMC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10857",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "progesterone receptor membrane component 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5374,
            "identifier": "353323",
            "identifier_type": "int",
            "name": "KRTAP12-2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/353323",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "keratin associated protein 12-2"
            },
            "metanode": "Gene"
        },
        {
            "id": 5375,
            "identifier": "4691",
            "identifier_type": "int",
            "name": "NCL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4691",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "nucleolin"
            },
            "metanode": "Gene"
        },
        {
            "id": 5376,
            "identifier": "54585",
            "identifier_type": "int",
            "name": "LZTFL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54585",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "leucine zipper transcription factor-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5377,
            "identifier": "85013",
            "identifier_type": "int",
            "name": "TMEM128",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85013",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "transmembrane protein 128"
            },
            "metanode": "Gene"
        },
        {
            "id": 5378,
            "identifier": "C0028960",
            "identifier_type": "str",
            "name": "Oligospermia",
            "properties": {
                "url": "http://identifiers.org/umls/C0028960",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5379,
            "identifier": "400360",
            "identifier_type": "int",
            "name": "C15orf54",
            "properties": {
                "url": "http://identifiers.org/ncbigene/400360",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "chromosome 15 open reading frame 54"
            },
            "metanode": "Gene"
        },
        {
            "id": 5380,
            "identifier": "146723",
            "identifier_type": "int",
            "name": "C17orf77",
            "properties": {
                "url": "http://identifiers.org/ncbigene/146723",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "chromosome 17 open reading frame 77"
            },
            "metanode": "Gene"
        },
        {
            "id": 5381,
            "identifier": "57182",
            "identifier_type": "int",
            "name": "ANKRD50",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57182",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "ankyrin repeat domain 50"
            },
            "metanode": "Gene"
        },
        {
            "id": 5382,
            "identifier": "GO:0003863",
            "identifier_type": "str",
            "name": "3-methyl-2-oxobutanoate dehydrogenase (2-methylpropanoyl-transferring) activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003863",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5383,
            "identifier": "GO:1902652",
            "identifier_type": "str",
            "name": "secondary alcohol metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902652",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5384,
            "identifier": "PC7_3427",
            "identifier_type": "str",
            "name": "ER-Phagosome pathway",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 5385,
            "identifier": "C0151779",
            "identifier_type": "str",
            "name": "Melanoma skin",
            "properties": {
                "url": "http://identifiers.org/umls/C0151779",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5386,
            "identifier": "GO:0048535",
            "identifier_type": "str",
            "name": "lymph node development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048535",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5387,
            "identifier": "GO:0021526",
            "identifier_type": "str",
            "name": "medial motor column neuron differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021526",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5388,
            "identifier": "85452",
            "identifier_type": "int",
            "name": "CFAP74",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85452",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "cilia and flagella associated protein 74"
            },
            "metanode": "Gene"
        },
        {
            "id": 5389,
            "identifier": "79072",
            "identifier_type": "int",
            "name": "FASTKD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79072",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "FAST kinase domains 3"
            },
            "metanode": "Gene"
        }
    ]
}