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=14300
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=14325",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=14275",
    "results": [
        {
            "id": 14291,
            "identifier": "DB08981",
            "identifier_type": "str",
            "name": "Fenbufen",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB08981",
                "inchi": "InChI=1S/C16H14O3/c17-15(10-11-16(18)19)14-8-6-13(7-9-14)12-4-2-1-3-5-12/h1-9H,10-11H2,(H,18,19)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ZPAKPRAICRBAOD-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 14292,
            "identifier": "669",
            "identifier_type": "int",
            "name": "BPGM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/669",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "2,3-bisphosphoglycerate mutase"
            },
            "metanode": "Gene"
        },
        {
            "id": 14293,
            "identifier": "9416",
            "identifier_type": "int",
            "name": "DDX23",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9416",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "DEAD (Asp-Glu-Ala-Asp) box polypeptide 23"
            },
            "metanode": "Gene"
        },
        {
            "id": 14294,
            "identifier": "92342",
            "identifier_type": "int",
            "name": "METTL18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/92342",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "methyltransferase like 18"
            },
            "metanode": "Gene"
        },
        {
            "id": 14295,
            "identifier": "114335",
            "identifier_type": "int",
            "name": "CGB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114335",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "chorionic gonadotropin, beta polypeptide 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 14296,
            "identifier": "GO:1902036",
            "identifier_type": "str",
            "name": "regulation of hematopoietic stem cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902036",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14297,
            "identifier": "GO:0032790",
            "identifier_type": "str",
            "name": "ribosome disassembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032790",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14298,
            "identifier": "2785",
            "identifier_type": "int",
            "name": "GNG3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2785",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "guanine nucleotide binding protein (G protein), gamma 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 14299,
            "identifier": "103910",
            "identifier_type": "int",
            "name": "MYL12B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/103910",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "myosin, light chain 12B, regulatory"
            },
            "metanode": "Gene"
        },
        {
            "id": 14300,
            "identifier": "112401",
            "identifier_type": "int",
            "name": "BIRC8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/112401",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "baculoviral IAP repeat containing 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 14301,
            "identifier": "3122",
            "identifier_type": "int",
            "name": "HLA-DRA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3122",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "major histocompatibility complex, class II, DR alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 14302,
            "identifier": "83700",
            "identifier_type": "int",
            "name": "JAM3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83700",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "junctional adhesion molecule 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 14303,
            "identifier": "C0948282",
            "identifier_type": "str",
            "name": "Conjunctival bleb",
            "properties": {
                "url": "http://identifiers.org/umls/C0948282",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14304,
            "identifier": "GO:1903300",
            "identifier_type": "str",
            "name": "negative regulation of hexokinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903300",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14305,
            "identifier": "GO:0036292",
            "identifier_type": "str",
            "name": "DNA rewinding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036292",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14306,
            "identifier": "145282",
            "identifier_type": "int",
            "name": "MIPOL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/145282",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "mirror-image polydactyly 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 14307,
            "identifier": "51517",
            "identifier_type": "int",
            "name": "NCKIPSD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51517",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "NCK interacting protein with SH3 domain"
            },
            "metanode": "Gene"
        },
        {
            "id": 14308,
            "identifier": "C0025874",
            "identifier_type": "str",
            "name": "Metrorrhagia",
            "properties": {
                "url": "http://identifiers.org/umls/C0025874",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14309,
            "identifier": "81929",
            "identifier_type": "int",
            "name": "SEH1L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81929",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "SEH1-like (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 14310,
            "identifier": "23558",
            "identifier_type": "int",
            "name": "WBP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23558",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "WW domain binding protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 14311,
            "identifier": "401388",
            "identifier_type": "int",
            "name": "C7orf76",
            "properties": {
                "url": "http://identifiers.org/ncbigene/401388",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "chromosome 7 open reading frame 76"
            },
            "metanode": "Gene"
        },
        {
            "id": 14312,
            "identifier": "C0030920",
            "identifier_type": "str",
            "name": "Peptic ulcer",
            "properties": {
                "url": "http://identifiers.org/umls/C0030920",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14313,
            "identifier": "GO:0008757",
            "identifier_type": "str",
            "name": "S-adenosylmethionine-dependent methyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008757",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14314,
            "identifier": "C0948395",
            "identifier_type": "str",
            "name": "Gastrointestinal hypermotility",
            "properties": {
                "url": "http://identifiers.org/umls/C0948395",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14315,
            "identifier": "6401",
            "identifier_type": "int",
            "name": "SELE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6401",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "selectin E"
            },
            "metanode": "Gene"
        }
    ]
}