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=11075
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=11100",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=11050",
    "results": [
        {
            "id": 11066,
            "identifier": "GO:0031669",
            "identifier_type": "str",
            "name": "cellular response to nutrient levels",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031669",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11067,
            "identifier": "653606",
            "identifier_type": "int",
            "name": "PRAMEF22",
            "properties": {
                "url": "http://identifiers.org/ncbigene/653606",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "PRAME family member 22"
            },
            "metanode": "Gene"
        },
        {
            "id": 11068,
            "identifier": "22890",
            "identifier_type": "int",
            "name": "ZBTB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22890",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "zinc finger and BTB domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11069,
            "identifier": "GO:0070314",
            "identifier_type": "str",
            "name": "G1 to G0 transition",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070314",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11070,
            "identifier": "93594",
            "identifier_type": "int",
            "name": "TBC1D31",
            "properties": {
                "url": "http://identifiers.org/ncbigene/93594",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "TBC1 domain family, member 31"
            },
            "metanode": "Gene"
        },
        {
            "id": 11071,
            "identifier": "100506571",
            "identifier_type": "int",
            "name": "LOC100506571",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100506571",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC100506571"
            },
            "metanode": "Gene"
        },
        {
            "id": 11072,
            "identifier": "GO:0048703",
            "identifier_type": "str",
            "name": "embryonic viscerocranium morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048703",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11073,
            "identifier": "7106",
            "identifier_type": "int",
            "name": "TSPAN4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7106",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tetraspanin 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 11074,
            "identifier": "GO:0009581",
            "identifier_type": "str",
            "name": "detection of external stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009581",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11075,
            "identifier": "GO:0098793",
            "identifier_type": "str",
            "name": "presynapse",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098793",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 11076,
            "identifier": "DOID:5612",
            "identifier_type": "str",
            "name": "spinal cancer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_5612",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 11077,
            "identifier": "GO:0032464",
            "identifier_type": "str",
            "name": "positive regulation of protein homooligomerization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032464",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11078,
            "identifier": "148268",
            "identifier_type": "int",
            "name": "ZNF570",
            "properties": {
                "url": "http://identifiers.org/ncbigene/148268",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 570"
            },
            "metanode": "Gene"
        },
        {
            "id": 11079,
            "identifier": "25959",
            "identifier_type": "int",
            "name": "KANK2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25959",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "KN motif and ankyrin repeat domains 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 11080,
            "identifier": "UBERON:0001300",
            "identifier_type": "str",
            "name": "scrotum",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001300",
                "bto_id": "BTO:0003098",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D012611"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 11081,
            "identifier": "105371253",
            "identifier_type": "int",
            "name": "LOC105371253",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371253",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC105371253"
            },
            "metanode": "Gene"
        },
        {
            "id": 11082,
            "identifier": "284306",
            "identifier_type": "int",
            "name": "ZNF547",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284306",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 547"
            },
            "metanode": "Gene"
        },
        {
            "id": 11083,
            "identifier": "55",
            "identifier_type": "int",
            "name": "ACPP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "acid phosphatase, prostate"
            },
            "metanode": "Gene"
        },
        {
            "id": 11084,
            "identifier": "8802",
            "identifier_type": "int",
            "name": "SUCLG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8802",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "succinate-CoA ligase, alpha subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 11085,
            "identifier": "9987",
            "identifier_type": "int",
            "name": "HNRNPDL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9987",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "heterogeneous nuclear ribonucleoprotein D-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 11086,
            "identifier": "GO:0034666",
            "identifier_type": "str",
            "name": "integrin alpha2-beta1 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034666",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 11087,
            "identifier": "284390",
            "identifier_type": "int",
            "name": "ZNF763",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284390",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 763"
            },
            "metanode": "Gene"
        },
        {
            "id": 11088,
            "identifier": "2636",
            "identifier_type": "int",
            "name": "GBX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2636",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "gastrulation brain homeobox 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11089,
            "identifier": "11143",
            "identifier_type": "int",
            "name": "KAT7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11143",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "K(lysine) acetyltransferase 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 11090,
            "identifier": "C0019054",
            "identifier_type": "str",
            "name": "Haemolysis",
            "properties": {
                "url": "http://identifiers.org/umls/C0019054",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}