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=13775
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=13800",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=13750",
    "results": [
        {
            "id": 13765,
            "identifier": "51010",
            "identifier_type": "int",
            "name": "EXOSC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51010",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "exosome component 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 13766,
            "identifier": "131873",
            "identifier_type": "int",
            "name": "COL6A6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/131873",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "collagen, type VI, alpha 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 13767,
            "identifier": "WP35_r79952",
            "identifier_type": "str",
            "name": "G Protein Signaling Pathways",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP35_r79952",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 13768,
            "identifier": "C0751576",
            "identifier_type": "str",
            "name": "Vocal cord paresis",
            "properties": {
                "url": "http://identifiers.org/umls/C0751576",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13769,
            "identifier": "497189",
            "identifier_type": "int",
            "name": "TIFAB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/497189",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "TRAF-interacting protein with forkhead-associated domain, family member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 13770,
            "identifier": "3441",
            "identifier_type": "int",
            "name": "IFNA4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3441",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "interferon, alpha 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 13771,
            "identifier": "GO:0071817",
            "identifier_type": "str",
            "name": "MMXD complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071817",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 13772,
            "identifier": "DB00946",
            "identifier_type": "str",
            "name": "Phenprocoumon",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00946",
                "inchi": "InChI=1S/C18H16O3/c1-2-13(12-8-4-3-5-9-12)16-17(19)14-10-6-7-11-15(14)21-18(16)20/h3-11,13,19H,2H2,1H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=DQDAYGNAKTZFIW-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 13773,
            "identifier": "C0037274",
            "identifier_type": "str",
            "name": "Skin disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0037274",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13774,
            "identifier": "5782",
            "identifier_type": "int",
            "name": "PTPN12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5782",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "protein tyrosine phosphatase, non-receptor type 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 13775,
            "identifier": "GO:0044800",
            "identifier_type": "str",
            "name": "multi-organism membrane fusion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044800",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13776,
            "identifier": "60343",
            "identifier_type": "int",
            "name": "FAM3A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/60343",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "family with sequence similarity 3, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 13777,
            "identifier": "C0026848",
            "identifier_type": "str",
            "name": "Myopathy",
            "properties": {
                "url": "http://identifiers.org/umls/C0026848",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13778,
            "identifier": "C0857144",
            "identifier_type": "str",
            "name": "Metastatic pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0857144",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13779,
            "identifier": "C1262106",
            "identifier_type": "str",
            "name": "Neuromuscular toxicity",
            "properties": {
                "url": "http://identifiers.org/umls/C1262106",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13780,
            "identifier": "4139",
            "identifier_type": "int",
            "name": "MARK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4139",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "MAP/microtubule affinity-regulating kinase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13781,
            "identifier": "GO:0047708",
            "identifier_type": "str",
            "name": "biotinidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0047708",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13782,
            "identifier": "84717",
            "identifier_type": "int",
            "name": "HDGFRP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84717",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "hepatoma-derived growth factor-related protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 13783,
            "identifier": "GO:0005138",
            "identifier_type": "str",
            "name": "interleukin-6 receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005138",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13784,
            "identifier": "663",
            "identifier_type": "int",
            "name": "BNIP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/663",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "BCL2/adenovirus E1B 19kDa interacting protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 13785,
            "identifier": "GO:1990907",
            "identifier_type": "str",
            "name": "beta-catenin-TCF complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990907",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 13786,
            "identifier": "C0856150",
            "identifier_type": "str",
            "name": "Spinal haematoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0856150",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13787,
            "identifier": "9410",
            "identifier_type": "int",
            "name": "SNRNP40",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9410",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "small nuclear ribonucleoprotein 40kDa (U5)"
            },
            "metanode": "Gene"
        },
        {
            "id": 13788,
            "identifier": "GO:0031163",
            "identifier_type": "str",
            "name": "metallo-sulfur cluster assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031163",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13789,
            "identifier": "D006337",
            "identifier_type": "str",
            "name": "Heart Murmurs",
            "properties": {
                "url": "http://identifiers.org/mesh/D006337",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        }
    ]
}