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=27850
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=27875",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27825",
    "results": [
        {
            "id": 27842,
            "identifier": "GO:0042288",
            "identifier_type": "str",
            "name": "MHC class I protein binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042288",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27843,
            "identifier": "DOID:12361",
            "identifier_type": "str",
            "name": "Graves' disease",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_12361",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 27844,
            "identifier": "GO:0035349",
            "identifier_type": "str",
            "name": "coenzyme A transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035349",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27845,
            "identifier": "C0151786",
            "identifier_type": "str",
            "name": "Muscular weakness",
            "properties": {
                "url": "http://identifiers.org/umls/C0151786",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27846,
            "identifier": "8034",
            "identifier_type": "int",
            "name": "SLC25A16",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8034",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "solute carrier family 25 (mitochondrial carrier), member 16"
            },
            "metanode": "Gene"
        },
        {
            "id": 27847,
            "identifier": "GO:0014916",
            "identifier_type": "str",
            "name": "regulation of lung blood pressure",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014916",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27848,
            "identifier": "D003371",
            "identifier_type": "str",
            "name": "Cough",
            "properties": {
                "url": "http://identifiers.org/mesh/D003371",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 27849,
            "identifier": "GO:0048736",
            "identifier_type": "str",
            "name": "appendage development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048736",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27850,
            "identifier": "645745",
            "identifier_type": "int",
            "name": "MT1HL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/645745",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "metallothionein 1H-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27851,
            "identifier": "GO:0042345",
            "identifier_type": "str",
            "name": "regulation of NF-kappaB import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042345",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27852,
            "identifier": "GO:0000171",
            "identifier_type": "str",
            "name": "ribonuclease MRP activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000171",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27853,
            "identifier": "GO:0060133",
            "identifier_type": "str",
            "name": "somatotropin secreting cell development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060133",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27854,
            "identifier": "55193",
            "identifier_type": "int",
            "name": "PBRM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55193",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "polybromo 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27855,
            "identifier": "GO:0030497",
            "identifier_type": "str",
            "name": "fatty acid elongation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030497",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27856,
            "identifier": "105375612",
            "identifier_type": "int",
            "name": "LOC105375612",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375612",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "uncharacterized LOC105375612"
            },
            "metanode": "Gene"
        },
        {
            "id": 27857,
            "identifier": "23266",
            "identifier_type": "int",
            "name": "ADGRL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23266",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "adhesion G protein-coupled receptor L2"
            },
            "metanode": "Gene"
        },
        {
            "id": 27858,
            "identifier": "7752",
            "identifier_type": "int",
            "name": "ZNF200",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7752",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "zinc finger protein 200"
            },
            "metanode": "Gene"
        },
        {
            "id": 27859,
            "identifier": "GO:0051121",
            "identifier_type": "str",
            "name": "hepoxilin metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051121",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27860,
            "identifier": "GO:0042923",
            "identifier_type": "str",
            "name": "neuropeptide binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042923",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27861,
            "identifier": "C0018989",
            "identifier_type": "str",
            "name": "Hemiparesis",
            "properties": {
                "url": "http://identifiers.org/umls/C0018989",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27862,
            "identifier": "C0026825",
            "identifier_type": "str",
            "name": "Muscle tone flaccid",
            "properties": {
                "url": "http://identifiers.org/umls/C0026825",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27863,
            "identifier": "56147",
            "identifier_type": "int",
            "name": "PCDHA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56147",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin alpha 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27864,
            "identifier": "C0022078",
            "identifier_type": "str",
            "name": "Iris disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0022078",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27865,
            "identifier": "79680",
            "identifier_type": "int",
            "name": "C22orf29",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79680",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "chromosome 22 open reading frame 29"
            },
            "metanode": "Gene"
        },
        {
            "id": 27866,
            "identifier": "116987",
            "identifier_type": "int",
            "name": "AGAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116987",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "ArfGAP with GTPase domain, ankyrin repeat and PH domain 1"
            },
            "metanode": "Gene"
        }
    ]
}