This API provides an easy-to-use REST web interface to query/retrieve matrix profile data from the latest version of the JASPAR database. The API comes with a human browsable interface and also a programmatic interface which return the results in eight different formats, including json, jsonp, jaspar, meme, transfac, pfm, yaml and bed.
GET /api/v1/matrix?format=api&page=431
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5935,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=432",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=430",
    "results": [
        {
            "matrix_id": "UN1152.1",
            "name": "TFAP4::GABPA",
            "collection": "UNVALIDATED",
            "base_id": "UN1152",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1152.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1152.1/"
        },
        {
            "matrix_id": "UN1153.1",
            "name": "TFAP4::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN1153",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1153.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1153.1/"
        },
        {
            "matrix_id": "MA1968.1",
            "name": "TFCP2",
            "collection": "CORE",
            "base_id": "MA1968",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1968.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1968.1/"
        },
        {
            "matrix_id": "MA1968.2",
            "name": "TFCP2",
            "collection": "CORE",
            "base_id": "MA1968",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1968.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1968.2/"
        },
        {
            "matrix_id": "MA1122.1",
            "name": "TFDP1",
            "collection": "CORE",
            "base_id": "MA1122",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1122.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1122.1/"
        },
        {
            "matrix_id": "MA1122.2",
            "name": "TFDP1",
            "collection": "CORE",
            "base_id": "MA1122",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1122.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1122.2/"
        },
        {
            "matrix_id": "MA0831.1",
            "name": "TFE3",
            "collection": "CORE",
            "base_id": "MA0831",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0831.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0831.1/"
        },
        {
            "matrix_id": "MA0831.2",
            "name": "TFE3",
            "collection": "CORE",
            "base_id": "MA0831",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0831.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0831.2/"
        },
        {
            "matrix_id": "MA0831.3",
            "name": "TFE3",
            "collection": "CORE",
            "base_id": "MA0831",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0831.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0831.3/"
        },
        {
            "matrix_id": "UN1155.1",
            "name": "TFE3::GABPA",
            "collection": "UNVALIDATED",
            "base_id": "UN1155",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1155.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1155.1/"
        }
    ]
}