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=42125
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=42150",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=42100",
    "results": [
        {
            "id": 42124,
            "identifier": "GO:0042997",
            "identifier_type": "str",
            "name": "negative regulation of Golgi to plasma membrane protein transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042997",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42125,
            "identifier": "4016",
            "identifier_type": "int",
            "name": "LOXL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4016",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "lysyl oxidase-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42126,
            "identifier": "8683",
            "identifier_type": "int",
            "name": "SRSF9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8683",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "serine/arginine-rich splicing factor 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 42127,
            "identifier": "GO:0097267",
            "identifier_type": "str",
            "name": "omega-hydroxylase P450 pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097267",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42128,
            "identifier": "2517",
            "identifier_type": "int",
            "name": "FUCA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2517",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "fucosidase, alpha-L- 1, tissue"
            },
            "metanode": "Gene"
        },
        {
            "id": 42129,
            "identifier": "65055",
            "identifier_type": "int",
            "name": "REEP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/65055",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "receptor accessory protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42130,
            "identifier": "GO:0097055",
            "identifier_type": "str",
            "name": "agmatine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097055",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42131,
            "identifier": "222658",
            "identifier_type": "int",
            "name": "KCTD20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/222658",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "potassium channel tetramerization domain containing 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 42132,
            "identifier": "28991",
            "identifier_type": "int",
            "name": "COMMD5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/28991",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "COMM domain containing 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 42133,
            "identifier": "PC7_4556",
            "identifier_type": "str",
            "name": "IFN-gamma pathway",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 42134,
            "identifier": "DB08954",
            "identifier_type": "str",
            "name": "Ifenprodil",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB08954",
                "inchi": "InChI=1/C21H27NO2/c1-16(21(24)19-7-9-20(23)10-8-19)22-13-11-18(12-14-22)15-17-5-3-2-4-6-17/h2-10,16,18,21,23-24H,11-15H2,1H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=UYNVMODNBIQBMV-UHFFFAOYNA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 42135,
            "identifier": "GO:0014066",
            "identifier_type": "str",
            "name": "regulation of phosphatidylinositol 3-kinase signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014066",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42136,
            "identifier": "PC7_1689",
            "identifier_type": "str",
            "name": "Apoptotic execution phase",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 42137,
            "identifier": "GO:0007181",
            "identifier_type": "str",
            "name": "transforming growth factor beta receptor complex assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007181",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42138,
            "identifier": "22809",
            "identifier_type": "int",
            "name": "ATF5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22809",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "activating transcription factor 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 42139,
            "identifier": "7311",
            "identifier_type": "int",
            "name": "UBA52",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7311",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ubiquitin A-52 residue ribosomal protein fusion product 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42140,
            "identifier": "199223",
            "identifier_type": "int",
            "name": "TTC21A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/199223",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "tetratricopeptide repeat domain 21A"
            },
            "metanode": "Gene"
        },
        {
            "id": 42141,
            "identifier": "GO:0035425",
            "identifier_type": "str",
            "name": "autocrine signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035425",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42142,
            "identifier": "26148",
            "identifier_type": "int",
            "name": "C10orf12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26148",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "chromosome 10 open reading frame 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 42143,
            "identifier": "55690",
            "identifier_type": "int",
            "name": "PACS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55690",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "phosphofurin acidic cluster sorting protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42144,
            "identifier": "GO:0043260",
            "identifier_type": "str",
            "name": "laminin-11 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043260",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42145,
            "identifier": "GO:0016074",
            "identifier_type": "str",
            "name": "snoRNA metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016074",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42146,
            "identifier": "138307",
            "identifier_type": "int",
            "name": "LCN8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/138307",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "lipocalin 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 42147,
            "identifier": "D017116",
            "identifier_type": "str",
            "name": "Low Back Pain",
            "properties": {
                "url": "http://identifiers.org/mesh/D017116",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 42148,
            "identifier": "PC7_3752",
            "identifier_type": "str",
            "name": "Estrogen biosynthesis",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        }
    ]
}