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=26900
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=26925",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=26875",
    "results": [
        {
            "id": 26893,
            "identifier": "D006988",
            "identifier_type": "str",
            "name": "Hyphema",
            "properties": {
                "url": "http://identifiers.org/mesh/D006988",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 26894,
            "identifier": "C0919890",
            "identifier_type": "str",
            "name": "Hyperfibrinogenaemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0919890",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 26895,
            "identifier": "DB01296",
            "identifier_type": "str",
            "name": "Glucosamine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01296",
                "inchi": "InChI=1S/C6H13NO5/c7-3-5(10)4(9)2(1-8)12-6(3)11/h2-6,8-11H,1,7H2/t2-,3-,4-,5-,6?/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=MSWZFWKMSRAUBD-IVMDWMLBSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 26896,
            "identifier": "80021",
            "identifier_type": "int",
            "name": "TMEM62",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80021",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "transmembrane protein 62"
            },
            "metanode": "Gene"
        },
        {
            "id": 26897,
            "identifier": "121536",
            "identifier_type": "int",
            "name": "AEBP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/121536",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "AE binding protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 26898,
            "identifier": "UBERON:0004727",
            "identifier_type": "str",
            "name": "cochlear nerve",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0004727",
                "bto_id": "BTO:0003490",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D003056"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 26899,
            "identifier": "GO:0006056",
            "identifier_type": "str",
            "name": "mannoprotein metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006056",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26900,
            "identifier": "5250",
            "identifier_type": "int",
            "name": "SLC25A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5250",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "solute carrier family 25 (mitochondrial carrier; phosphate carrier), member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 26901,
            "identifier": "GO:0005588",
            "identifier_type": "str",
            "name": "collagen type V trimer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005588",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 26902,
            "identifier": "51304",
            "identifier_type": "int",
            "name": "ZDHHC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51304",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "zinc finger, DHHC-type containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 26903,
            "identifier": "GO:0046697",
            "identifier_type": "str",
            "name": "decidualization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046697",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26904,
            "identifier": "GO:0046427",
            "identifier_type": "str",
            "name": "positive regulation of JAK-STAT cascade",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046427",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26905,
            "identifier": "23217",
            "identifier_type": "int",
            "name": "ZFR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23217",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger RNA binding protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 26906,
            "identifier": "400935",
            "identifier_type": "int",
            "name": "IL17REL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/400935",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "interleukin 17 receptor E-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 26907,
            "identifier": "C0546947",
            "identifier_type": "str",
            "name": "Choking sensation",
            "properties": {
                "url": "http://identifiers.org/umls/C0546947",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 26908,
            "identifier": "GO:0051580",
            "identifier_type": "str",
            "name": "regulation of neurotransmitter uptake",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051580",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26909,
            "identifier": "C0036835",
            "identifier_type": "str",
            "name": "TIBC",
            "properties": {
                "url": "http://identifiers.org/umls/C0036835",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 26910,
            "identifier": "GO:0008334",
            "identifier_type": "str",
            "name": "histone mRNA metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008334",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26911,
            "identifier": "GO:0019433",
            "identifier_type": "str",
            "name": "triglyceride catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019433",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26912,
            "identifier": "GO:0098847",
            "identifier_type": "str",
            "name": "sequence-specific single stranded DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098847",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 26913,
            "identifier": "56098",
            "identifier_type": "int",
            "name": "PCDHGC4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56098",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin gamma subfamily C, 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 26914,
            "identifier": "PC7_6463",
            "identifier_type": "str",
            "name": "Phosphorylation of CD3 and TCR zeta chains",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 26915,
            "identifier": "GO:0015245",
            "identifier_type": "str",
            "name": "fatty acid transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015245",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 26916,
            "identifier": "GO:0005487",
            "identifier_type": "str",
            "name": "nucleocytoplasmic transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005487",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 26917,
            "identifier": "79647",
            "identifier_type": "int",
            "name": "AKIRIN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79647",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "akirin 1"
            },
            "metanode": "Gene"
        }
    ]
}