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=53
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=54",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=52",
    "results": [
        {
            "matrix_id": "MA0967.1",
            "name": "BZIP60",
            "collection": "CORE",
            "base_id": "MA0967",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0967.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0967.1/"
        },
        {
            "matrix_id": "MA1745.1",
            "name": "BZIP63",
            "collection": "CORE",
            "base_id": "MA1745",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1745.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1745.1/"
        },
        {
            "matrix_id": "MA1745.2",
            "name": "BZIP63",
            "collection": "CORE",
            "base_id": "MA1745",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1745.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1745.2/"
        },
        {
            "matrix_id": "MA0968.1",
            "name": "BZIP68",
            "collection": "CORE",
            "base_id": "MA0968",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0968.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0968.1/"
        },
        {
            "matrix_id": "MA0968.2",
            "name": "BZIP68",
            "collection": "CORE",
            "base_id": "MA0968",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0968.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0968.2/"
        },
        {
            "matrix_id": "MA0968.3",
            "name": "BZIP68",
            "collection": "CORE",
            "base_id": "MA0968",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0968.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0968.3/"
        },
        {
            "matrix_id": "MA1746.1",
            "name": "BZIP69",
            "collection": "CORE",
            "base_id": "MA1746",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1746.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1746.1/"
        },
        {
            "matrix_id": "MA0550.1",
            "name": "BZR1",
            "collection": "CORE",
            "base_id": "MA0550",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0550.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0550.1/"
        },
        {
            "matrix_id": "MA0550.2",
            "name": "BZR1",
            "collection": "CORE",
            "base_id": "MA0550",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0550.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0550.2/"
        },
        {
            "matrix_id": "MA0550.3",
            "name": "BZR1",
            "collection": "CORE",
            "base_id": "MA0550",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0550.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0550.3/"
        }
    ]
}