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=12350
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=12375",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=12325",
    "results": [
        {
            "id": 12339,
            "identifier": "GO:0035754",
            "identifier_type": "str",
            "name": "B cell chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035754",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12340,
            "identifier": "PC7_4099",
            "identifier_type": "str",
            "name": "Gamma-carboxylation of protein precursors",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 12341,
            "identifier": "GO:0097034",
            "identifier_type": "str",
            "name": "mitochondrial respiratory chain complex IV biogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097034",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12342,
            "identifier": "284274",
            "identifier_type": "int",
            "name": "SMIM21",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284274",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "small integral membrane protein 21"
            },
            "metanode": "Gene"
        },
        {
            "id": 12343,
            "identifier": "2520",
            "identifier_type": "int",
            "name": "GAST",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2520",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "gastrin"
            },
            "metanode": "Gene"
        },
        {
            "id": 12344,
            "identifier": "11027",
            "identifier_type": "int",
            "name": "LILRA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11027",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "leukocyte immunoglobulin-like receptor, subfamily A (with TM domain), member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 12345,
            "identifier": "C0860700",
            "identifier_type": "str",
            "name": "Prothrombin level abnormal",
            "properties": {
                "url": "http://identifiers.org/umls/C0860700",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12346,
            "identifier": "GO:0060307",
            "identifier_type": "str",
            "name": "regulation of ventricular cardiac muscle cell membrane repolarization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060307",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12347,
            "identifier": "C0235329",
            "identifier_type": "str",
            "name": "Small intestinal obstruction",
            "properties": {
                "url": "http://identifiers.org/umls/C0235329",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12348,
            "identifier": "GO:0071166",
            "identifier_type": "str",
            "name": "ribonucleoprotein complex localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071166",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12349,
            "identifier": "GO:0072138",
            "identifier_type": "str",
            "name": "mesenchymal cell proliferation involved in ureteric bud development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072138",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12350,
            "identifier": "55011",
            "identifier_type": "int",
            "name": "PIH1D1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55011",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "PIH1 domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 12351,
            "identifier": "54959",
            "identifier_type": "int",
            "name": "ODAM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54959",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "odontogenic, ameloblast asssociated"
            },
            "metanode": "Gene"
        },
        {
            "id": 12352,
            "identifier": "105375302",
            "identifier_type": "int",
            "name": "LOC105375302",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375302",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "protein FAM182A-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 12353,
            "identifier": "22828",
            "identifier_type": "int",
            "name": "SCAF8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22828",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "SR-related CTD-associated factor 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 12354,
            "identifier": "7314",
            "identifier_type": "int",
            "name": "UBB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7314",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "ubiquitin B"
            },
            "metanode": "Gene"
        },
        {
            "id": 12355,
            "identifier": "GO:0043152",
            "identifier_type": "str",
            "name": "induction of bacterial agglutination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043152",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12356,
            "identifier": "D010291",
            "identifier_type": "str",
            "name": "Paresis",
            "properties": {
                "url": "http://identifiers.org/mesh/D010291",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 13355,
            "identifier": "PC7_3825",
            "identifier_type": "str",
            "name": "FGFR2c ligand binding and activation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 12357,
            "identifier": "C0024137",
            "identifier_type": "str",
            "name": "Cutaneous lupus erythematosus",
            "properties": {
                "url": "http://identifiers.org/umls/C0024137",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12358,
            "identifier": "26167",
            "identifier_type": "int",
            "name": "PCDHB5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26167",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin beta 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 12359,
            "identifier": "GO:0004470",
            "identifier_type": "str",
            "name": "malic enzyme activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004470",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 12360,
            "identifier": "55709",
            "identifier_type": "int",
            "name": "KBTBD4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55709",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "kelch repeat and BTB (POZ) domain containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 12361,
            "identifier": "102723382",
            "identifier_type": "int",
            "name": "LOC102723382",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723382",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Un",
                "description": "ankyrin repeat domain-containing protein 20B-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 12362,
            "identifier": "GO:0042578",
            "identifier_type": "str",
            "name": "phosphoric ester hydrolase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042578",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}