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=35950
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=35975",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35925",
    "results": [
        {
            "id": 35945,
            "identifier": "GO:0034433",
            "identifier_type": "str",
            "name": "steroid esterification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034433",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35946,
            "identifier": "DB00725",
            "identifier_type": "str",
            "name": "Homatropine Methylbromide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00725",
                "inchi": "InChI=1S/C17H24NO3.BrH/c1-18(2)13-8-9-14(18)11-15(10-13)21-17(20)16(19)12-6-4-3-5-7-12;/h3-7,13-16,19H,8-11H2,1-2H3;1H/q+1;/p-1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=FUFVKLQESJNNAN-UHFFFAOYSA-M"
            },
            "metanode": "Compound"
        },
        {
            "id": 35947,
            "identifier": "116534",
            "identifier_type": "int",
            "name": "MRGPRE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116534",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "MAS-related GPR, member E"
            },
            "metanode": "Gene"
        },
        {
            "id": 35948,
            "identifier": "23767",
            "identifier_type": "int",
            "name": "FLRT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23767",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "fibronectin leucine rich transmembrane protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 35949,
            "identifier": "8125",
            "identifier_type": "int",
            "name": "ANP32A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8125",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "acidic (leucine-rich) nuclear phosphoprotein 32 family, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 35951,
            "identifier": "GO:0043433",
            "identifier_type": "str",
            "name": "negative regulation of sequence-specific DNA binding transcription factor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043433",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35952,
            "identifier": "GO:0070653",
            "identifier_type": "str",
            "name": "high-density lipoprotein particle receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070653",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35953,
            "identifier": "115019",
            "identifier_type": "int",
            "name": "SLC26A9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/115019",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "solute carrier family 26 (anion exchanger), member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 35954,
            "identifier": "137682",
            "identifier_type": "int",
            "name": "NDUFAF6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/137682",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "NADH dehydrogenase (ubiquinone) complex I, assembly factor 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 35955,
            "identifier": "65267",
            "identifier_type": "int",
            "name": "WNK3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/65267",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "WNK lysine deficient protein kinase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 35956,
            "identifier": "GO:0000467",
            "identifier_type": "str",
            "name": "exonucleolytic trimming to generate mature 3'-end of 5.8S rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000467",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35957,
            "identifier": "101929876",
            "identifier_type": "int",
            "name": "LOC101929876",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101929876",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "40S ribosomal protein S26"
            },
            "metanode": "Gene"
        },
        {
            "id": 35958,
            "identifier": "C0041408",
            "identifier_type": "str",
            "name": "Turner's syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C0041408",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35959,
            "identifier": "GO:0042347",
            "identifier_type": "str",
            "name": "negative regulation of NF-kappaB import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042347",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35960,
            "identifier": "3145",
            "identifier_type": "int",
            "name": "HMBS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3145",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "hydroxymethylbilane synthase"
            },
            "metanode": "Gene"
        },
        {
            "id": 35961,
            "identifier": "GO:0043117",
            "identifier_type": "str",
            "name": "positive regulation of vascular permeability",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043117",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35962,
            "identifier": "1186",
            "identifier_type": "int",
            "name": "CLCN7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1186",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "chloride channel, voltage-sensitive 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 35963,
            "identifier": "9949",
            "identifier_type": "int",
            "name": "AMMECR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9949",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "Alport syndrome, mental retardation, midface hypoplasia and elliptocytosis chromosomal region gene 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35964,
            "identifier": "C0278151",
            "identifier_type": "str",
            "name": "Facial spasm",
            "properties": {
                "url": "http://identifiers.org/umls/C0278151",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35965,
            "identifier": "150353",
            "identifier_type": "int",
            "name": "DNAJB7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/150353",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "DnaJ (Hsp40) homolog, subfamily B, member 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 35966,
            "identifier": "GO:0034969",
            "identifier_type": "str",
            "name": "histone arginine methylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034969",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35967,
            "identifier": "139378",
            "identifier_type": "int",
            "name": "ADGRG4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/139378",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "adhesion G protein-coupled receptor G4"
            },
            "metanode": "Gene"
        },
        {
            "id": 35968,
            "identifier": "GO:0019249",
            "identifier_type": "str",
            "name": "lactate biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019249",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35969,
            "identifier": "WP1545_r84697",
            "identifier_type": "str",
            "name": "miRNAs involved in DNA damage response",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP1545_r84697",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35970,
            "identifier": "2140",
            "identifier_type": "int",
            "name": "EYA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2140",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "EYA transcriptional coactivator and phosphatase 3"
            },
            "metanode": "Gene"
        }
    ]
}