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=22025
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=22050",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=22000",
    "results": [
        {
            "id": 22016,
            "identifier": "151790",
            "identifier_type": "int",
            "name": "WDR49",
            "properties": {
                "url": "http://identifiers.org/ncbigene/151790",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "WD repeat domain 49"
            },
            "metanode": "Gene"
        },
        {
            "id": 22017,
            "identifier": "5204",
            "identifier_type": "int",
            "name": "PFDN5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5204",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "prefoldin subunit 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 22018,
            "identifier": "GO:0033007",
            "identifier_type": "str",
            "name": "negative regulation of mast cell activation involved in immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033007",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22019,
            "identifier": "GO:0003696",
            "identifier_type": "str",
            "name": "satellite DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003696",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 22020,
            "identifier": "GO:0050880",
            "identifier_type": "str",
            "name": "regulation of blood vessel size",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050880",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22021,
            "identifier": "D054546",
            "identifier_type": "str",
            "name": "Neuroacanthocytosis",
            "properties": {
                "url": "http://identifiers.org/mesh/D054546",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 22022,
            "identifier": "GO:0034472",
            "identifier_type": "str",
            "name": "snRNA 3'-end processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034472",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22023,
            "identifier": "GO:2000467",
            "identifier_type": "str",
            "name": "positive regulation of glycogen (starch) synthase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000467",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22024,
            "identifier": "56052",
            "identifier_type": "int",
            "name": "ALG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56052",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "ALG1, chitobiosyldiphosphodolichol beta-mannosyltransferase"
            },
            "metanode": "Gene"
        },
        {
            "id": 22025,
            "identifier": "GO:0021825",
            "identifier_type": "str",
            "name": "substrate-dependent cerebral cortex tangential migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021825",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22026,
            "identifier": "79585",
            "identifier_type": "int",
            "name": "CORO7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79585",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "coronin 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 22027,
            "identifier": "GO:0016282",
            "identifier_type": "str",
            "name": "eukaryotic 43S preinitiation complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016282",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 22028,
            "identifier": "734",
            "identifier_type": "int",
            "name": "OSGIN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/734",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "oxidative stress induced growth inhibitor family member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 22029,
            "identifier": "D011782",
            "identifier_type": "str",
            "name": "Quadriplegia",
            "properties": {
                "url": "http://identifiers.org/mesh/D011782",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 22030,
            "identifier": "GO:0051040",
            "identifier_type": "str",
            "name": "regulation of calcium-independent cell-cell adhesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051040",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22031,
            "identifier": "C0854679",
            "identifier_type": "str",
            "name": "Needle injury",
            "properties": {
                "url": "http://identifiers.org/umls/C0854679",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22032,
            "identifier": "C0275524",
            "identifier_type": "str",
            "name": "Infection mixed",
            "properties": {
                "url": "http://identifiers.org/umls/C0275524",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22033,
            "identifier": "C0151598",
            "identifier_type": "str",
            "name": "Drug level decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0151598",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22034,
            "identifier": "GO:0043855",
            "identifier_type": "str",
            "name": "cyclic nucleotide-gated ion channel activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043855",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 22035,
            "identifier": "57620",
            "identifier_type": "int",
            "name": "STIM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57620",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "stromal interaction molecule 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 22036,
            "identifier": "GO:0048867",
            "identifier_type": "str",
            "name": "stem cell fate determination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048867",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 22037,
            "identifier": "C0392167",
            "identifier_type": "str",
            "name": "Drug effect prolonged",
            "properties": {
                "url": "http://identifiers.org/umls/C0392167",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 22038,
            "identifier": "152098",
            "identifier_type": "int",
            "name": "ZCWPW2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/152098",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "zinc finger, CW type with PWWP domain 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 22039,
            "identifier": "29789",
            "identifier_type": "int",
            "name": "OLA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29789",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "Obg-like ATPase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 22040,
            "identifier": "GO:1903977",
            "identifier_type": "str",
            "name": "positive regulation of glial cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903977",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}