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=25575
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=25600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25550",
    "results": [
        {
            "id": 25566,
            "identifier": "79742",
            "identifier_type": "int",
            "name": "CXorf36",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79742",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "chromosome X open reading frame 36"
            },
            "metanode": "Gene"
        },
        {
            "id": 25567,
            "identifier": "GO:0008347",
            "identifier_type": "str",
            "name": "glial cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008347",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25568,
            "identifier": "875",
            "identifier_type": "int",
            "name": "CBS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/875",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "cystathionine-beta-synthase"
            },
            "metanode": "Gene"
        },
        {
            "id": 25569,
            "identifier": "9382",
            "identifier_type": "int",
            "name": "COG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9382",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "component of oligomeric golgi complex 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25570,
            "identifier": "GO:0060966",
            "identifier_type": "str",
            "name": "regulation of gene silencing by RNA",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060966",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25571,
            "identifier": "C0020555",
            "identifier_type": "str",
            "name": "Hypertrichosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0020555",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25572,
            "identifier": "390265",
            "identifier_type": "int",
            "name": "OR10G7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390265",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 10, subfamily G, member 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 25573,
            "identifier": "C0852361",
            "identifier_type": "str",
            "name": "Skin haemorrhage",
            "properties": {
                "url": "http://identifiers.org/umls/C0852361",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25574,
            "identifier": "3200",
            "identifier_type": "int",
            "name": "HOXA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3200",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "homeobox A3"
            },
            "metanode": "Gene"
        },
        {
            "id": 25575,
            "identifier": "57761",
            "identifier_type": "int",
            "name": "TRIB3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57761",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "tribbles pseudokinase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 25576,
            "identifier": "GO:0034030",
            "identifier_type": "str",
            "name": "ribonucleoside bisphosphate biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034030",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25577,
            "identifier": "GO:0048254",
            "identifier_type": "str",
            "name": "snoRNA localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048254",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25578,
            "identifier": "GO:0015712",
            "identifier_type": "str",
            "name": "hexose phosphate transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015712",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25579,
            "identifier": "GO:0031593",
            "identifier_type": "str",
            "name": "polyubiquitin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031593",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25580,
            "identifier": "GO:0031392",
            "identifier_type": "str",
            "name": "regulation of prostaglandin biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031392",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25581,
            "identifier": "29930",
            "identifier_type": "int",
            "name": "PCDHB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29930",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin beta 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25582,
            "identifier": "5669",
            "identifier_type": "int",
            "name": "PSG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5669",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "pregnancy specific beta-1-glycoprotein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25583,
            "identifier": "10320",
            "identifier_type": "int",
            "name": "IKZF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10320",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "IKAROS family zinc finger 1 (Ikaros)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25584,
            "identifier": "GO:0004488",
            "identifier_type": "str",
            "name": "methylenetetrahydrofolate dehydrogenase (NADP+) activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004488",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25585,
            "identifier": "GO:0045177",
            "identifier_type": "str",
            "name": "apical part of cell",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045177",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 25586,
            "identifier": "375449",
            "identifier_type": "int",
            "name": "MAST4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/375449",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "microtubule associated serine/threonine kinase family member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 25587,
            "identifier": "23764",
            "identifier_type": "int",
            "name": "MAFF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23764",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "v-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F"
            },
            "metanode": "Gene"
        },
        {
            "id": 25588,
            "identifier": "GO:0010457",
            "identifier_type": "str",
            "name": "centriole-centriole cohesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010457",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25589,
            "identifier": "200162",
            "identifier_type": "int",
            "name": "SPAG17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/200162",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "sperm associated antigen 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 25590,
            "identifier": "GO:0001948",
            "identifier_type": "str",
            "name": "glycoprotein binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001948",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}