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=240
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=241",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=239",
    "results": [
        {
            "matrix_id": "UN0404.2",
            "name": "KHZ1",
            "collection": "UNVALIDATED",
            "base_id": "UN0404",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0404.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0404.2/"
        },
        {
            "matrix_id": "MA0493.2",
            "name": "KLF1",
            "collection": "CORE",
            "base_id": "MA0493",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0493.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0493.2/"
        },
        {
            "matrix_id": "MA0493.3",
            "name": "KLF1",
            "collection": "CORE",
            "base_id": "MA0493",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0493.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0493.3/"
        },
        {
            "matrix_id": "MA1511.1",
            "name": "KLF10",
            "collection": "CORE",
            "base_id": "MA1511",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1511.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1511.1/"
        },
        {
            "matrix_id": "MA1511.2",
            "name": "KLF10",
            "collection": "CORE",
            "base_id": "MA1511",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1511.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1511.2/"
        },
        {
            "matrix_id": "MA1512.1",
            "name": "KLF11",
            "collection": "CORE",
            "base_id": "MA1512",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1512.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1512.1/"
        },
        {
            "matrix_id": "MA1512.2",
            "name": "KLF11",
            "collection": "CORE",
            "base_id": "MA1512",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1512.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1512.2/"
        },
        {
            "matrix_id": "MA0742.2",
            "name": "KLF12",
            "collection": "CORE",
            "base_id": "MA0742",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0742.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0742.2/"
        },
        {
            "matrix_id": "MA0657.1",
            "name": "KLF13",
            "collection": "CORE",
            "base_id": "MA0657",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0657.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0657.1/"
        },
        {
            "matrix_id": "MA0657.2",
            "name": "KLF13",
            "collection": "CORE",
            "base_id": "MA0657",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0657.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0657.2/"
        }
    ]
}