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=8075
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=8100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=8050",
    "results": [
        {
            "id": 8063,
            "identifier": "UBERON:0002053",
            "identifier_type": "str",
            "name": "zona glomerulosa of adrenal gland",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002053",
                "bto_id": "BTO:0000048",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D015384"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 8064,
            "identifier": "642987",
            "identifier_type": "int",
            "name": "TMEM232",
            "properties": {
                "url": "http://identifiers.org/ncbigene/642987",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "transmembrane protein 232"
            },
            "metanode": "Gene"
        },
        {
            "id": 8065,
            "identifier": "85379",
            "identifier_type": "int",
            "name": "KIAA1671",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85379",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "KIAA1671"
            },
            "metanode": "Gene"
        },
        {
            "id": 8066,
            "identifier": "6194",
            "identifier_type": "int",
            "name": "RPS6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6194",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "ribosomal protein S6"
            },
            "metanode": "Gene"
        },
        {
            "id": 8067,
            "identifier": "DB06715",
            "identifier_type": "str",
            "name": "Potassium Iodide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06715",
                "inchi": "InChI=1S/HI.K/h1H;/q;+1/p-1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NLKNQRATVPKPDG-UHFFFAOYSA-M"
            },
            "metanode": "Compound"
        },
        {
            "id": 8068,
            "identifier": "64979",
            "identifier_type": "int",
            "name": "MRPL36",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64979",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "mitochondrial ribosomal protein L36"
            },
            "metanode": "Gene"
        },
        {
            "id": 8069,
            "identifier": "GO:0002323",
            "identifier_type": "str",
            "name": "natural killer cell activation involved in immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002323",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8070,
            "identifier": "GO:1904808",
            "identifier_type": "str",
            "name": "positive regulation of protein oxidation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904808",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8071,
            "identifier": "898",
            "identifier_type": "int",
            "name": "CCNE1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/898",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "cyclin E1"
            },
            "metanode": "Gene"
        },
        {
            "id": 8072,
            "identifier": "9533",
            "identifier_type": "int",
            "name": "POLR1C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9533",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "polymerase (RNA) I polypeptide C, 30kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 8073,
            "identifier": "441054",
            "identifier_type": "int",
            "name": "C4orf47",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441054",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "chromosome 4 open reading frame 47"
            },
            "metanode": "Gene"
        },
        {
            "id": 8074,
            "identifier": "51422",
            "identifier_type": "int",
            "name": "PRKAG2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51422",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "protein kinase, AMP-activated, gamma 2 non-catalytic subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 8075,
            "identifier": "C0006271",
            "identifier_type": "str",
            "name": "Bronchiolitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0006271",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8076,
            "identifier": "29953",
            "identifier_type": "int",
            "name": "TRHDE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29953",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "thyrotropin-releasing hormone degrading enzyme"
            },
            "metanode": "Gene"
        },
        {
            "id": 8077,
            "identifier": "10487",
            "identifier_type": "int",
            "name": "CAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10487",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "CAP, adenylate cyclase-associated protein 1 (yeast)"
            },
            "metanode": "Gene"
        },
        {
            "id": 8078,
            "identifier": "C2242737",
            "identifier_type": "str",
            "name": "Anorectal discomfort",
            "properties": {
                "url": "http://identifiers.org/umls/C2242737",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8079,
            "identifier": "60509",
            "identifier_type": "int",
            "name": "AGBL5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/60509",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "ATP/GTP binding protein-like 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 8080,
            "identifier": "GO:0010997",
            "identifier_type": "str",
            "name": "anaphase-promoting complex binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010997",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8081,
            "identifier": "143884",
            "identifier_type": "int",
            "name": "CWF19L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/143884",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "CWF19-like 2, cell cycle control (S. pombe)"
            },
            "metanode": "Gene"
        },
        {
            "id": 8082,
            "identifier": "84627",
            "identifier_type": "int",
            "name": "ZNF469",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84627",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "zinc finger protein 469"
            },
            "metanode": "Gene"
        },
        {
            "id": 8083,
            "identifier": "GO:0015226",
            "identifier_type": "str",
            "name": "carnitine transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015226",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8084,
            "identifier": "6774",
            "identifier_type": "int",
            "name": "STAT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6774",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "signal transducer and activator of transcription 3 (acute-phase response factor)"
            },
            "metanode": "Gene"
        },
        {
            "id": 8085,
            "identifier": "127255",
            "identifier_type": "int",
            "name": "LRRIQ3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/127255",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "leucine-rich repeats and IQ motif containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 8086,
            "identifier": "402635",
            "identifier_type": "int",
            "name": "GRIFIN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/402635",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "galectin-related inter-fiber protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 8087,
            "identifier": "GO:0006607",
            "identifier_type": "str",
            "name": "NLS-bearing protein import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006607",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}