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=3925
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=3950",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=3900",
    "results": [
        {
            "id": 3911,
            "identifier": "GO:0010388",
            "identifier_type": "str",
            "name": "cullin deneddylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010388",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3912,
            "identifier": "C0239295",
            "identifier_type": "str",
            "name": "Oesophageal candidiasis",
            "properties": {
                "url": "http://identifiers.org/umls/C0239295",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3913,
            "identifier": "PC7_7755",
            "identifier_type": "str",
            "name": "Synthesis of bile acids and bile salts",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 3914,
            "identifier": "GO:0045163",
            "identifier_type": "str",
            "name": "clustering of voltage-gated potassium channels",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045163",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3915,
            "identifier": "GO:0045981",
            "identifier_type": "str",
            "name": "positive regulation of nucleotide metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045981",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3916,
            "identifier": "55681",
            "identifier_type": "int",
            "name": "SCYL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55681",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "SCY1-like 2 (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 3917,
            "identifier": "GO:0002081",
            "identifier_type": "str",
            "name": "outer acrosomal membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002081",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 3918,
            "identifier": "GO:0070661",
            "identifier_type": "str",
            "name": "leukocyte proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070661",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3919,
            "identifier": "100128553",
            "identifier_type": "int",
            "name": "CTAGE4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100128553",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "CTAGE family, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 3920,
            "identifier": "100133220",
            "identifier_type": "int",
            "name": "GOLGA6L3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100133220",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "golgin A6 family-like 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 3921,
            "identifier": "C0151601",
            "identifier_type": "str",
            "name": "Conjunctival oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0151601",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3922,
            "identifier": "491",
            "identifier_type": "int",
            "name": "ATP2B2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/491",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ATPase, Ca++ transporting, plasma membrane 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 3923,
            "identifier": "GO:0019144",
            "identifier_type": "str",
            "name": "ADP-sugar diphosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019144",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 3924,
            "identifier": "GO:0015819",
            "identifier_type": "str",
            "name": "lysine transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015819",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3925,
            "identifier": "GO:0000819",
            "identifier_type": "str",
            "name": "sister chromatid segregation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000819",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3926,
            "identifier": "284570",
            "identifier_type": "int",
            "name": "LOC284570",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284570",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC284570"
            },
            "metanode": "Gene"
        },
        {
            "id": 3927,
            "identifier": "84944",
            "identifier_type": "int",
            "name": "MAEL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84944",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "maelstrom spermatogenic transposon silencer"
            },
            "metanode": "Gene"
        },
        {
            "id": 3928,
            "identifier": "C0851536",
            "identifier_type": "str",
            "name": "Administration site reaction",
            "properties": {
                "url": "http://identifiers.org/umls/C0851536",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3929,
            "identifier": "C0877440",
            "identifier_type": "str",
            "name": "Erythema periorbital",
            "properties": {
                "url": "http://identifiers.org/umls/C0877440",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3930,
            "identifier": "N0000170119",
            "identifier_type": "str",
            "name": "PPAR gamma",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000170119",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 3931,
            "identifier": "83394",
            "identifier_type": "int",
            "name": "PITPNM3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83394",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "PITPNM family member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 3932,
            "identifier": "342184",
            "identifier_type": "int",
            "name": "FMN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/342184",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "formin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 3933,
            "identifier": "105372387",
            "identifier_type": "int",
            "name": "LOC105372387",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105372387",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "uncharacterized LOC105372387"
            },
            "metanode": "Gene"
        },
        {
            "id": 3934,
            "identifier": "C0151594",
            "identifier_type": "str",
            "name": "Diarrhoea haemorrhagic",
            "properties": {
                "url": "http://identifiers.org/umls/C0151594",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3935,
            "identifier": "C0877153",
            "identifier_type": "str",
            "name": "Neutropenic sepsis",
            "properties": {
                "url": "http://identifiers.org/umls/C0877153",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}