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=8600
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=8625",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=8575",
    "results": [
        {
            "id": 8591,
            "identifier": "112802",
            "identifier_type": "int",
            "name": "KRT71",
            "properties": {
                "url": "http://identifiers.org/ncbigene/112802",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "keratin 71, type II"
            },
            "metanode": "Gene"
        },
        {
            "id": 8592,
            "identifier": "GO:0080121",
            "identifier_type": "str",
            "name": "AMP transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0080121",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8593,
            "identifier": "8082",
            "identifier_type": "int",
            "name": "SSPN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8082",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "sarcospan"
            },
            "metanode": "Gene"
        },
        {
            "id": 8594,
            "identifier": "GO:0051895",
            "identifier_type": "str",
            "name": "negative regulation of focal adhesion assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051895",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8595,
            "identifier": "GO:0008240",
            "identifier_type": "str",
            "name": "tripeptidyl-peptidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008240",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8596,
            "identifier": "339829",
            "identifier_type": "int",
            "name": "CCDC39",
            "properties": {
                "url": "http://identifiers.org/ncbigene/339829",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "coiled-coil domain containing 39"
            },
            "metanode": "Gene"
        },
        {
            "id": 8597,
            "identifier": "GO:0015701",
            "identifier_type": "str",
            "name": "bicarbonate transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015701",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8598,
            "identifier": "6455",
            "identifier_type": "int",
            "name": "SH3GL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6455",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "SH3-domain GRB2-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 8599,
            "identifier": "56477",
            "identifier_type": "int",
            "name": "CCL28",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56477",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "chemokine (C-C motif) ligand 28"
            },
            "metanode": "Gene"
        },
        {
            "id": 8600,
            "identifier": "DB01223",
            "identifier_type": "str",
            "name": "Aminophylline",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01223",
                "inchi": "InChI=1S/2C7H8N4O2.C2H8N2/c2*1-10-5-4(8-3-9-5)6(12)11(2)7(10)13;3-1-2-4/h2*3H,1-2H3,(H,8,9);1-4H2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=FQPFAHBPWDRTLU-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 8601,
            "identifier": "GO:0000973",
            "identifier_type": "str",
            "name": "posttranscriptional tethering of RNA polymerase II gene DNA at nuclear periphery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000973",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8637,
            "identifier": "C0032529",
            "identifier_type": "str",
            "name": "Genetic polymorphism",
            "properties": {
                "url": "http://identifiers.org/umls/C0032529",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8602,
            "identifier": "GO:0034031",
            "identifier_type": "str",
            "name": "ribonucleoside bisphosphate catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034031",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8603,
            "identifier": "PC7_4011",
            "identifier_type": "str",
            "name": "G2/M Transition",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 8604,
            "identifier": "C0031212",
            "identifier_type": "str",
            "name": "Personality disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0031212",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8605,
            "identifier": "1159",
            "identifier_type": "int",
            "name": "CKMT1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1159",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "creatine kinase, mitochondrial 1B"
            },
            "metanode": "Gene"
        },
        {
            "id": 8606,
            "identifier": "9778",
            "identifier_type": "int",
            "name": "KIAA0232",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9778",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "KIAA0232"
            },
            "metanode": "Gene"
        },
        {
            "id": 8607,
            "identifier": "170392",
            "identifier_type": "int",
            "name": "OIT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/170392",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "oncoprotein induced transcript 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 8608,
            "identifier": "GO:0010823",
            "identifier_type": "str",
            "name": "negative regulation of mitochondrion organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010823",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8609,
            "identifier": "GO:0000917",
            "identifier_type": "str",
            "name": "barrier septum assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000917",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8610,
            "identifier": "644186",
            "identifier_type": "int",
            "name": "SYCE3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/644186",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "synaptonemal complex central element protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 8611,
            "identifier": "UBERON:0001072",
            "identifier_type": "str",
            "name": "posterior vena cava",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001072",
                "bto_id": "BTO:0002682",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D014682"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 8612,
            "identifier": "WP1434_r78545",
            "identifier_type": "str",
            "name": "Osteopontin Signaling",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP1434_r78545",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 8613,
            "identifier": "GO:0050771",
            "identifier_type": "str",
            "name": "negative regulation of axonogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050771",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8614,
            "identifier": "GO:0043408",
            "identifier_type": "str",
            "name": "regulation of MAPK cascade",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043408",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}