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=27200
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=27225",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27175",
    "results": [
        {
            "id": 27191,
            "identifier": "161753",
            "identifier_type": "int",
            "name": "ODF3L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/161753",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "outer dense fiber of sperm tails 3-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27192,
            "identifier": "133396",
            "identifier_type": "int",
            "name": "IL31RA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/133396",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "interleukin 31 receptor A"
            },
            "metanode": "Gene"
        },
        {
            "id": 27193,
            "identifier": "GO:0034311",
            "identifier_type": "str",
            "name": "diol metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034311",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27194,
            "identifier": "6258",
            "identifier_type": "int",
            "name": "RXRG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6258",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "retinoid X receptor, gamma"
            },
            "metanode": "Gene"
        },
        {
            "id": 27195,
            "identifier": "390212",
            "identifier_type": "int",
            "name": "GPR152",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390212",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "G protein-coupled receptor 152"
            },
            "metanode": "Gene"
        },
        {
            "id": 27196,
            "identifier": "C0853958",
            "identifier_type": "str",
            "name": "Blood creatine phosphokinase MB increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0853958",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27197,
            "identifier": "54815",
            "identifier_type": "int",
            "name": "GATAD2A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54815",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "GATA zinc finger domain containing 2A"
            },
            "metanode": "Gene"
        },
        {
            "id": 27198,
            "identifier": "GO:0032210",
            "identifier_type": "str",
            "name": "regulation of telomere maintenance via telomerase",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032210",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27199,
            "identifier": "C0162533",
            "identifier_type": "str",
            "name": "Porphyria hepatic",
            "properties": {
                "url": "http://identifiers.org/umls/C0162533",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27200,
            "identifier": "GO:0030032",
            "identifier_type": "str",
            "name": "lamellipodium assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030032",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27201,
            "identifier": "PC7_8266",
            "identifier_type": "str",
            "name": "Thromboxane A2 receptor signaling",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 27202,
            "identifier": "GO:0031284",
            "identifier_type": "str",
            "name": "positive regulation of guanylate cyclase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031284",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27203,
            "identifier": "124402",
            "identifier_type": "int",
            "name": "UBALD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/124402",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "UBA-like domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27204,
            "identifier": "285016",
            "identifier_type": "int",
            "name": "FAM150B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/285016",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "family with sequence similarity 150, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 27205,
            "identifier": "WP2895_r79216",
            "identifier_type": "str",
            "name": "Differentiation of white and brown adipocyte   ",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2895_r79216",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 27206,
            "identifier": "7374",
            "identifier_type": "int",
            "name": "UNG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7374",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "uracil-DNA glycosylase"
            },
            "metanode": "Gene"
        },
        {
            "id": 27207,
            "identifier": "GO:0032845",
            "identifier_type": "str",
            "name": "negative regulation of homeostatic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032845",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27208,
            "identifier": "C0005940",
            "identifier_type": "str",
            "name": "Bone disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0005940",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27209,
            "identifier": "PC7_4961",
            "identifier_type": "str",
            "name": "Leukotriene receptors",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 27210,
            "identifier": "N0000175442",
            "identifier_type": "str",
            "name": "Lincosamides",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175442",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 27211,
            "identifier": "GO:0005668",
            "identifier_type": "str",
            "name": "RNA polymerase transcription factor SL1 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005668",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27212,
            "identifier": "GO:0072077",
            "identifier_type": "str",
            "name": "renal vesicle morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072077",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27213,
            "identifier": "GO:0008271",
            "identifier_type": "str",
            "name": "secondary active sulfate transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008271",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27214,
            "identifier": "GO:0090494",
            "identifier_type": "str",
            "name": "dopamine uptake",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090494",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27215,
            "identifier": "1950",
            "identifier_type": "int",
            "name": "EGF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1950",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "epidermal growth factor"
            },
            "metanode": "Gene"
        }
    ]
}