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=42625
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=42650",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=42600",
    "results": [
        {
            "id": 42624,
            "identifier": "C0032460",
            "identifier_type": "str",
            "name": "Polycystic ovaries",
            "properties": {
                "url": "http://identifiers.org/umls/C0032460",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42625,
            "identifier": "GO:0071436",
            "identifier_type": "str",
            "name": "sodium ion export",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071436",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42626,
            "identifier": "80741",
            "identifier_type": "int",
            "name": "LY6G5C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80741",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "lymphocyte antigen 6 complex, locus G5C"
            },
            "metanode": "Gene"
        },
        {
            "id": 42627,
            "identifier": "C0239549",
            "identifier_type": "str",
            "name": "Fat intolerance",
            "properties": {
                "url": "http://identifiers.org/umls/C0239549",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42628,
            "identifier": "GO:0060002",
            "identifier_type": "str",
            "name": "plus-end directed microfilament motor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060002",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 42629,
            "identifier": "GO:0010446",
            "identifier_type": "str",
            "name": "response to alkaline pH",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010446",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42630,
            "identifier": "10381",
            "identifier_type": "int",
            "name": "TUBB3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10381",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "tubulin, beta 3 class III"
            },
            "metanode": "Gene"
        },
        {
            "id": 42631,
            "identifier": "51768",
            "identifier_type": "int",
            "name": "TM7SF3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51768",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "transmembrane 7 superfamily member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 42632,
            "identifier": "C0004158",
            "identifier_type": "str",
            "name": "Athetosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0004158",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42633,
            "identifier": "D001184",
            "identifier_type": "str",
            "name": "Articulation Disorders",
            "properties": {
                "url": "http://identifiers.org/mesh/D001184",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 42634,
            "identifier": "C0155550",
            "identifier_type": "str",
            "name": "Neural hearing loss",
            "properties": {
                "url": "http://identifiers.org/umls/C0155550",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42635,
            "identifier": "113622",
            "identifier_type": "int",
            "name": "ADPRHL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/113622",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "ADP-ribosylhydrolase like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42636,
            "identifier": "154881",
            "identifier_type": "int",
            "name": "KCTD7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/154881",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "potassium channel tetramerization domain containing 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 42637,
            "identifier": "4343",
            "identifier_type": "int",
            "name": "MOV10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4343",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "Mov10 RISC complex RNA helicase"
            },
            "metanode": "Gene"
        },
        {
            "id": 42638,
            "identifier": "PC7_8429",
            "identifier_type": "str",
            "name": "Tristetraprolin (TTP) destabilizes mRNA",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 42639,
            "identifier": "GO:0010543",
            "identifier_type": "str",
            "name": "regulation of platelet activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010543",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42640,
            "identifier": "GO:0071682",
            "identifier_type": "str",
            "name": "endocytic vesicle lumen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071682",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42641,
            "identifier": "GO:0071420",
            "identifier_type": "str",
            "name": "cellular response to histamine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071420",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42642,
            "identifier": "399884",
            "identifier_type": "int",
            "name": "LOC399884",
            "properties": {
                "url": "http://identifiers.org/ncbigene/399884",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "uncharacterized LOC399884"
            },
            "metanode": "Gene"
        },
        {
            "id": 42643,
            "identifier": "C0178298",
            "identifier_type": "str",
            "name": "Unspecified disorder of skin and subcutaneous tissue",
            "properties": {
                "url": "http://identifiers.org/umls/C0178298",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42644,
            "identifier": "GO:2000117",
            "identifier_type": "str",
            "name": "negative regulation of cysteine-type endopeptidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000117",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42645,
            "identifier": "102725241",
            "identifier_type": "int",
            "name": "LOC102725241",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102725241",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "putative neutral ceramidase C"
            },
            "metanode": "Gene"
        },
        {
            "id": 42646,
            "identifier": "731631",
            "identifier_type": "int",
            "name": "LOC731631",
            "properties": {
                "url": "http://identifiers.org/ncbigene/731631",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "putative uncharacterized protein FLJ44672"
            },
            "metanode": "Gene"
        },
        {
            "id": 42647,
            "identifier": "C0162119",
            "identifier_type": "str",
            "name": "Haemoglobin decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0162119",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42648,
            "identifier": "GO:0016342",
            "identifier_type": "str",
            "name": "catenin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016342",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        }
    ]
}