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=36000
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=36025",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35975",
    "results": [
        {
            "id": 35996,
            "identifier": "C2609269",
            "identifier_type": "str",
            "name": "Fasting hyperglycaemia",
            "properties": {
                "url": "http://identifiers.org/umls/C2609269",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35997,
            "identifier": "C0155018",
            "identifier_type": "str",
            "name": "Colour blindness acquired",
            "properties": {
                "url": "http://identifiers.org/umls/C0155018",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35998,
            "identifier": "8630",
            "identifier_type": "int",
            "name": "HSD17B6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8630",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "hydroxysteroid (17-beta) dehydrogenase 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 35999,
            "identifier": "PC7_8679",
            "identifier_type": "str",
            "name": "Validated transcriptional targets of AP1 family members Fra1 and Fra2",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 36000,
            "identifier": "GO:0061326",
            "identifier_type": "str",
            "name": "renal tubule development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061326",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36001,
            "identifier": "7869",
            "identifier_type": "int",
            "name": "SEMA3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7869",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3B"
            },
            "metanode": "Gene"
        },
        {
            "id": 36002,
            "identifier": "GO:0071031",
            "identifier_type": "str",
            "name": "nuclear mRNA surveillance of mRNA 3'-end processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071031",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36003,
            "identifier": "D059390",
            "identifier_type": "str",
            "name": "Breakthrough Pain",
            "properties": {
                "url": "http://identifiers.org/mesh/D059390",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 36004,
            "identifier": "C0235893",
            "identifier_type": "str",
            "name": "Allergy aggravated",
            "properties": {
                "url": "http://identifiers.org/umls/C0235893",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36005,
            "identifier": "DB01621",
            "identifier_type": "str",
            "name": "Pipotiazine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01621",
                "inchi": "InChI=1S/C24H33N3O3S2/c1-25(2)32(29,30)20-8-9-24-22(18-20)27(21-6-3-4-7-23(21)31-24)14-5-13-26-15-10-19(11-16-26)12-17-28/h3-4,6-9,18-19,28H,5,10-17H2,1-2H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=JOMHSQGEWSNUKU-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 36006,
            "identifier": "GO:0090185",
            "identifier_type": "str",
            "name": "negative regulation of kidney development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090185",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36007,
            "identifier": "C0549357",
            "identifier_type": "str",
            "name": "Abdominal adhesions",
            "properties": {
                "url": "http://identifiers.org/umls/C0549357",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36008,
            "identifier": "GO:1901003",
            "identifier_type": "str",
            "name": "negative regulation of fermentation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901003",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36009,
            "identifier": "GO:0019388",
            "identifier_type": "str",
            "name": "galactose catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019388",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36010,
            "identifier": "4917",
            "identifier_type": "int",
            "name": "NTN3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4917",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "netrin 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 36011,
            "identifier": "GO:1902805",
            "identifier_type": "str",
            "name": "positive regulation of synaptic vesicle transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902805",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36012,
            "identifier": "54939",
            "identifier_type": "int",
            "name": "COMMD4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54939",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "COMM domain containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 36013,
            "identifier": "C0494491",
            "identifier_type": "str",
            "name": "Mononeuropathy",
            "properties": {
                "url": "http://identifiers.org/umls/C0494491",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36014,
            "identifier": "93986",
            "identifier_type": "int",
            "name": "FOXP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/93986",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "forkhead box P2"
            },
            "metanode": "Gene"
        },
        {
            "id": 36015,
            "identifier": "GO:0070488",
            "identifier_type": "str",
            "name": "neutrophil aggregation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070488",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36016,
            "identifier": "GO:0015101",
            "identifier_type": "str",
            "name": "organic cation transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015101",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 36017,
            "identifier": "23012",
            "identifier_type": "int",
            "name": "STK38L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23012",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "serine/threonine kinase 38 like"
            },
            "metanode": "Gene"
        },
        {
            "id": 36018,
            "identifier": "7498",
            "identifier_type": "int",
            "name": "XDH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7498",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "xanthine dehydrogenase"
            },
            "metanode": "Gene"
        },
        {
            "id": 36019,
            "identifier": "9537",
            "identifier_type": "int",
            "name": "TP53I11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9537",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tumor protein p53 inducible protein 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 36020,
            "identifier": "GO:0006071",
            "identifier_type": "str",
            "name": "glycerol metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006071",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}