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=21400
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=21425",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=21375",
    "results": [
        {
            "id": 21392,
            "identifier": "GO:0007127",
            "identifier_type": "str",
            "name": "meiosis I",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007127",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21393,
            "identifier": "GO:0086018",
            "identifier_type": "str",
            "name": "SA node cell to atrial cardiac muscle cell signalling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086018",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21394,
            "identifier": "112770",
            "identifier_type": "int",
            "name": "GLMP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/112770",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "glycosylated lysosomal membrane protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 21395,
            "identifier": "23101",
            "identifier_type": "int",
            "name": "MCF2L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23101",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "MCF.2 cell line derived transforming sequence-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 22563,
            "identifier": "D008998",
            "identifier_type": "str",
            "name": "Monoclonal Gammopathy of Undetermined Significance",
            "properties": {
                "url": "http://identifiers.org/mesh/D008998",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 21396,
            "identifier": "7587",
            "identifier_type": "int",
            "name": "ZNF37A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7587",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "zinc finger protein 37A"
            },
            "metanode": "Gene"
        },
        {
            "id": 21397,
            "identifier": "WP481_r82731",
            "identifier_type": "str",
            "name": "Insulin Signaling",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP481_r82731",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 21398,
            "identifier": "84069",
            "identifier_type": "int",
            "name": "PLEKHN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84069",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "pleckstrin homology domain containing, family N member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 21399,
            "identifier": "D002303",
            "identifier_type": "str",
            "name": "Cardiac Output, Low",
            "properties": {
                "url": "http://identifiers.org/mesh/D002303",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 21400,
            "identifier": "GO:0000012",
            "identifier_type": "str",
            "name": "single strand break repair",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000012",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21401,
            "identifier": "GO:0046122",
            "identifier_type": "str",
            "name": "purine deoxyribonucleoside metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046122",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21402,
            "identifier": "DOID:7147",
            "identifier_type": "str",
            "name": "ankylosing spondylitis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_7147",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 21403,
            "identifier": "9411",
            "identifier_type": "int",
            "name": "ARHGAP29",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9411",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "Rho GTPase activating protein 29"
            },
            "metanode": "Gene"
        },
        {
            "id": 21404,
            "identifier": "50814",
            "identifier_type": "int",
            "name": "NSDHL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/50814",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "NAD(P) dependent steroid dehydrogenase-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 21405,
            "identifier": "GO:2000810",
            "identifier_type": "str",
            "name": "regulation of bicellular tight junction assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000810",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21406,
            "identifier": "440804",
            "identifier_type": "int",
            "name": "RIMBP3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/440804",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "RIMS binding protein 3B"
            },
            "metanode": "Gene"
        },
        {
            "id": 21407,
            "identifier": "C0239885",
            "identifier_type": "str",
            "name": "Headache dull",
            "properties": {
                "url": "http://identifiers.org/umls/C0239885",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21408,
            "identifier": "UBERON:0002250",
            "identifier_type": "str",
            "name": "popliteal artery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002250",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D011150"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 21409,
            "identifier": "390054",
            "identifier_type": "int",
            "name": "OR52A5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390054",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 52, subfamily A, member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 21410,
            "identifier": "GO:0051032",
            "identifier_type": "str",
            "name": "nucleic acid transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051032",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21411,
            "identifier": "GO:0021780",
            "identifier_type": "str",
            "name": "glial cell fate specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021780",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21412,
            "identifier": "C0549363",
            "identifier_type": "str",
            "name": "Hot dry skin",
            "properties": {
                "url": "http://identifiers.org/umls/C0549363",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21413,
            "identifier": "3117",
            "identifier_type": "int",
            "name": "HLA-DQA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3117",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "major histocompatibility complex, class II, DQ alpha 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 21414,
            "identifier": "GO:0045931",
            "identifier_type": "str",
            "name": "positive regulation of mitotic cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045931",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21415,
            "identifier": "83695",
            "identifier_type": "int",
            "name": "RHNO1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83695",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "RAD9-HUS1-RAD1 interacting nuclear orphan 1"
            },
            "metanode": "Gene"
        }
    ]
}