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=31150
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=31175",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=31125",
    "results": [
        {
            "id": 31144,
            "identifier": "8568",
            "identifier_type": "int",
            "name": "RRP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8568",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "ribosomal RNA processing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31145,
            "identifier": "C0038826",
            "identifier_type": "str",
            "name": "Superinfection",
            "properties": {
                "url": "http://identifiers.org/umls/C0038826",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31146,
            "identifier": "GO:0007030",
            "identifier_type": "str",
            "name": "Golgi organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007030",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31147,
            "identifier": "343413",
            "identifier_type": "int",
            "name": "FCRL6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/343413",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "Fc receptor-like 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 31148,
            "identifier": "C2242708",
            "identifier_type": "str",
            "name": "Hypertransaminasaemia",
            "properties": {
                "url": "http://identifiers.org/umls/C2242708",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31149,
            "identifier": "GO:0048597",
            "identifier_type": "str",
            "name": "post-embryonic camera-type eye morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048597",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31150,
            "identifier": "GO:0043202",
            "identifier_type": "str",
            "name": "lysosomal lumen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043202",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31151,
            "identifier": "GO:0005945",
            "identifier_type": "str",
            "name": "6-phosphofructokinase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005945",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31152,
            "identifier": "GO:0001937",
            "identifier_type": "str",
            "name": "negative regulation of endothelial cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001937",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31153,
            "identifier": "GO:1900746",
            "identifier_type": "str",
            "name": "regulation of vascular endothelial growth factor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900746",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31154,
            "identifier": "GO:2000653",
            "identifier_type": "str",
            "name": "regulation of genetic imprinting",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000653",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31155,
            "identifier": "3809",
            "identifier_type": "int",
            "name": "KIR2DS4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3809",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "killer cell immunoglobulin-like receptor, two domains, short cytoplasmic tail, 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 31156,
            "identifier": "C1368107",
            "identifier_type": "str",
            "name": "Bone marrow aplastic",
            "properties": {
                "url": "http://identifiers.org/umls/C1368107",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31157,
            "identifier": "GO:0051280",
            "identifier_type": "str",
            "name": "negative regulation of release of sequestered calcium ion into cytosol",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051280",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31158,
            "identifier": "54893",
            "identifier_type": "int",
            "name": "MTMR10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54893",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "myotubularin related protein 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 31159,
            "identifier": "102723316",
            "identifier_type": "int",
            "name": "LOC102723316",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723316",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "protein FRG1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 31160,
            "identifier": "UBERON:0002067",
            "identifier_type": "str",
            "name": "dermis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002067",
                "bto_id": "BTO:0000294",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D020405"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 31161,
            "identifier": "GO:0097491",
            "identifier_type": "str",
            "name": "sympathetic neuron projection guidance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097491",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31162,
            "identifier": "GO:0072545",
            "identifier_type": "str",
            "name": "tyrosine binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072545",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 31163,
            "identifier": "105377637",
            "identifier_type": "int",
            "name": "LOC105377637",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105377637",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "transcription initiation factor TFIID subunit 4-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 31164,
            "identifier": "26033",
            "identifier_type": "int",
            "name": "ATRNL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26033",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "attractin-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31165,
            "identifier": "2028",
            "identifier_type": "int",
            "name": "ENPEP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2028",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "glutamyl aminopeptidase (aminopeptidase A)"
            },
            "metanode": "Gene"
        },
        {
            "id": 31166,
            "identifier": "55591",
            "identifier_type": "int",
            "name": "VEZT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55591",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "vezatin, adherens junctions transmembrane protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 31167,
            "identifier": "GO:0003415",
            "identifier_type": "str",
            "name": "chondrocyte hypertrophy",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003415",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31168,
            "identifier": "644943",
            "identifier_type": "int",
            "name": "RASSF10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/644943",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "Ras association (RalGDS/AF-6) domain family (N-terminal) member 10"
            },
            "metanode": "Gene"
        }
    ]
}