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=27500
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=27525",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27475",
    "results": [
        {
            "id": 27492,
            "identifier": "10224",
            "identifier_type": "int",
            "name": "ZNF443",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10224",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 443"
            },
            "metanode": "Gene"
        },
        {
            "id": 27493,
            "identifier": "100130442",
            "identifier_type": "int",
            "name": "LOC100130442",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100130442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "uncharacterized LOC100130442"
            },
            "metanode": "Gene"
        },
        {
            "id": 27494,
            "identifier": "105379667",
            "identifier_type": "int",
            "name": "LOC105379667",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379667",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "uncharacterized LOC105379667"
            },
            "metanode": "Gene"
        },
        {
            "id": 28044,
            "identifier": "D004487",
            "identifier_type": "str",
            "name": "Edema",
            "properties": {
                "url": "http://identifiers.org/mesh/D004487",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 27495,
            "identifier": "WP314_r80438",
            "identifier_type": "str",
            "name": "FAS pathway and Stress induction of HSP regulation",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP314_r80438",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 27496,
            "identifier": "C0856105",
            "identifier_type": "str",
            "name": "Hepatitis aggravated",
            "properties": {
                "url": "http://identifiers.org/umls/C0856105",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27497,
            "identifier": "4058",
            "identifier_type": "int",
            "name": "LTK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4058",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "leukocyte receptor tyrosine kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 27498,
            "identifier": "GO:0031167",
            "identifier_type": "str",
            "name": "rRNA methylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031167",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27499,
            "identifier": "C0746883",
            "identifier_type": "str",
            "name": "Febrile neutropenia",
            "properties": {
                "url": "http://identifiers.org/umls/C0746883",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27500,
            "identifier": "DB00746",
            "identifier_type": "str",
            "name": "Deferoxamine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00746",
                "inchi": "InChI=1S/C25H48N6O8/c1-21(32)29(37)18-9-3-6-16-27-22(33)12-14-25(36)31(39)20-10-4-7-17-28-23(34)11-13-24(35)30(38)19-8-2-5-15-26/h37-39H,2-20,26H2,1H3,(H,27,33)(H,28,34)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=UBQYURCVBFRUQT-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 27501,
            "identifier": "C1696943",
            "identifier_type": "str",
            "name": "Hypoaesthesia facial",
            "properties": {
                "url": "http://identifiers.org/umls/C1696943",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27502,
            "identifier": "GO:0002704",
            "identifier_type": "str",
            "name": "negative regulation of leukocyte mediated immunity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002704",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27503,
            "identifier": "4756",
            "identifier_type": "int",
            "name": "NEO1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4756",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "neogenin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27504,
            "identifier": "C1112443",
            "identifier_type": "str",
            "name": "Male sexual dysfunction",
            "properties": {
                "url": "http://identifiers.org/umls/C1112443",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27505,
            "identifier": "54906",
            "identifier_type": "int",
            "name": "FAM208B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54906",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "family with sequence similarity 208, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 27506,
            "identifier": "C0852911",
            "identifier_type": "str",
            "name": "Blood alkaline phosphatase increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0852911",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27507,
            "identifier": "C0281773",
            "identifier_type": "str",
            "name": "Acute glaucoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0281773",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27508,
            "identifier": "C0577628",
            "identifier_type": "str",
            "name": "Latex allergy",
            "properties": {
                "url": "http://identifiers.org/umls/C0577628",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27509,
            "identifier": "GO:0090032",
            "identifier_type": "str",
            "name": "negative regulation of steroid hormone biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090032",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27510,
            "identifier": "DB00899",
            "identifier_type": "str",
            "name": "Remifentanil",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00899",
                "inchi": "InChI=1S/C20H28N2O5/c1-4-17(23)22(16-8-6-5-7-9-16)20(19(25)27-3)11-14-21(15-12-20)13-10-18(24)26-2/h5-9H,4,10-15H2,1-3H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ZTVQQQVZCWLTDF-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 27511,
            "identifier": "GO:0031124",
            "identifier_type": "str",
            "name": "mRNA 3'-end processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031124",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27512,
            "identifier": "GO:0005527",
            "identifier_type": "str",
            "name": "macrolide binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005527",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27513,
            "identifier": "105377650",
            "identifier_type": "int",
            "name": "LOC105377650",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105377650",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "uncharacterized LOC105377650"
            },
            "metanode": "Gene"
        },
        {
            "id": 27514,
            "identifier": "GO:0030905",
            "identifier_type": "str",
            "name": "retromer, tubulation complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030905",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27515,
            "identifier": "26190",
            "identifier_type": "int",
            "name": "FBXW2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26190",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "F-box and WD repeat domain containing 2"
            },
            "metanode": "Gene"
        }
    ]
}