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=25550
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=25575",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25525",
    "results": [
        {
            "id": 25541,
            "identifier": "C0034011",
            "identifier_type": "str",
            "name": "Puberty",
            "properties": {
                "url": "http://identifiers.org/umls/C0034011",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25542,
            "identifier": "C0852913",
            "identifier_type": "str",
            "name": "Blood amylase increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0852913",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25543,
            "identifier": "GO:0000930",
            "identifier_type": "str",
            "name": "gamma-tubulin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000930",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 25544,
            "identifier": "2892",
            "identifier_type": "int",
            "name": "GRIA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2892",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "glutamate receptor, ionotropic, AMPA 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 25545,
            "identifier": "GO:1901976",
            "identifier_type": "str",
            "name": "regulation of cell cycle checkpoint",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901976",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25546,
            "identifier": "GO:0021658",
            "identifier_type": "str",
            "name": "rhombomere 3 morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021658",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25547,
            "identifier": "91833",
            "identifier_type": "int",
            "name": "WDR20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91833",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "WD repeat domain 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 25548,
            "identifier": "GO:1902936",
            "identifier_type": "str",
            "name": "phosphatidylinositol bisphosphate binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902936",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25549,
            "identifier": "121391",
            "identifier_type": "int",
            "name": "KRT74",
            "properties": {
                "url": "http://identifiers.org/ncbigene/121391",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "keratin 74, type II"
            },
            "metanode": "Gene"
        },
        {
            "id": 25550,
            "identifier": "GO:0017158",
            "identifier_type": "str",
            "name": "regulation of calcium ion-dependent exocytosis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0017158",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25551,
            "identifier": "C0270276",
            "identifier_type": "str",
            "name": "Grey syndrome neonatal",
            "properties": {
                "url": "http://identifiers.org/umls/C0270276",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25552,
            "identifier": "51287",
            "identifier_type": "int",
            "name": "COA4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51287",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "cytochrome c oxidase assembly factor 4 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25553,
            "identifier": "GO:0001510",
            "identifier_type": "str",
            "name": "RNA methylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001510",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25554,
            "identifier": "GO:0001940",
            "identifier_type": "str",
            "name": "male pronucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001940",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 25555,
            "identifier": "C0474444",
            "identifier_type": "str",
            "name": "Corneal stromal edema",
            "properties": {
                "url": "http://identifiers.org/umls/C0474444",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25556,
            "identifier": "GO:0045218",
            "identifier_type": "str",
            "name": "zonula adherens maintenance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045218",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25557,
            "identifier": "23184",
            "identifier_type": "int",
            "name": "MESDC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23184",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "mesoderm development candidate 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25558,
            "identifier": "UBERON:0000966",
            "identifier_type": "str",
            "name": "retina",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0000966",
                "bto_id": "BTO:0001175",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D012160"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 25559,
            "identifier": "GO:0060631",
            "identifier_type": "str",
            "name": "regulation of meiosis I",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060631",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25560,
            "identifier": "GO:0033158",
            "identifier_type": "str",
            "name": "regulation of protein import into nucleus, translocation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033158",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25561,
            "identifier": "26523",
            "identifier_type": "int",
            "name": "AGO1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26523",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "argonaute RISC catalytic component 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25562,
            "identifier": "96626",
            "identifier_type": "int",
            "name": "LIMS3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/96626",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "LIM and senescent cell antigen-like domains 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 25563,
            "identifier": "PC7_1224",
            "identifier_type": "str",
            "name": "Abortive elongation of HIV-1 transcript in the absence of Tat",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25564,
            "identifier": "GO:0004850",
            "identifier_type": "str",
            "name": "uridine phosphorylase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004850",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25565,
            "identifier": "102724488",
            "identifier_type": "int",
            "name": "LOC102724488",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102724488",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "synaptotagmin-15"
            },
            "metanode": "Gene"
        }
    ]
}