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=18300
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=18325",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=18275",
    "results": [
        {
            "id": 18291,
            "identifier": "D063766",
            "identifier_type": "str",
            "name": "Pediatric Obesity",
            "properties": {
                "url": "http://identifiers.org/mesh/D063766",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 18292,
            "identifier": "5217",
            "identifier_type": "int",
            "name": "PFN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5217",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "profilin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 18293,
            "identifier": "55255",
            "identifier_type": "int",
            "name": "WDR41",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55255",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "WD repeat domain 41"
            },
            "metanode": "Gene"
        },
        {
            "id": 18294,
            "identifier": "GO:0004691",
            "identifier_type": "str",
            "name": "cAMP-dependent protein kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004691",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18332,
            "identifier": "GO:0008073",
            "identifier_type": "str",
            "name": "ornithine decarboxylase inhibitor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008073",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18295,
            "identifier": "GO:0021815",
            "identifier_type": "str",
            "name": "modulation of microtubule cytoskeleton involved in cerebral cortex radial glia guided migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021815",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18296,
            "identifier": "112869",
            "identifier_type": "int",
            "name": "CCDC101",
            "properties": {
                "url": "http://identifiers.org/ncbigene/112869",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "coiled-coil domain containing 101"
            },
            "metanode": "Gene"
        },
        {
            "id": 18297,
            "identifier": "PC7_11385",
            "identifier_type": "str",
            "name": "degradation of DVL",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 18298,
            "identifier": "UBERON:0002384",
            "identifier_type": "str",
            "name": "connective tissue",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002384",
                "bto_id": "BTO:0000421",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D003238"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 18299,
            "identifier": "PC7_2907",
            "identifier_type": "str",
            "name": "Cytokine Signaling in Immune system",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 18300,
            "identifier": "GO:0045259",
            "identifier_type": "str",
            "name": "proton-transporting ATP synthase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045259",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 18301,
            "identifier": "GO:0010980",
            "identifier_type": "str",
            "name": "positive regulation of vitamin D 24-hydroxylase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010980",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18302,
            "identifier": "GO:0035357",
            "identifier_type": "str",
            "name": "peroxisome proliferator activated receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035357",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18303,
            "identifier": "C0270795",
            "identifier_type": "str",
            "name": "Monoparesis",
            "properties": {
                "url": "http://identifiers.org/umls/C0270795",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 18304,
            "identifier": "GO:0033683",
            "identifier_type": "str",
            "name": "nucleotide-excision repair, DNA incision",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033683",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18305,
            "identifier": "GO:0006930",
            "identifier_type": "str",
            "name": "substrate-dependent cell migration, cell extension",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006930",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18306,
            "identifier": "GO:0015299",
            "identifier_type": "str",
            "name": "solute:proton antiporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015299",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18307,
            "identifier": "747",
            "identifier_type": "int",
            "name": "DAGLA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/747",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "diacylglycerol lipase, alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 18308,
            "identifier": "9254",
            "identifier_type": "int",
            "name": "CACNA2D2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9254",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "calcium channel, voltage-dependent, alpha 2/delta subunit 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 18309,
            "identifier": "GO:0036260",
            "identifier_type": "str",
            "name": "RNA capping",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036260",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18310,
            "identifier": "GO:0044413",
            "identifier_type": "str",
            "name": "avoidance of host defenses",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044413",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18311,
            "identifier": "112495",
            "identifier_type": "int",
            "name": "GTF3C6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/112495",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "general transcription factor IIIC, polypeptide 6, alpha 35kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 18312,
            "identifier": "27349",
            "identifier_type": "int",
            "name": "MCAT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27349",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "malonyl CoA:ACP acyltransferase (mitochondrial)"
            },
            "metanode": "Gene"
        },
        {
            "id": 18313,
            "identifier": "C0549478",
            "identifier_type": "str",
            "name": "Device expulsion",
            "properties": {
                "url": "http://identifiers.org/umls/C0549478",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 18314,
            "identifier": "GO:0050810",
            "identifier_type": "str",
            "name": "regulation of steroid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050810",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}