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=17025
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=17050",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=17000",
    "results": [
        {
            "id": 17014,
            "identifier": "440107",
            "identifier_type": "int",
            "name": "PLEKHG7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/440107",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "pleckstrin homology domain containing, family G (with RhoGef domain) member 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 17015,
            "identifier": "GO:0006564",
            "identifier_type": "str",
            "name": "L-serine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006564",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17016,
            "identifier": "GO:0000338",
            "identifier_type": "str",
            "name": "protein deneddylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000338",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17017,
            "identifier": "23172",
            "identifier_type": "int",
            "name": "FAM175B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23172",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "family with sequence similarity 175, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 17018,
            "identifier": "7786",
            "identifier_type": "int",
            "name": "MAP3K12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7786",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "mitogen-activated protein kinase kinase kinase 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 17019,
            "identifier": "GO:0035335",
            "identifier_type": "str",
            "name": "peptidyl-tyrosine dephosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035335",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17020,
            "identifier": "C0341212",
            "identifier_type": "str",
            "name": "Gastrointestinal fistula",
            "properties": {
                "url": "http://identifiers.org/umls/C0341212",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17021,
            "identifier": "PC7_1518",
            "identifier_type": "str",
            "name": "Activated point mutants of FGFR2",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 17022,
            "identifier": "GO:2001179",
            "identifier_type": "str",
            "name": "regulation of interleukin-10 secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001179",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17023,
            "identifier": "GO:0002072",
            "identifier_type": "str",
            "name": "optic cup morphogenesis involved in camera-type eye development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002072",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17024,
            "identifier": "C0231686",
            "identifier_type": "str",
            "name": "Unsteady gait",
            "properties": {
                "url": "http://identifiers.org/umls/C0231686",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17025,
            "identifier": "149076",
            "identifier_type": "int",
            "name": "ZNF362",
            "properties": {
                "url": "http://identifiers.org/ncbigene/149076",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "zinc finger protein 362"
            },
            "metanode": "Gene"
        },
        {
            "id": 17026,
            "identifier": "26511",
            "identifier_type": "int",
            "name": "CHIC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26511",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "cysteine-rich hydrophobic domain 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 17027,
            "identifier": "56181",
            "identifier_type": "int",
            "name": "MTFR1L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56181",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "mitochondrial fission regulator 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 17028,
            "identifier": "GO:0002513",
            "identifier_type": "str",
            "name": "tolerance induction to self antigen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002513",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17029,
            "identifier": "GO:0018216",
            "identifier_type": "str",
            "name": "peptidyl-arginine methylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018216",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17030,
            "identifier": "79714",
            "identifier_type": "int",
            "name": "CCDC51",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79714",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "coiled-coil domain containing 51"
            },
            "metanode": "Gene"
        },
        {
            "id": 17031,
            "identifier": "GO:0050733",
            "identifier_type": "str",
            "name": "RS domain binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050733",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 17032,
            "identifier": "C2586050",
            "identifier_type": "str",
            "name": "Oesophagitis ulcerative",
            "properties": {
                "url": "http://identifiers.org/umls/C2586050",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 17033,
            "identifier": "863",
            "identifier_type": "int",
            "name": "CBFA2T3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/863",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "core-binding factor, runt domain, alpha subunit 2; translocated to, 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 17034,
            "identifier": "9354",
            "identifier_type": "int",
            "name": "UBE4A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9354",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "ubiquitination factor E4A"
            },
            "metanode": "Gene"
        },
        {
            "id": 17035,
            "identifier": "GO:0006121",
            "identifier_type": "str",
            "name": "mitochondrial electron transport, succinate to ubiquinone",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006121",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17036,
            "identifier": "220134",
            "identifier_type": "int",
            "name": "SKA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/220134",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "spindle and kinetochore associated complex subunit 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 17037,
            "identifier": "GO:0045779",
            "identifier_type": "str",
            "name": "negative regulation of bone resorption",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045779",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 17038,
            "identifier": "100529261",
            "identifier_type": "int",
            "name": "CHURC1-FNTB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100529261",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "CHURC1-FNTB readthrough"
            },
            "metanode": "Gene"
        }
    ]
}