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=29725
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=29750",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=29700",
    "results": [
        {
            "id": 29719,
            "identifier": "C0032519",
            "identifier_type": "str",
            "name": "Polymenorrhoea",
            "properties": {
                "url": "http://identifiers.org/umls/C0032519",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29720,
            "identifier": "283358",
            "identifier_type": "int",
            "name": "B4GALNT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283358",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "beta-1,4-N-acetyl-galactosaminyl transferase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 29721,
            "identifier": "GO:0008625",
            "identifier_type": "str",
            "name": "extrinsic apoptotic signaling pathway via death domain receptors",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008625",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29722,
            "identifier": "C0239998",
            "identifier_type": "str",
            "name": "Recurrent infection",
            "properties": {
                "url": "http://identifiers.org/umls/C0239998",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29723,
            "identifier": "55861",
            "identifier_type": "int",
            "name": "DBNDD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55861",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "dysbindin (dystrobrevin binding protein 1) domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 29724,
            "identifier": "GO:0001091",
            "identifier_type": "str",
            "name": "RNA polymerase II basal transcription factor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001091",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29725,
            "identifier": "GO:0045110",
            "identifier_type": "str",
            "name": "intermediate filament bundle assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045110",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29726,
            "identifier": "PC7_5665",
            "identifier_type": "str",
            "name": "N-Glycan antennae elongation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 29727,
            "identifier": "23469",
            "identifier_type": "int",
            "name": "PHF3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23469",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "PHD finger protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 29728,
            "identifier": "GO:0072674",
            "identifier_type": "str",
            "name": "multinuclear osteoclast differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072674",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29729,
            "identifier": "9290",
            "identifier_type": "int",
            "name": "GPR55",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9290",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "G protein-coupled receptor 55"
            },
            "metanode": "Gene"
        },
        {
            "id": 29730,
            "identifier": "C0032961",
            "identifier_type": "str",
            "name": "Pregnancy",
            "properties": {
                "url": "http://identifiers.org/umls/C0032961",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29731,
            "identifier": "GO:0072276",
            "identifier_type": "str",
            "name": "metanephric glomerulus vasculature morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072276",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29732,
            "identifier": "728588",
            "identifier_type": "int",
            "name": "MS4A18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/728588",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "membrane-spanning 4-domains, subfamily A, member 18"
            },
            "metanode": "Gene"
        },
        {
            "id": 29733,
            "identifier": "105370098",
            "identifier_type": "int",
            "name": "LOC105370098",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105370098",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "uncharacterized LOC105370098"
            },
            "metanode": "Gene"
        },
        {
            "id": 29734,
            "identifier": "27257",
            "identifier_type": "int",
            "name": "LSM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27257",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "LSM1, U6 small nuclear RNA associated"
            },
            "metanode": "Gene"
        },
        {
            "id": 29735,
            "identifier": "2996",
            "identifier_type": "int",
            "name": "GYPE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2996",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "glycophorin E (MNS blood group)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29736,
            "identifier": "57685",
            "identifier_type": "int",
            "name": "CACHD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57685",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "cache domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 29737,
            "identifier": "222967",
            "identifier_type": "int",
            "name": "RSPH10B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/222967",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "radial spoke head 10 homolog B (Chlamydomonas)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29738,
            "identifier": "C0028077",
            "identifier_type": "str",
            "name": "Night blindness",
            "properties": {
                "url": "http://identifiers.org/umls/C0028077",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29739,
            "identifier": "5577",
            "identifier_type": "int",
            "name": "PRKAR2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5577",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "protein kinase, cAMP-dependent, regulatory, type II, beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 29740,
            "identifier": "GO:0031126",
            "identifier_type": "str",
            "name": "snoRNA 3'-end processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031126",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29741,
            "identifier": "GO:0006334",
            "identifier_type": "str",
            "name": "nucleosome assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006334",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29742,
            "identifier": "C0549150",
            "identifier_type": "str",
            "name": "Pseudofolliculitis barbae",
            "properties": {
                "url": "http://identifiers.org/umls/C0549150",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29743,
            "identifier": "23544",
            "identifier_type": "int",
            "name": "SEZ6L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23544",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "seizure related 6 homolog (mouse)-like"
            },
            "metanode": "Gene"
        }
    ]
}