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=16200
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=16225",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=16175",
    "results": [
        {
            "id": 16190,
            "identifier": "GO:0051140",
            "identifier_type": "str",
            "name": "regulation of NK T cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051140",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16191,
            "identifier": "GO:0006026",
            "identifier_type": "str",
            "name": "aminoglycan catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006026",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16192,
            "identifier": "GO:0010616",
            "identifier_type": "str",
            "name": "negative regulation of cardiac muscle adaptation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010616",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16193,
            "identifier": "GO:0046725",
            "identifier_type": "str",
            "name": "negative regulation by virus of viral protein levels in host cell",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046725",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16194,
            "identifier": "GO:0042534",
            "identifier_type": "str",
            "name": "regulation of tumor necrosis factor biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042534",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16195,
            "identifier": "GO:0060359",
            "identifier_type": "str",
            "name": "response to ammonium ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060359",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16196,
            "identifier": "GO:0001754",
            "identifier_type": "str",
            "name": "eye photoreceptor cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001754",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16197,
            "identifier": "GO:0000792",
            "identifier_type": "str",
            "name": "heterochromatin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000792",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 16198,
            "identifier": "23512",
            "identifier_type": "int",
            "name": "SUZ12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23512",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "SUZ12 polycomb repressive complex 2 subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 16199,
            "identifier": "405753",
            "identifier_type": "int",
            "name": "DUOXA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/405753",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "dual oxidase maturation factor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16200,
            "identifier": "166647",
            "identifier_type": "int",
            "name": "ADGRA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/166647",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "adhesion G protein-coupled receptor A3"
            },
            "metanode": "Gene"
        },
        {
            "id": 16201,
            "identifier": "84224",
            "identifier_type": "int",
            "name": "NBPF3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84224",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "neuroblastoma breakpoint family, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 16202,
            "identifier": "GO:0000395",
            "identifier_type": "str",
            "name": "mRNA 5'-splice site recognition",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000395",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16203,
            "identifier": "PC7_2373",
            "identifier_type": "str",
            "name": "CXCR4-mediated signaling events",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 16204,
            "identifier": "105374103",
            "identifier_type": "int",
            "name": "LOC105374103",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105374103",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "uncharacterized LOC105374103"
            },
            "metanode": "Gene"
        },
        {
            "id": 16205,
            "identifier": "C0877038",
            "identifier_type": "str",
            "name": "Electrocardiogram poor R-wave progression",
            "properties": {
                "url": "http://identifiers.org/umls/C0877038",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16206,
            "identifier": "347741",
            "identifier_type": "int",
            "name": "OTOP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/347741",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "otopetrin 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 16207,
            "identifier": "64900",
            "identifier_type": "int",
            "name": "LPIN3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64900",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "lipin 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 16208,
            "identifier": "GO:0002351",
            "identifier_type": "str",
            "name": "serotonin production involved in inflammatory response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002351",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16209,
            "identifier": "GO:0090114",
            "identifier_type": "str",
            "name": "COPII-coated vesicle budding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090114",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16210,
            "identifier": "65987",
            "identifier_type": "int",
            "name": "KCTD14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/65987",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "potassium channel tetramerization domain containing 14"
            },
            "metanode": "Gene"
        },
        {
            "id": 16211,
            "identifier": "947",
            "identifier_type": "int",
            "name": "CD34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/947",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "CD34 molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 16212,
            "identifier": "9710",
            "identifier_type": "int",
            "name": "KIAA0355",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9710",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "KIAA0355"
            },
            "metanode": "Gene"
        },
        {
            "id": 16213,
            "identifier": "9086",
            "identifier_type": "int",
            "name": "EIF1AY",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9086",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Y",
                "description": "eukaryotic translation initiation factor 1A, Y-linked"
            },
            "metanode": "Gene"
        },
        {
            "id": 16214,
            "identifier": "GO:0002548",
            "identifier_type": "str",
            "name": "monocyte chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002548",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}