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=27775
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=27800",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27750",
    "results": [
        {
            "id": 27767,
            "identifier": "GO:0071696",
            "identifier_type": "str",
            "name": "ectodermal placode development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071696",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27768,
            "identifier": "GO:0071385",
            "identifier_type": "str",
            "name": "cellular response to glucocorticoid stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071385",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27769,
            "identifier": "101928868",
            "identifier_type": "int",
            "name": "LOC101928868",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101928868",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "atherin-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 27770,
            "identifier": "C0392618",
            "identifier_type": "str",
            "name": "Postoperative infection",
            "properties": {
                "url": "http://identifiers.org/umls/C0392618",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27771,
            "identifier": "GO:0015791",
            "identifier_type": "str",
            "name": "polyol transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015791",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27772,
            "identifier": "84281",
            "identifier_type": "int",
            "name": "C2orf88",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84281",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "chromosome 2 open reading frame 88"
            },
            "metanode": "Gene"
        },
        {
            "id": 27773,
            "identifier": "254528",
            "identifier_type": "int",
            "name": "MEIOB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/254528",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "meiosis specific with OB domains"
            },
            "metanode": "Gene"
        },
        {
            "id": 27774,
            "identifier": "GO:0099500",
            "identifier_type": "str",
            "name": "vesicle fusion to plasma membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0099500",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27775,
            "identifier": "6300",
            "identifier_type": "int",
            "name": "MAPK12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6300",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "mitogen-activated protein kinase 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 27776,
            "identifier": "GO:0072107",
            "identifier_type": "str",
            "name": "positive regulation of ureteric bud formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072107",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27777,
            "identifier": "GO:0008290",
            "identifier_type": "str",
            "name": "F-actin capping protein complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008290",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27778,
            "identifier": "132204",
            "identifier_type": "int",
            "name": "SYNPR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/132204",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "synaptoporin"
            },
            "metanode": "Gene"
        },
        {
            "id": 27779,
            "identifier": "140711",
            "identifier_type": "int",
            "name": "TLDC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140711",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "TBC/LysM-associated domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 27780,
            "identifier": "C0235822",
            "identifier_type": "str",
            "name": "Overdose effect",
            "properties": {
                "url": "http://identifiers.org/umls/C0235822",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27781,
            "identifier": "D037061",
            "identifier_type": "str",
            "name": "Metatarsalgia",
            "properties": {
                "url": "http://identifiers.org/mesh/D037061",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 27782,
            "identifier": "C0549444",
            "identifier_type": "str",
            "name": "Vein discolouration",
            "properties": {
                "url": "http://identifiers.org/umls/C0549444",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27783,
            "identifier": "GO:0009952",
            "identifier_type": "str",
            "name": "anterior/posterior pattern specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009952",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27784,
            "identifier": "105379194",
            "identifier_type": "int",
            "name": "LOC105379194",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379194",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "basic salivary proline-rich protein 4-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 27785,
            "identifier": "GO:0001796",
            "identifier_type": "str",
            "name": "regulation of type IIa hypersensitivity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001796",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27786,
            "identifier": "GO:0031143",
            "identifier_type": "str",
            "name": "pseudopodium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031143",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27787,
            "identifier": "GO:0016401",
            "identifier_type": "str",
            "name": "palmitoyl-CoA oxidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016401",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27788,
            "identifier": "C3263723",
            "identifier_type": "str",
            "name": "Injury",
            "properties": {
                "url": "http://identifiers.org/umls/C3263723",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27789,
            "identifier": "GO:0010040",
            "identifier_type": "str",
            "name": "response to iron(II) ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010040",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27790,
            "identifier": "GO:0045714",
            "identifier_type": "str",
            "name": "regulation of low-density lipoprotein particle receptor biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045714",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27791,
            "identifier": "C0023070",
            "identifier_type": "str",
            "name": "Laryngopharyngitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0023070",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}