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=21700
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=21725",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=21675",
    "results": [
        {
            "id": 21691,
            "identifier": "C0235504",
            "identifier_type": "str",
            "name": "Thrombophlebitis of the leg",
            "properties": {
                "url": "http://identifiers.org/umls/C0235504",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21692,
            "identifier": "C0001849",
            "identifier_type": "str",
            "name": "AIDS dementia complex",
            "properties": {
                "url": "http://identifiers.org/umls/C0001849",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21693,
            "identifier": "5225",
            "identifier_type": "int",
            "name": "PGC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5225",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "progastricsin (pepsinogen C)"
            },
            "metanode": "Gene"
        },
        {
            "id": 21694,
            "identifier": "171482",
            "identifier_type": "int",
            "name": "FAM9A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/171482",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "family with sequence similarity 9, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 21695,
            "identifier": "GO:0005797",
            "identifier_type": "str",
            "name": "Golgi medial cisterna",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005797",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 21696,
            "identifier": "GO:0008428",
            "identifier_type": "str",
            "name": "ribonuclease inhibitor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008428",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21697,
            "identifier": "GO:0032890",
            "identifier_type": "str",
            "name": "regulation of organic acid transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032890",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21698,
            "identifier": "GO:0071873",
            "identifier_type": "str",
            "name": "response to norepinephrine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071873",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21699,
            "identifier": "23064",
            "identifier_type": "int",
            "name": "SETX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23064",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "senataxin"
            },
            "metanode": "Gene"
        },
        {
            "id": 21700,
            "identifier": "7566",
            "identifier_type": "int",
            "name": "ZNF18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7566",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "zinc finger protein 18"
            },
            "metanode": "Gene"
        },
        {
            "id": 21701,
            "identifier": "GO:0042393",
            "identifier_type": "str",
            "name": "histone binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042393",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21702,
            "identifier": "92667",
            "identifier_type": "int",
            "name": "MGME1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/92667",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "mitochondrial genome maintenance exonuclease 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 21703,
            "identifier": "105369244",
            "identifier_type": "int",
            "name": "LOC105369244",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369244",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "putative uncharacterized protein LOC641298"
            },
            "metanode": "Gene"
        },
        {
            "id": 21704,
            "identifier": "GO:0061133",
            "identifier_type": "str",
            "name": "endopeptidase activator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061133",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21705,
            "identifier": "GO:2001184",
            "identifier_type": "str",
            "name": "positive regulation of interleukin-12 secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001184",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21706,
            "identifier": "64708",
            "identifier_type": "int",
            "name": "COPS7B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64708",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "COP9 signalosome subunit 7B"
            },
            "metanode": "Gene"
        },
        {
            "id": 21707,
            "identifier": "GO:0019212",
            "identifier_type": "str",
            "name": "phosphatase inhibitor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019212",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21708,
            "identifier": "GO:0060840",
            "identifier_type": "str",
            "name": "artery development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060840",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21709,
            "identifier": "348645",
            "identifier_type": "int",
            "name": "C22orf34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/348645",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "chromosome 22 open reading frame 34"
            },
            "metanode": "Gene"
        },
        {
            "id": 21710,
            "identifier": "DB00336",
            "identifier_type": "str",
            "name": "Nitrofural",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00336",
                "inchi": "InChI=1S/C6H6N4O4/c7-6(11)9-8-3-4-1-2-5(14-4)10(12)13/h1-3H,(H3,7,9,11)/b8-3+",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=IAIWVQXQOWNYOU-FPYGCLRLSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 21711,
            "identifier": "GO:0046969",
            "identifier_type": "str",
            "name": "NAD-dependent histone deacetylase activity (H3-K9 specific)",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046969",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21712,
            "identifier": "UBERON:0002018",
            "identifier_type": "str",
            "name": "synovial membrane of synovial joint",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002018",
                "bto_id": "BTO:0001823",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D013583"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 21713,
            "identifier": "755",
            "identifier_type": "int",
            "name": "C21orf2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/755",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "chromosome 21 open reading frame 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 21714,
            "identifier": "9262",
            "identifier_type": "int",
            "name": "STK17B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9262",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "serine/threonine kinase 17b"
            },
            "metanode": "Gene"
        },
        {
            "id": 21715,
            "identifier": "GO:0010827",
            "identifier_type": "str",
            "name": "regulation of glucose transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010827",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}