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=16775
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=16800",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=16750",
    "results": [
        {
            "id": 16766,
            "identifier": "C0015230",
            "identifier_type": "str",
            "name": "Rash",
            "properties": {
                "url": "http://identifiers.org/umls/C0015230",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16767,
            "identifier": "C0020453",
            "identifier_type": "str",
            "name": "Hyperaesthesia",
            "properties": {
                "url": "http://identifiers.org/umls/C0020453",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16768,
            "identifier": "GO:1903427",
            "identifier_type": "str",
            "name": "negative regulation of reactive oxygen species biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903427",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16769,
            "identifier": "11217",
            "identifier_type": "int",
            "name": "AKAP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11217",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "A kinase (PRKA) anchor protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16770,
            "identifier": "C1561643",
            "identifier_type": "str",
            "name": "Chronic kidney disease",
            "properties": {
                "url": "http://identifiers.org/umls/C1561643",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16771,
            "identifier": "C1142175",
            "identifier_type": "str",
            "name": "Shunt thrombosis",
            "properties": {
                "url": "http://identifiers.org/umls/C1142175",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16772,
            "identifier": "222611",
            "identifier_type": "int",
            "name": "ADGRF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/222611",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "adhesion G protein-coupled receptor F2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16773,
            "identifier": "GO:0000429",
            "identifier_type": "str",
            "name": "carbon catabolite regulation of transcription from RNA polymerase II promoter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000429",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16774,
            "identifier": "GO:0006408",
            "identifier_type": "str",
            "name": "snRNA export from nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006408",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16775,
            "identifier": "4923",
            "identifier_type": "int",
            "name": "NTSR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4923",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "neurotensin receptor 1 (high affinity)"
            },
            "metanode": "Gene"
        },
        {
            "id": 16776,
            "identifier": "DB09014",
            "identifier_type": "str",
            "name": "Captodiame",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB09014",
                "inchi": "InChI=1/C21H29NS2/c1-4-5-16-23-20-13-11-19(12-14-20)21(24-17-15-22(2)3)18-9-7-6-8-10-18/h6-14,21H,4-5,15-17H2,1-3H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=IZLPZXSZLLELBJ-UHFFFAOYNA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 16777,
            "identifier": "UBERON:0002060",
            "identifier_type": "str",
            "name": "femoral artery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002060",
                "bto_id": "BTO:0001624",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D005263"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 16778,
            "identifier": "7325",
            "identifier_type": "int",
            "name": "UBE2E2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7325",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ubiquitin-conjugating enzyme E2E 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16779,
            "identifier": "PC7_8058",
            "identifier_type": "str",
            "name": "TRAF6 mediated induction of NFkB and MAP kinases upon TLR7/8 or 9 activation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 16780,
            "identifier": "C0005681",
            "identifier_type": "str",
            "name": "Blackwater fever",
            "properties": {
                "url": "http://identifiers.org/umls/C0005681",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16781,
            "identifier": "GO:0032389",
            "identifier_type": "str",
            "name": "MutLalpha complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032389",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 16782,
            "identifier": "C1262005",
            "identifier_type": "str",
            "name": "Ischaemic cerebral infarction",
            "properties": {
                "url": "http://identifiers.org/umls/C1262005",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16783,
            "identifier": "400720",
            "identifier_type": "int",
            "name": "ZNF772",
            "properties": {
                "url": "http://identifiers.org/ncbigene/400720",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 772"
            },
            "metanode": "Gene"
        },
        {
            "id": 16784,
            "identifier": "GO:0030811",
            "identifier_type": "str",
            "name": "regulation of nucleotide catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030811",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16785,
            "identifier": "GO:0015278",
            "identifier_type": "str",
            "name": "calcium-release channel activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015278",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 16786,
            "identifier": "D020183",
            "identifier_type": "str",
            "name": "Nocturnal Paroxysmal Dystonia",
            "properties": {
                "url": "http://identifiers.org/mesh/D020183",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 16787,
            "identifier": "C1412002",
            "identifier_type": "str",
            "name": "Atypical pneumonia",
            "properties": {
                "url": "http://identifiers.org/umls/C1412002",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16788,
            "identifier": "C0240717",
            "identifier_type": "str",
            "name": "Perineal pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0240717",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16789,
            "identifier": "C0234047",
            "identifier_type": "str",
            "name": "Ejaculation delayed",
            "properties": {
                "url": "http://identifiers.org/umls/C0234047",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16790,
            "identifier": "C0521987",
            "identifier_type": "str",
            "name": "Pre-existing disease",
            "properties": {
                "url": "http://identifiers.org/umls/C0521987",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}