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=7450
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=7475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=7425",
    "results": [
        {
            "id": 7441,
            "identifier": "GO:0002537",
            "identifier_type": "str",
            "name": "nitric oxide production involved in inflammatory response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002537",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7442,
            "identifier": "C0341177",
            "identifier_type": "str",
            "name": "Gastric erosions",
            "properties": {
                "url": "http://identifiers.org/umls/C0341177",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7443,
            "identifier": "93432",
            "identifier_type": "int",
            "name": "MGAM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/93432",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "maltase-glucoamylase 2 (putative)"
            },
            "metanode": "Gene"
        },
        {
            "id": 7444,
            "identifier": "GO:0090210",
            "identifier_type": "str",
            "name": "regulation of establishment of blood-brain barrier",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090210",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7445,
            "identifier": "6688",
            "identifier_type": "int",
            "name": "SPI1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6688",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "Spi-1 proto-oncogene"
            },
            "metanode": "Gene"
        },
        {
            "id": 7446,
            "identifier": "GO:0035662",
            "identifier_type": "str",
            "name": "Toll-like receptor 4 binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035662",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 7447,
            "identifier": "UBERON:0001884",
            "identifier_type": "str",
            "name": "phrenic nerve",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001884",
                "bto_id": "BTO:0001063",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D010791"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 7448,
            "identifier": "1520",
            "identifier_type": "int",
            "name": "CTSS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1520",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "cathepsin S"
            },
            "metanode": "Gene"
        },
        {
            "id": 7449,
            "identifier": "GO:0000010",
            "identifier_type": "str",
            "name": "trans-hexaprenyltranstransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000010",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 7450,
            "identifier": "C1321581",
            "identifier_type": "str",
            "name": "Bezoar",
            "properties": {
                "url": "http://identifiers.org/umls/C1321581",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7451,
            "identifier": "GO:0051189",
            "identifier_type": "str",
            "name": "prosthetic group metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051189",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7452,
            "identifier": "GO:0000726",
            "identifier_type": "str",
            "name": "non-recombinational repair",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000726",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7453,
            "identifier": "C0007078",
            "identifier_type": "str",
            "name": "Carbuncle",
            "properties": {
                "url": "http://identifiers.org/umls/C0007078",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7454,
            "identifier": "C0040427",
            "identifier_type": "str",
            "name": "Tooth malformation",
            "properties": {
                "url": "http://identifiers.org/umls/C0040427",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7455,
            "identifier": "3861",
            "identifier_type": "int",
            "name": "KRT14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3861",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin 14, type I"
            },
            "metanode": "Gene"
        },
        {
            "id": 7456,
            "identifier": "GO:0035020",
            "identifier_type": "str",
            "name": "regulation of Rac protein signal transduction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035020",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7457,
            "identifier": "C0549201",
            "identifier_type": "str",
            "name": "Asteatosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0549201",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7458,
            "identifier": "PC7_6513",
            "identifier_type": "str",
            "name": "Platelet calcium homeostasis",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7459,
            "identifier": "DB00420",
            "identifier_type": "str",
            "name": "Promazine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00420",
                "inchi": "InChI=1S/C17H20N2S/c1-18(2)12-7-13-19-14-8-3-5-10-16(14)20-17-11-6-4-9-15(17)19/h3-6,8-11H,7,12-13H2,1-2H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ZGUGWUXLJSTTMA-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 7460,
            "identifier": "2218",
            "identifier_type": "int",
            "name": "FKTN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2218",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "fukutin"
            },
            "metanode": "Gene"
        },
        {
            "id": 7461,
            "identifier": "10981",
            "identifier_type": "int",
            "name": "RAB32",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10981",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "RAB32, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 7462,
            "identifier": "GO:0032873",
            "identifier_type": "str",
            "name": "negative regulation of stress-activated MAPK cascade",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032873",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7463,
            "identifier": "C0341335",
            "identifier_type": "str",
            "name": "Cytomegalovirus colitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0341335",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7464,
            "identifier": "GO:0033700",
            "identifier_type": "str",
            "name": "phospholipid efflux",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033700",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7465,
            "identifier": "4815",
            "identifier_type": "int",
            "name": "NINJ2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4815",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "ninjurin 2"
            },
            "metanode": "Gene"
        }
    ]
}