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=5100
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=5125",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5075",
    "results": [
        {
            "id": 5089,
            "identifier": "GO:0034113",
            "identifier_type": "str",
            "name": "heterotypic cell-cell adhesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034113",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5090,
            "identifier": "GO:0009110",
            "identifier_type": "str",
            "name": "vitamin biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009110",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5091,
            "identifier": "66004",
            "identifier_type": "int",
            "name": "LYNX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/66004",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "Ly6/neurotoxin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5092,
            "identifier": "GO:0009108",
            "identifier_type": "str",
            "name": "coenzyme biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009108",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5093,
            "identifier": "23131",
            "identifier_type": "int",
            "name": "GPATCH8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23131",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "G patch domain containing 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 5094,
            "identifier": "GO:0019287",
            "identifier_type": "str",
            "name": "isopentenyl diphosphate biosynthetic process, mevalonate pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019287",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5095,
            "identifier": "DB00441",
            "identifier_type": "str",
            "name": "Gemcitabine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00441",
                "inchi": "InChI=1S/C9H11F2N3O4/c10-9(11)6(16)4(3-15)18-7(9)14-2-1-5(12)13-8(14)17/h1-2,4,6-7,15-16H,3H2,(H2,12,13,17)/t4-,6-,7-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=SDUQYLNIPVEERB-QPPQHZFASA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 5096,
            "identifier": "105369311",
            "identifier_type": "int",
            "name": "LOC105369311",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369311",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "uncharacterized LOC105369311"
            },
            "metanode": "Gene"
        },
        {
            "id": 5097,
            "identifier": "GO:0048471",
            "identifier_type": "str",
            "name": "perinuclear region of cytoplasm",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048471",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 5098,
            "identifier": "26470",
            "identifier_type": "int",
            "name": "SEZ6L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26470",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "seizure related 6 homolog (mouse)-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 5099,
            "identifier": "145553",
            "identifier_type": "int",
            "name": "MDP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/145553",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "magnesium-dependent phosphatase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5100,
            "identifier": "GO:1900135",
            "identifier_type": "str",
            "name": "positive regulation of renin secretion into blood stream",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900135",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5101,
            "identifier": "C0233415",
            "identifier_type": "str",
            "name": "Distractibility",
            "properties": {
                "url": "http://identifiers.org/umls/C0233415",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5102,
            "identifier": "GO:1903689",
            "identifier_type": "str",
            "name": "regulation of wound healing, spreading of epidermal cells",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903689",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5103,
            "identifier": "C2938875",
            "identifier_type": "str",
            "name": "Upper-airway cough syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C2938875",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5104,
            "identifier": "GO:0002585",
            "identifier_type": "str",
            "name": "positive regulation of antigen processing and presentation of peptide antigen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002585",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5105,
            "identifier": "566",
            "identifier_type": "int",
            "name": "AZU1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/566",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "azurocidin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5106,
            "identifier": "9313",
            "identifier_type": "int",
            "name": "MMP20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9313",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "matrix metallopeptidase 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 5107,
            "identifier": "GO:0048213",
            "identifier_type": "str",
            "name": "Golgi vesicle prefusion complex stabilization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048213",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5108,
            "identifier": "59351",
            "identifier_type": "int",
            "name": "PBOV1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59351",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "prostate and breast cancer overexpressed 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5109,
            "identifier": "GO:0034702",
            "identifier_type": "str",
            "name": "ion channel complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034702",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 5110,
            "identifier": "6653",
            "identifier_type": "int",
            "name": "SORL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6653",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "sortilin-related receptor, L(DLR class) A repeats containing"
            },
            "metanode": "Gene"
        },
        {
            "id": 5111,
            "identifier": "390084",
            "identifier_type": "int",
            "name": "OR56A5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390084",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 56, subfamily A, member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 5112,
            "identifier": "27152",
            "identifier_type": "int",
            "name": "INTU",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27152",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "inturned planar cell polarity protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 5113,
            "identifier": "57708",
            "identifier_type": "int",
            "name": "MIER1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57708",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "mesoderm induction early response 1, transcriptional regulator"
            },
            "metanode": "Gene"
        }
    ]
}