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=5875
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=5900",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5850",
    "results": [
        {
            "id": 5865,
            "identifier": "GO:0098814",
            "identifier_type": "str",
            "name": "spontaneous synaptic transmission",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098814",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5866,
            "identifier": "GO:0089720",
            "identifier_type": "str",
            "name": "caspase binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0089720",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5867,
            "identifier": "D014770",
            "identifier_type": "str",
            "name": "Virilism",
            "properties": {
                "url": "http://identifiers.org/mesh/D014770",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 5868,
            "identifier": "114926",
            "identifier_type": "int",
            "name": "SMIM19",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114926",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "small integral membrane protein 19"
            },
            "metanode": "Gene"
        },
        {
            "id": 5869,
            "identifier": "GO:0004687",
            "identifier_type": "str",
            "name": "myosin light chain kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004687",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5870,
            "identifier": "GO:0043545",
            "identifier_type": "str",
            "name": "molybdopterin cofactor metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043545",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5871,
            "identifier": "6517",
            "identifier_type": "int",
            "name": "SLC2A4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6517",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "solute carrier family 2 (facilitated glucose transporter), member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 5872,
            "identifier": "GO:1900248",
            "identifier_type": "str",
            "name": "negative regulation of cytoplasmic translational elongation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900248",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5873,
            "identifier": "147807",
            "identifier_type": "int",
            "name": "ZNF524",
            "properties": {
                "url": "http://identifiers.org/ncbigene/147807",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 524"
            },
            "metanode": "Gene"
        },
        {
            "id": 5874,
            "identifier": "GO:0086073",
            "identifier_type": "str",
            "name": "bundle of His cell-Purkinje myocyte adhesion involved in cell communication",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086073",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5875,
            "identifier": "9840",
            "identifier_type": "int",
            "name": "TESPA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "thymocyte expressed, positive selection associated 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5876,
            "identifier": "51115",
            "identifier_type": "int",
            "name": "RMDN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51115",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "regulator of microtubule dynamics 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5877,
            "identifier": "GO:0017127",
            "identifier_type": "str",
            "name": "cholesterol transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0017127",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5878,
            "identifier": "WP304_r78799",
            "identifier_type": "str",
            "name": "Kit receptor signaling pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP304_r78799",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 5879,
            "identifier": "3674",
            "identifier_type": "int",
            "name": "ITGA2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3674",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "integrin, alpha 2b (platelet glycoprotein IIb of IIb/IIIa complex, antigen CD41)"
            },
            "metanode": "Gene"
        },
        {
            "id": 5880,
            "identifier": "6143",
            "identifier_type": "int",
            "name": "RPL19",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6143",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "ribosomal protein L19"
            },
            "metanode": "Gene"
        },
        {
            "id": 5881,
            "identifier": "10538",
            "identifier_type": "int",
            "name": "BATF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10538",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "basic leucine zipper transcription factor, ATF-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 5882,
            "identifier": "60560",
            "identifier_type": "int",
            "name": "NAA35",
            "properties": {
                "url": "http://identifiers.org/ncbigene/60560",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "N(alpha)-acetyltransferase 35, NatC auxiliary subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 5883,
            "identifier": "GO:0002635",
            "identifier_type": "str",
            "name": "negative regulation of germinal center formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002635",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5884,
            "identifier": "GO:0032093",
            "identifier_type": "str",
            "name": "SAM domain binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032093",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5885,
            "identifier": "GO:0072164",
            "identifier_type": "str",
            "name": "mesonephric tubule development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072164",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5886,
            "identifier": "155054",
            "identifier_type": "int",
            "name": "ZNF425",
            "properties": {
                "url": "http://identifiers.org/ncbigene/155054",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "zinc finger protein 425"
            },
            "metanode": "Gene"
        },
        {
            "id": 5887,
            "identifier": "UBERON:0001637",
            "identifier_type": "str",
            "name": "artery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001637",
                "bto_id": "BTO:0000573",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D001158"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 5888,
            "identifier": "GO:0051538",
            "identifier_type": "str",
            "name": "3 iron, 4 sulfur cluster binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051538",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5889,
            "identifier": "84950",
            "identifier_type": "int",
            "name": "PRPF38A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84950",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "pre-mRNA processing factor 38A"
            },
            "metanode": "Gene"
        }
    ]
}