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=40075
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=40100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=40050",
    "results": [
        {
            "id": 40073,
            "identifier": "63898",
            "identifier_type": "int",
            "name": "SH2D4A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/63898",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "SH2 domain containing 4A"
            },
            "metanode": "Gene"
        },
        {
            "id": 40074,
            "identifier": "GO:0071454",
            "identifier_type": "str",
            "name": "cellular response to anoxia",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071454",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40075,
            "identifier": "54329",
            "identifier_type": "int",
            "name": "GPR85",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54329",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "G protein-coupled receptor 85"
            },
            "metanode": "Gene"
        },
        {
            "id": 40076,
            "identifier": "105371031",
            "identifier_type": "int",
            "name": "LOC105371031",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371031",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "vasodilator-stimulated phosphoprotein-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 40077,
            "identifier": "GO:0051088",
            "identifier_type": "str",
            "name": "PMA-inducible membrane protein ectodomain proteolysis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051088",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40078,
            "identifier": "GO:0016568",
            "identifier_type": "str",
            "name": "chromatin modification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016568",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40079,
            "identifier": "2542",
            "identifier_type": "int",
            "name": "SLC37A4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2542",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "solute carrier family 37 (glucose-6-phosphate transporter), member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 40080,
            "identifier": "11033",
            "identifier_type": "int",
            "name": "ADAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11033",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "ArfGAP with dual PH domains 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 40081,
            "identifier": "GO:0060122",
            "identifier_type": "str",
            "name": "inner ear receptor stereocilium organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060122",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40082,
            "identifier": "DB01364",
            "identifier_type": "str",
            "name": "Ephedrine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01364",
                "inchi": "InChI=1S/C10H15NO/c1-8(11-2)10(12)9-6-4-3-5-7-9/h3-8,10-12H,1-2H3/t8-,10-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=KWGRBVOPPLSCSI-WPRPVWTQSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 40083,
            "identifier": "GO:0006531",
            "identifier_type": "str",
            "name": "aspartate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006531",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40084,
            "identifier": "C0234930",
            "identifier_type": "str",
            "name": "Skin odour abnormal",
            "properties": {
                "url": "http://identifiers.org/umls/C0234930",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40086,
            "identifier": "29128",
            "identifier_type": "int",
            "name": "UHRF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29128",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ubiquitin-like with PHD and ring finger domains 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 40087,
            "identifier": "4867",
            "identifier_type": "int",
            "name": "NPHP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4867",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "nephronophthisis 1 (juvenile)"
            },
            "metanode": "Gene"
        },
        {
            "id": 40088,
            "identifier": "55017",
            "identifier_type": "int",
            "name": "C14orf119",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55017",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "chromosome 14 open reading frame 119"
            },
            "metanode": "Gene"
        },
        {
            "id": 40089,
            "identifier": "C0042961",
            "identifier_type": "str",
            "name": "Volvulus",
            "properties": {
                "url": "http://identifiers.org/umls/C0042961",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40090,
            "identifier": "85445",
            "identifier_type": "int",
            "name": "CNTNAP4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85445",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "contactin associated protein-like 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 40091,
            "identifier": "729830",
            "identifier_type": "int",
            "name": "FAM160A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729830",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "family with sequence similarity 160, member A1"
            },
            "metanode": "Gene"
        },
        {
            "id": 40092,
            "identifier": "C0236072",
            "identifier_type": "str",
            "name": "Bronchospasm paradoxical",
            "properties": {
                "url": "http://identifiers.org/umls/C0236072",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40093,
            "identifier": "7320",
            "identifier_type": "int",
            "name": "UBE2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7320",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "ubiquitin-conjugating enzyme E2B"
            },
            "metanode": "Gene"
        },
        {
            "id": 40094,
            "identifier": "GO:0071466",
            "identifier_type": "str",
            "name": "cellular response to xenobiotic stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071466",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40095,
            "identifier": "PC7_7503",
            "identifier_type": "str",
            "name": "Signalling to ERKs",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 40096,
            "identifier": "26173",
            "identifier_type": "int",
            "name": "INTS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26173",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "integrator complex subunit 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 40097,
            "identifier": "55715",
            "identifier_type": "int",
            "name": "DOK4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55715",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "docking protein 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 40098,
            "identifier": "GO:0048686",
            "identifier_type": "str",
            "name": "regulation of sprouting of injured axon",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048686",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}