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=16000
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=16025",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=15975",
    "results": [
        {
            "id": 15989,
            "identifier": "57720",
            "identifier_type": "int",
            "name": "GPR107",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57720",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "G protein-coupled receptor 107"
            },
            "metanode": "Gene"
        },
        {
            "id": 15990,
            "identifier": "3134",
            "identifier_type": "int",
            "name": "HLA-F",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3134",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "major histocompatibility complex, class I, F"
            },
            "metanode": "Gene"
        },
        {
            "id": 15991,
            "identifier": "GO:2001205",
            "identifier_type": "str",
            "name": "negative regulation of osteoclast development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001205",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15992,
            "identifier": "57823",
            "identifier_type": "int",
            "name": "SLAMF7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57823",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "SLAM family member 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 15993,
            "identifier": "83696",
            "identifier_type": "int",
            "name": "TRAPPC9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83696",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "trafficking protein particle complex 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 15994,
            "identifier": "283373",
            "identifier_type": "int",
            "name": "ANKRD52",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283373",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "ankyrin repeat domain 52"
            },
            "metanode": "Gene"
        },
        {
            "id": 15995,
            "identifier": "5715",
            "identifier_type": "int",
            "name": "PSMD9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5715",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "proteasome (prosome, macropain) 26S subunit, non-ATPase, 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 15996,
            "identifier": "51513",
            "identifier_type": "int",
            "name": "ETV7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51513",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ets variant 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 15997,
            "identifier": "27106",
            "identifier_type": "int",
            "name": "ARRDC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27106",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "arrestin domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 15998,
            "identifier": "23554",
            "identifier_type": "int",
            "name": "TSPAN12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23554",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "tetraspanin 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 15999,
            "identifier": "10877",
            "identifier_type": "int",
            "name": "CFHR4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10877",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "complement factor H-related 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 16000,
            "identifier": "PC7_1696",
            "identifier_type": "str",
            "name": "Arf6 downstream pathway",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 16001,
            "identifier": "GO:0035909",
            "identifier_type": "str",
            "name": "aorta morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035909",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16002,
            "identifier": "C0020295",
            "identifier_type": "str",
            "name": "Hydronephrosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0020295",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16003,
            "identifier": "114822",
            "identifier_type": "int",
            "name": "RHPN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114822",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "rhophilin, Rho GTPase binding protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 16004,
            "identifier": "GO:0031862",
            "identifier_type": "str",
            "name": "prostanoid receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031862",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 16005,
            "identifier": "400224",
            "identifier_type": "int",
            "name": "PLEKHD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/400224",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "pleckstrin homology domain containing, family D (with coiled-coil domains) member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 16006,
            "identifier": "105376854",
            "identifier_type": "int",
            "name": "LOC105376854",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105376854",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "eukaryotic translation initiation factor 3 subunit A-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 16007,
            "identifier": "GO:0071219",
            "identifier_type": "str",
            "name": "cellular response to molecule of bacterial origin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071219",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16008,
            "identifier": "GO:0090400",
            "identifier_type": "str",
            "name": "stress-induced premature senescence",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090400",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16009,
            "identifier": "GO:0072488",
            "identifier_type": "str",
            "name": "ammonium transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072488",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16010,
            "identifier": "C0013240",
            "identifier_type": "str",
            "name": "Alveolar osteitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0013240",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16011,
            "identifier": "340485",
            "identifier_type": "int",
            "name": "ACER2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340485",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "alkaline ceramidase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16013,
            "identifier": "3698",
            "identifier_type": "int",
            "name": "ITIH2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3698",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "inter-alpha-trypsin inhibitor heavy chain 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16014,
            "identifier": "C0027769",
            "identifier_type": "str",
            "name": "Nervousness",
            "properties": {
                "url": "http://identifiers.org/umls/C0027769",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}