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=2175
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=2200",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=2150",
    "results": [
        {
            "id": 2167,
            "identifier": "84993",
            "identifier_type": "int",
            "name": "UBL7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84993",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "ubiquitin-like 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 2168,
            "identifier": "GO:0019239",
            "identifier_type": "str",
            "name": "deaminase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019239",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 2169,
            "identifier": "8529",
            "identifier_type": "int",
            "name": "CYP4F2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8529",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "cytochrome P450, family 4, subfamily F, polypeptide 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 2170,
            "identifier": "DOID:2377",
            "identifier_type": "str",
            "name": "multiple sclerosis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_2377",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 2171,
            "identifier": "PC7_4876",
            "identifier_type": "str",
            "name": "Keratan sulfate/keratin metabolism",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 2172,
            "identifier": "GO:0090559",
            "identifier_type": "str",
            "name": "regulation of membrane permeability",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090559",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2173,
            "identifier": "C0235272",
            "identifier_type": "str",
            "name": "Retinal damage",
            "properties": {
                "url": "http://identifiers.org/umls/C0235272",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 2174,
            "identifier": "GO:0010522",
            "identifier_type": "str",
            "name": "regulation of calcium ion transport into cytosol",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010522",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2175,
            "identifier": "2235",
            "identifier_type": "int",
            "name": "FECH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2235",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "ferrochelatase"
            },
            "metanode": "Gene"
        },
        {
            "id": 2176,
            "identifier": "10998",
            "identifier_type": "int",
            "name": "SLC27A5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10998",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "solute carrier family 27 (fatty acid transporter), member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 2177,
            "identifier": "91304",
            "identifier_type": "int",
            "name": "TMEM259",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91304",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "transmembrane protein 259"
            },
            "metanode": "Gene"
        },
        {
            "id": 2178,
            "identifier": "GO:0030276",
            "identifier_type": "str",
            "name": "clathrin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030276",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 2179,
            "identifier": "GO:0010962",
            "identifier_type": "str",
            "name": "regulation of glucan biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010962",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2180,
            "identifier": "GO:0032353",
            "identifier_type": "str",
            "name": "negative regulation of hormone biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032353",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2181,
            "identifier": "54854",
            "identifier_type": "int",
            "name": "FAM83E",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54854",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "family with sequence similarity 83, member E"
            },
            "metanode": "Gene"
        },
        {
            "id": 2182,
            "identifier": "GO:0004090",
            "identifier_type": "str",
            "name": "carbonyl reductase (NADPH) activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004090",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 2183,
            "identifier": "C0017668",
            "identifier_type": "str",
            "name": "Focal segmental glomerulosclerosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0017668",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 2184,
            "identifier": "GO:0000384",
            "identifier_type": "str",
            "name": "first spliceosomal transesterification activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000384",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 2185,
            "identifier": "GO:0097588",
            "identifier_type": "str",
            "name": "archaeal or bacterial-type flagellum-dependent cell motility",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097588",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2186,
            "identifier": "144448",
            "identifier_type": "int",
            "name": "TSPAN19",
            "properties": {
                "url": "http://identifiers.org/ncbigene/144448",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "tetraspanin 19"
            },
            "metanode": "Gene"
        },
        {
            "id": 2187,
            "identifier": "GO:0009166",
            "identifier_type": "str",
            "name": "nucleotide catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009166",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2188,
            "identifier": "GO:0010430",
            "identifier_type": "str",
            "name": "fatty acid omega-oxidation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010430",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2189,
            "identifier": "25994",
            "identifier_type": "int",
            "name": "HIGD1A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25994",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "HIG1 hypoxia inducible domain family, member 1A"
            },
            "metanode": "Gene"
        },
        {
            "id": 2190,
            "identifier": "55664",
            "identifier_type": "int",
            "name": "CDC37L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55664",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "cell division cycle 37-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 2191,
            "identifier": "441873",
            "identifier_type": "int",
            "name": "PRAMEF25",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441873",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "PRAME family member 25"
            },
            "metanode": "Gene"
        }
    ]
}