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=28300
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=28325",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=28275",
    "results": [
        {
            "id": 28293,
            "identifier": "5283",
            "identifier_type": "int",
            "name": "PIGH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5283",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "phosphatidylinositol glycan anchor biosynthesis, class H"
            },
            "metanode": "Gene"
        },
        {
            "id": 28294,
            "identifier": "51209",
            "identifier_type": "int",
            "name": "RAB9B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51209",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "RAB9B, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 28295,
            "identifier": "55144",
            "identifier_type": "int",
            "name": "LRRC8D",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55144",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "leucine rich repeat containing 8 family, member D"
            },
            "metanode": "Gene"
        },
        {
            "id": 28296,
            "identifier": "GO:0034694",
            "identifier_type": "str",
            "name": "response to prostaglandin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034694",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28297,
            "identifier": "C0949059",
            "identifier_type": "str",
            "name": "Large intestine polyp",
            "properties": {
                "url": "http://identifiers.org/umls/C0949059",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28298,
            "identifier": "GO:0072372",
            "identifier_type": "str",
            "name": "primary cilium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072372",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 28299,
            "identifier": "23378",
            "identifier_type": "int",
            "name": "RRP8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23378",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "ribosomal RNA processing 8, methyltransferase, homolog (yeast)"
            },
            "metanode": "Gene"
        },
        {
            "id": 28300,
            "identifier": "GO:0016307",
            "identifier_type": "str",
            "name": "phosphatidylinositol phosphate kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016307",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 28301,
            "identifier": "GO:0032880",
            "identifier_type": "str",
            "name": "regulation of protein localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032880",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28302,
            "identifier": "GO:0006888",
            "identifier_type": "str",
            "name": "ER to Golgi vesicle-mediated transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006888",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28303,
            "identifier": "84218",
            "identifier_type": "int",
            "name": "TBC1D3F",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84218",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "TBC1 domain family, member 3F"
            },
            "metanode": "Gene"
        },
        {
            "id": 28304,
            "identifier": "PC7_3322",
            "identifier_type": "str",
            "name": "Downregulation of SMAD2/3:SMAD4 transcriptional activity",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 28305,
            "identifier": "GO:0060347",
            "identifier_type": "str",
            "name": "heart trabecula formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060347",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28306,
            "identifier": "6237",
            "identifier_type": "int",
            "name": "RRAS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6237",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "related RAS viral (r-ras) oncogene homolog"
            },
            "metanode": "Gene"
        },
        {
            "id": 28307,
            "identifier": "56259",
            "identifier_type": "int",
            "name": "CTNNBL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56259",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "catenin, beta like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 28308,
            "identifier": "100996485",
            "identifier_type": "int",
            "name": "C5orf66",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996485",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "chromosome 5 open reading frame 66"
            },
            "metanode": "Gene"
        },
        {
            "id": 28309,
            "identifier": "79664",
            "identifier_type": "int",
            "name": "ICE2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79664",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "interactor of little elongation complex ELL subunit 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 28310,
            "identifier": "C0011206",
            "identifier_type": "str",
            "name": "Delirium",
            "properties": {
                "url": "http://identifiers.org/umls/C0011206",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 28311,
            "identifier": "813",
            "identifier_type": "int",
            "name": "CALU",
            "properties": {
                "url": "http://identifiers.org/ncbigene/813",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "calumenin"
            },
            "metanode": "Gene"
        },
        {
            "id": 28312,
            "identifier": "9560",
            "identifier_type": "int",
            "name": "CCL4L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9560",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "chemokine (C-C motif) ligand 4-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 28313,
            "identifier": "50835",
            "identifier_type": "int",
            "name": "TAS2R9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/50835",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "taste receptor, type 2, member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 28314,
            "identifier": "728858",
            "identifier_type": "int",
            "name": "C12orf71",
            "properties": {
                "url": "http://identifiers.org/ncbigene/728858",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "chromosome 12 open reading frame 71"
            },
            "metanode": "Gene"
        },
        {
            "id": 28315,
            "identifier": "PC7_5673",
            "identifier_type": "str",
            "name": "N-cadherin signaling events",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 28316,
            "identifier": "GO:0035821",
            "identifier_type": "str",
            "name": "modification of morphology or physiology of other organism",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035821",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 28317,
            "identifier": "C0035021",
            "identifier_type": "str",
            "name": "Relapsing fever",
            "properties": {
                "url": "http://identifiers.org/umls/C0035021",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}