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=25450
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=25475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25425",
    "results": [
        {
            "id": 25442,
            "identifier": "GO:0003312",
            "identifier_type": "str",
            "name": "pancreatic PP cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003312",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25443,
            "identifier": "GO:0033906",
            "identifier_type": "str",
            "name": "hyaluronoglucuronidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033906",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25444,
            "identifier": "GO:0032967",
            "identifier_type": "str",
            "name": "positive regulation of collagen biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032967",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25445,
            "identifier": "GO:0061193",
            "identifier_type": "str",
            "name": "taste bud development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061193",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25446,
            "identifier": "105376351",
            "identifier_type": "int",
            "name": "LOC105376351",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105376351",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "uncharacterized LOC105376351"
            },
            "metanode": "Gene"
        },
        {
            "id": 25447,
            "identifier": "GO:0034329",
            "identifier_type": "str",
            "name": "cell junction assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034329",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25448,
            "identifier": "GO:0060013",
            "identifier_type": "str",
            "name": "righting reflex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060013",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25449,
            "identifier": "59271",
            "identifier_type": "int",
            "name": "EVA1C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59271",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "eva-1 homolog C (C. elegans)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25450,
            "identifier": "105378804",
            "identifier_type": "int",
            "name": "LOC105378804",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105378804",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "leucine-rich repeat-containing protein 53"
            },
            "metanode": "Gene"
        },
        {
            "id": 25451,
            "identifier": "374618",
            "identifier_type": "int",
            "name": "TEX9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/374618",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "testis expressed 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 25452,
            "identifier": "27328",
            "identifier_type": "int",
            "name": "PCDH11X",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27328",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "protocadherin 11 X-linked"
            },
            "metanode": "Gene"
        },
        {
            "id": 25453,
            "identifier": "3195",
            "identifier_type": "int",
            "name": "TLX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3195",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "T-cell leukemia homeobox 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25454,
            "identifier": "GO:0008277",
            "identifier_type": "str",
            "name": "regulation of G-protein coupled receptor protein signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008277",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25455,
            "identifier": "57628",
            "identifier_type": "int",
            "name": "DPP10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57628",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "dipeptidyl-peptidase 10 (non-functional)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25456,
            "identifier": "56683",
            "identifier_type": "int",
            "name": "C21orf59",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56683",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "chromosome 21 open reading frame 59"
            },
            "metanode": "Gene"
        },
        {
            "id": 25457,
            "identifier": "5520",
            "identifier_type": "int",
            "name": "PPP2R2A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5520",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "protein phosphatase 2, regulatory subunit B, alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 25458,
            "identifier": "C0262666",
            "identifier_type": "str",
            "name": "Vulval abscess",
            "properties": {
                "url": "http://identifiers.org/umls/C0262666",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25459,
            "identifier": "C1112773",
            "identifier_type": "str",
            "name": "Post procedural diarrhoea",
            "properties": {
                "url": "http://identifiers.org/umls/C1112773",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25460,
            "identifier": "375316",
            "identifier_type": "int",
            "name": "RBM44",
            "properties": {
                "url": "http://identifiers.org/ncbigene/375316",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "RNA binding motif protein 44"
            },
            "metanode": "Gene"
        },
        {
            "id": 25461,
            "identifier": "UBERON:0002028",
            "identifier_type": "str",
            "name": "hindbrain",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002028",
                "bto_id": "BTO:0000672",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D012249"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 25462,
            "identifier": "114883",
            "identifier_type": "int",
            "name": "OSBPL9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114883",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "oxysterol binding protein-like 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 25463,
            "identifier": "100288287",
            "identifier_type": "int",
            "name": "KRTAP22-2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100288287",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "keratin associated protein 22-2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25464,
            "identifier": "6474",
            "identifier_type": "int",
            "name": "SHOX2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6474",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "short stature homeobox 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25465,
            "identifier": "GO:0006290",
            "identifier_type": "str",
            "name": "pyrimidine dimer repair",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006290",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25466,
            "identifier": "PC7_6917",
            "identifier_type": "str",
            "name": "Regulation of pyruvate dehydrogenase (PDH) complex",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        }
    ]
}