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=5125
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=5150",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5100",
    "results": [
        {
            "id": 5114,
            "identifier": "C0027080",
            "identifier_type": "str",
            "name": "Myoglobinuria",
            "properties": {
                "url": "http://identifiers.org/umls/C0027080",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5115,
            "identifier": "GO:0050770",
            "identifier_type": "str",
            "name": "regulation of axonogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050770",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5116,
            "identifier": "GO:0051092",
            "identifier_type": "str",
            "name": "positive regulation of NF-kappaB transcription factor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051092",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5117,
            "identifier": "D065906",
            "identifier_type": "str",
            "name": "Hyperlactatemia",
            "properties": {
                "url": "http://identifiers.org/mesh/D065906",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 5118,
            "identifier": "GO:2000650",
            "identifier_type": "str",
            "name": "negative regulation of sodium ion transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000650",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5119,
            "identifier": "8349",
            "identifier_type": "int",
            "name": "HIST2H2BE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8349",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "histone cluster 2, H2be"
            },
            "metanode": "Gene"
        },
        {
            "id": 5120,
            "identifier": "5600",
            "identifier_type": "int",
            "name": "MAPK11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5600",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "mitogen-activated protein kinase 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 5121,
            "identifier": "51542",
            "identifier_type": "int",
            "name": "VPS54",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51542",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "vacuolar protein sorting 54 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 5122,
            "identifier": "140850",
            "identifier_type": "int",
            "name": "DEFB127",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140850",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "defensin, beta 127"
            },
            "metanode": "Gene"
        },
        {
            "id": 5123,
            "identifier": "90589",
            "identifier_type": "int",
            "name": "ZNF625",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90589",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 625"
            },
            "metanode": "Gene"
        },
        {
            "id": 5124,
            "identifier": "7941",
            "identifier_type": "int",
            "name": "PLA2G7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7941",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "phospholipase A2, group VII (platelet-activating factor acetylhydrolase, plasma)"
            },
            "metanode": "Gene"
        },
        {
            "id": 5125,
            "identifier": "GO:0044416",
            "identifier_type": "str",
            "name": "induction by symbiont of host defense response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044416",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5126,
            "identifier": "C1096300",
            "identifier_type": "str",
            "name": "Genital burning sensation",
            "properties": {
                "url": "http://identifiers.org/umls/C1096300",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5127,
            "identifier": "GO:0098518",
            "identifier_type": "str",
            "name": "polynucleotide phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098518",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5128,
            "identifier": "GO:1903430",
            "identifier_type": "str",
            "name": "negative regulation of cell maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903430",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5129,
            "identifier": "GO:0031468",
            "identifier_type": "str",
            "name": "nuclear envelope reassembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031468",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5130,
            "identifier": "GO:0071383",
            "identifier_type": "str",
            "name": "cellular response to steroid hormone stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071383",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5131,
            "identifier": "D004411",
            "identifier_type": "str",
            "name": "Dyslexia, Acquired",
            "properties": {
                "url": "http://identifiers.org/mesh/D004411",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 5132,
            "identifier": "GO:0045298",
            "identifier_type": "str",
            "name": "tubulin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045298",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 5133,
            "identifier": "PC7_4762",
            "identifier_type": "str",
            "name": "Integrins in angiogenesis",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 5134,
            "identifier": "340527",
            "identifier_type": "int",
            "name": "NHSL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340527",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "NHS-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 5135,
            "identifier": "1130",
            "identifier_type": "int",
            "name": "LYST",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1130",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "lysosomal trafficking regulator"
            },
            "metanode": "Gene"
        },
        {
            "id": 5136,
            "identifier": "9637",
            "identifier_type": "int",
            "name": "FEZ2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9637",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "fasciculation and elongation protein zeta 2 (zygin II)"
            },
            "metanode": "Gene"
        },
        {
            "id": 5137,
            "identifier": "GO:0010001",
            "identifier_type": "str",
            "name": "glial cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010001",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5138,
            "identifier": "6723",
            "identifier_type": "int",
            "name": "SRM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6723",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "spermidine synthase"
            },
            "metanode": "Gene"
        }
    ]
}