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=21550
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=21575",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=21525",
    "results": [
        {
            "id": 21541,
            "identifier": "8225",
            "identifier_type": "int",
            "name": "GTPBP6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8225",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X|Y",
                "description": "GTP binding protein 6 (putative)"
            },
            "metanode": "Gene"
        },
        {
            "id": 21542,
            "identifier": "GO:0042558",
            "identifier_type": "str",
            "name": "pteridine-containing compound metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042558",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21543,
            "identifier": "GO:1901687",
            "identifier_type": "str",
            "name": "glutathione derivative biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901687",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21544,
            "identifier": "343070",
            "identifier_type": "int",
            "name": "PRAMEF9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/343070",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "PRAME family member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 21545,
            "identifier": "GO:0006098",
            "identifier_type": "str",
            "name": "pentose-phosphate shunt",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006098",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21546,
            "identifier": "2059",
            "identifier_type": "int",
            "name": "EPS8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2059",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "epidermal growth factor receptor pathway substrate 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 21547,
            "identifier": "PC7_8359",
            "identifier_type": "str",
            "name": "Transport of the SLBP independent Mature mRNA",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 21548,
            "identifier": "105372867",
            "identifier_type": "int",
            "name": "LOC105372867",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105372867",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "putative uncharacterized protein LOC388882"
            },
            "metanode": "Gene"
        },
        {
            "id": 21549,
            "identifier": "C0235524",
            "identifier_type": "str",
            "name": "Vein pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0235524",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21550,
            "identifier": "4512",
            "identifier_type": "int",
            "name": "COX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4512",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "MT",
                "description": "cytochrome c oxidase subunit I"
            },
            "metanode": "Gene"
        },
        {
            "id": 21551,
            "identifier": "144347",
            "identifier_type": "int",
            "name": "FAM101A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/144347",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "family with sequence similarity 101, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 21552,
            "identifier": "WP2253_r74520",
            "identifier_type": "str",
            "name": "Pilocytic astrocytoma",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2253_r74520",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 21553,
            "identifier": "GO:0070821",
            "identifier_type": "str",
            "name": "tertiary granule membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070821",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 21554,
            "identifier": "DB01150",
            "identifier_type": "str",
            "name": "Cefprozil",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01150",
                "inchi": "InChI=1S/C18H19N3O5S/c1-2-3-10-8-27-17-13(16(24)21(17)14(10)18(25)26)20-15(23)12(19)9-4-6-11(22)7-5-9/h2-7,12-13,17,22H,8,19H2,1H3,(H,20,23)(H,25,26)/b3-2+/t12-,13-,17-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WDLWHQDACQUCJR-ZAMMOSSLSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 21555,
            "identifier": "51149",
            "identifier_type": "int",
            "name": "C5orf45",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51149",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "chromosome 5 open reading frame 45"
            },
            "metanode": "Gene"
        },
        {
            "id": 21556,
            "identifier": "GO:0036002",
            "identifier_type": "str",
            "name": "pre-mRNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036002",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21557,
            "identifier": "C0086692",
            "identifier_type": "str",
            "name": "Benign neoplasm",
            "properties": {
                "url": "http://identifiers.org/umls/C0086692",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21558,
            "identifier": "57003",
            "identifier_type": "int",
            "name": "CCDC47",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57003",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "coiled-coil domain containing 47"
            },
            "metanode": "Gene"
        },
        {
            "id": 21559,
            "identifier": "C0234936",
            "identifier_type": "str",
            "name": "Application site oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0234936",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21560,
            "identifier": "PC7_3992",
            "identifier_type": "str",
            "name": "G alpha (i) signalling events",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 21561,
            "identifier": "GO:0035413",
            "identifier_type": "str",
            "name": "positive regulation of catenin import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035413",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21562,
            "identifier": "25946",
            "identifier_type": "int",
            "name": "ZNF385A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25946",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "zinc finger protein 385A"
            },
            "metanode": "Gene"
        },
        {
            "id": 21563,
            "identifier": "64123",
            "identifier_type": "int",
            "name": "ADGRL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64123",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "adhesion G protein-coupled receptor L4"
            },
            "metanode": "Gene"
        },
        {
            "id": 21564,
            "identifier": "89884",
            "identifier_type": "int",
            "name": "LHX4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/89884",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "LIM homeobox 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 21565,
            "identifier": "C1112573",
            "identifier_type": "str",
            "name": "Delayed orgasm",
            "properties": {
                "url": "http://identifiers.org/umls/C1112573",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}