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=28025
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=28050",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=28000",
    "results": [
        {
            "id": 28018,
            "identifier": "C3160947",
            "identifier_type": "str",
            "name": "CNS toxicity",
            "properties": {
                "url": "http://identifiers.org/umls/C3160947",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28019,
            "identifier": "DB00195",
            "identifier_type": "str",
            "name": "Betaxolol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00195",
                "inchi": "InChI=1S/C18H29NO3/c1-14(2)19-11-17(20)13-22-18-7-5-15(6-8-18)9-10-21-12-16-3-4-16/h5-8,14,16-17,19-20H,3-4,9-13H2,1-2H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NWIUTZDMDHAVTP-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 28020,
            "identifier": "GO:0004745",
            "identifier_type": "str",
            "name": "retinol dehydrogenase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004745",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 28021,
            "identifier": "GO:1903069",
            "identifier_type": "str",
            "name": "regulation of ER-associated ubiquitin-dependent protein catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903069",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28022,
            "identifier": "GO:0042827",
            "identifier_type": "str",
            "name": "platelet dense granule",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042827",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 28023,
            "identifier": "1286",
            "identifier_type": "int",
            "name": "COL4A4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1286",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "collagen, type IV, alpha 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 28024,
            "identifier": "9905",
            "identifier_type": "int",
            "name": "SGSM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9905",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "small G protein signaling modulator 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 28025,
            "identifier": "C0030508",
            "identifier_type": "str",
            "name": "Parasomnia",
            "properties": {
                "url": "http://identifiers.org/umls/C0030508",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28026,
            "identifier": "GO:0005614",
            "identifier_type": "str",
            "name": "interstitial matrix",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005614",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 28027,
            "identifier": "C0016512",
            "identifier_type": "str",
            "name": "Foot pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0016512",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28028,
            "identifier": "3739",
            "identifier_type": "int",
            "name": "KCNA4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3739",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "potassium channel, voltage gated shaker related subfamily A, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 28029,
            "identifier": "8406",
            "identifier_type": "int",
            "name": "SRPX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8406",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "sushi-repeat containing protein, X-linked"
            },
            "metanode": "Gene"
        },
        {
            "id": 28030,
            "identifier": "GO:0004800",
            "identifier_type": "str",
            "name": "thyroxine 5'-deiodinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004800",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 28031,
            "identifier": "GO:0006083",
            "identifier_type": "str",
            "name": "acetate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006083",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28032,
            "identifier": "GO:1904430",
            "identifier_type": "str",
            "name": "negative regulation of t-circle formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904430",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28033,
            "identifier": "10859",
            "identifier_type": "int",
            "name": "LILRB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10859",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "leukocyte immunoglobulin-like receptor, subfamily B (with TM and ITIM domains), member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 28034,
            "identifier": "402415",
            "identifier_type": "int",
            "name": "XKRX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/402415",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "XK, Kell blood group complex subunit-related, X-linked"
            },
            "metanode": "Gene"
        },
        {
            "id": 28035,
            "identifier": "GO:0043113",
            "identifier_type": "str",
            "name": "receptor clustering",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043113",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28036,
            "identifier": "91181",
            "identifier_type": "int",
            "name": "NUP210L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91181",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "nucleoporin 210kDa-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 28037,
            "identifier": "C0007103",
            "identifier_type": "str",
            "name": "Endometrial neoplasm malignant",
            "properties": {
                "url": "http://identifiers.org/umls/C0007103",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28038,
            "identifier": "GO:0010971",
            "identifier_type": "str",
            "name": "positive regulation of G2/M transition of mitotic cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010971",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28039,
            "identifier": "4693",
            "identifier_type": "int",
            "name": "NDP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4693",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "Norrie disease (pseudoglioma)"
            },
            "metanode": "Gene"
        },
        {
            "id": 28040,
            "identifier": "GO:0033866",
            "identifier_type": "str",
            "name": "nucleoside bisphosphate biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033866",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28041,
            "identifier": "54587",
            "identifier_type": "int",
            "name": "MXRA8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54587",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "matrix-remodelling associated 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 28042,
            "identifier": "85015",
            "identifier_type": "int",
            "name": "USP45",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85015",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ubiquitin specific peptidase 45"
            },
            "metanode": "Gene"
        }
    ]
}