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=8450
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=8475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=8425",
    "results": [
        {
            "id": 8438,
            "identifier": "81442",
            "identifier_type": "int",
            "name": "OR6N2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "olfactory receptor, family 6, subfamily N, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 8439,
            "identifier": "GO:0019005",
            "identifier_type": "str",
            "name": "SCF ubiquitin ligase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019005",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 8440,
            "identifier": "2591",
            "identifier_type": "int",
            "name": "GALNT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2591",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "polypeptide N-acetylgalactosaminyltransferase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 8441,
            "identifier": "11338",
            "identifier_type": "int",
            "name": "U2AF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11338",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "U2 small nuclear RNA auxiliary factor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 8442,
            "identifier": "79943",
            "identifier_type": "int",
            "name": "ZNF696",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79943",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "zinc finger protein 696"
            },
            "metanode": "Gene"
        },
        {
            "id": 8443,
            "identifier": "GO:0035235",
            "identifier_type": "str",
            "name": "ionotropic glutamate receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035235",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8444,
            "identifier": "GO:0031489",
            "identifier_type": "str",
            "name": "myosin V binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031489",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8445,
            "identifier": "GO:0050508",
            "identifier_type": "str",
            "name": "glucuronosyl-N-acetylglucosaminyl-proteoglycan 4-alpha-N-acetylglucosaminyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050508",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8446,
            "identifier": "55066",
            "identifier_type": "int",
            "name": "PDPR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55066",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "pyruvate dehydrogenase phosphatase regulatory subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 8447,
            "identifier": "102723728",
            "identifier_type": "int",
            "name": "LOC102723728",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723728",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "nodal modulator 3-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 8448,
            "identifier": "D019575",
            "identifier_type": "str",
            "name": "Blindness, Cortical",
            "properties": {
                "url": "http://identifiers.org/mesh/D019575",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 8449,
            "identifier": "C0028432",
            "identifier_type": "str",
            "name": "Nasal disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0028432",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8450,
            "identifier": "C1619727",
            "identifier_type": "str",
            "name": "Decompensated cirrhosis",
            "properties": {
                "url": "http://identifiers.org/umls/C1619727",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8451,
            "identifier": "23139",
            "identifier_type": "int",
            "name": "MAST2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23139",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "microtubule associated serine/threonine kinase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 8452,
            "identifier": "GO:0009593",
            "identifier_type": "str",
            "name": "detection of chemical stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009593",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8453,
            "identifier": "GO:0090537",
            "identifier_type": "str",
            "name": "CERF complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090537",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 8454,
            "identifier": "GO:0061145",
            "identifier_type": "str",
            "name": "lung smooth muscle development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061145",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8455,
            "identifier": "GO:0048713",
            "identifier_type": "str",
            "name": "regulation of oligodendrocyte differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048713",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8456,
            "identifier": "253970",
            "identifier_type": "int",
            "name": "SFTA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/253970",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "surfactant associated 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 8457,
            "identifier": "GO:0019401",
            "identifier_type": "str",
            "name": "alditol biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019401",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8458,
            "identifier": "100287294",
            "identifier_type": "int",
            "name": "LOC100287294",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100287294",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "equilibrative nucleoside transporter 4-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 8460,
            "identifier": "GO:0002312",
            "identifier_type": "str",
            "name": "B cell activation involved in immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002312",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8461,
            "identifier": "574",
            "identifier_type": "int",
            "name": "BAGE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/574",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "B melanoma antigen"
            },
            "metanode": "Gene"
        },
        {
            "id": 8462,
            "identifier": "9321",
            "identifier_type": "int",
            "name": "TRIP11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9321",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "thyroid hormone receptor interactor 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 8463,
            "identifier": "GO:0001784",
            "identifier_type": "str",
            "name": "phosphotyrosine binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001784",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}