This API provides an easy-to-use REST web interface to query/retrieve data from the UniBind database. The API comes with a human browsable interface and also a programmatic interface which return the results in different formats, including json, jsonp, yaml, bed, and also api for a browsable interface.
GET /api/v1/datasets/?format=api&page=25&q=K562&summary=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 242,
    "next": null,
    "previous": "https://unibind.uio.no/api/v1/datasets/?format=api&page=24&q=K562&summary=true",
    "results": [
        {
            "folder": "ENCSR000EWN.K562_myelogenous_leukemia.ZNF263",
            "tf_name": "ZNF263",
            "samples": [
                {
                    "cell": {
                        "title": "K562 (myelogenous leukemia)"
                    },
                    "biological_condition": ""
                }
            ],
            "references": [
                {
                    "identifier": "ENCODE:ENCSR000EWN"
                },
                {
                    "identifier": "GTRD:EXP010020"
                }
            ],
            "species": {
                "name": "Homo sapiens"
            },
            "datasets": [
                {
                    "jaspar_id": "MA0528.2",
                    "bed_filename": "macs/DAMO/ENCSR000EWN.K562_myelogenous_leukemia.ZNF263/ENCSR000EWN.K562_myelogenous_leukemia.ZNF263.MA0528.2.damo.bed",
                    "fasta_filename": "macs/DAMO/ENCSR000EWN.K562_myelogenous_leukemia.ZNF263/ENCSR000EWN.K562_myelogenous_leukemia.ZNF263.MA0528.2.damo.fa",
                    "profile_name": "ZNF263",
                    "synonyms": [
                        "FPM315",
                        "ZKSCAN12",
                        "ZSCAN44",
                        "zinc finger protein 263",
                        "zinc finger protein FPM315",
                        "zinc finger protein with KRAB and SCAN domains 12"
                    ]
                }
            ]
        },
        {
            "folder": "ENCSR737UST.K562_myelogenous_leukemia.ZNF740",
            "tf_name": "ZNF740",
            "samples": [
                {
                    "cell": {
                        "title": "K562 (myelogenous leukemia)"
                    },
                    "biological_condition": ""
                }
            ],
            "references": [
                {
                    "identifier": "ENCODE:ENCSR737UST"
                },
                {
                    "identifier": "GTRD:EXP039429"
                }
            ],
            "species": {
                "name": "Homo sapiens"
            },
            "datasets": [
                {
                    "jaspar_id": "MA0753.2",
                    "bed_filename": "macs/DAMO/ENCSR737UST.K562_myelogenous_leukemia.ZNF740/ENCSR737UST.K562_myelogenous_leukemia.ZNF740.MA0753.2.damo.bed",
                    "fasta_filename": "macs/DAMO/ENCSR737UST.K562_myelogenous_leukemia.ZNF740/ENCSR737UST.K562_myelogenous_leukemia.ZNF740.MA0753.2.damo.fa",
                    "profile_name": "ZNF740",
                    "synonyms": [
                        "Zfp740",
                        "oriLyt TD-element-binding protein 7",
                        "zinc finger protein 740"
                    ]
                }
            ]
        }
    ]
}