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=89
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=90",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=88",
    "results": [
        {
            "matrix_id": "MA2213.1",
            "name": "Dif",
            "collection": "CORE",
            "base_id": "MA2213",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2213.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2213.1/"
        },
        {
            "matrix_id": "MA0187.1",
            "name": "Dll",
            "collection": "CORE",
            "base_id": "MA0187",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0187.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0187.1/"
        },
        {
            "matrix_id": "MA1850.1",
            "name": "Dlx-b",
            "collection": "CORE",
            "base_id": "MA1850",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1850.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1850.1/"
        },
        {
            "matrix_id": "MA1850.2",
            "name": "Dlx-b",
            "collection": "CORE",
            "base_id": "MA1850",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1850.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1850.2/"
        },
        {
            "matrix_id": "MA1851.1",
            "name": "Dlx-c",
            "collection": "CORE",
            "base_id": "MA1851",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1851.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1851.1/"
        },
        {
            "matrix_id": "MA1851.2",
            "name": "Dlx-c",
            "collection": "CORE",
            "base_id": "MA1851",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1851.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1851.2/"
        },
        {
            "matrix_id": "MA0879.1",
            "name": "Dlx1",
            "collection": "CORE",
            "base_id": "MA0879",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0879.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0879.1/"
        },
        {
            "matrix_id": "MA0885.1",
            "name": "Dlx2",
            "collection": "CORE",
            "base_id": "MA0885",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0885.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0885.1/"
        },
        {
            "matrix_id": "MA0885.2",
            "name": "Dlx2",
            "collection": "CORE",
            "base_id": "MA0885",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0885.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0885.2/"
        },
        {
            "matrix_id": "MA0885.3",
            "name": "Dlx2",
            "collection": "CORE",
            "base_id": "MA0885",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0885.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0885.3/"
        }
    ]
}