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=52
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=53",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=51",
    "results": [
        {
            "matrix_id": "MA1350.1",
            "name": "BZIP42",
            "collection": "CORE",
            "base_id": "MA1350",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1350.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1350.1/"
        },
        {
            "matrix_id": "MA1339.1",
            "name": "BZIP43",
            "collection": "CORE",
            "base_id": "MA1339",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1339.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1339.1/"
        },
        {
            "matrix_id": "MA1337.1",
            "name": "BZIP44",
            "collection": "CORE",
            "base_id": "MA1337",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1337.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1337.1/"
        },
        {
            "matrix_id": "MA1337.2",
            "name": "BZIP44",
            "collection": "CORE",
            "base_id": "MA1337",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1337.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1337.2/"
        },
        {
            "matrix_id": "MA1345.1",
            "name": "BZIP48",
            "collection": "CORE",
            "base_id": "MA1345",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1345.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1345.1/"
        },
        {
            "matrix_id": "MA1345.2",
            "name": "BZIP48",
            "collection": "CORE",
            "base_id": "MA1345",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1345.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1345.2/"
        },
        {
            "matrix_id": "MA1343.1",
            "name": "BZIP52",
            "collection": "CORE",
            "base_id": "MA1343",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1343.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1343.1/"
        },
        {
            "matrix_id": "MA1343.2",
            "name": "BZIP52",
            "collection": "CORE",
            "base_id": "MA1343",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1343.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1343.2/"
        },
        {
            "matrix_id": "MA1341.1",
            "name": "BZIP53",
            "collection": "CORE",
            "base_id": "MA1341",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1341.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1341.1/"
        },
        {
            "matrix_id": "MA1341.2",
            "name": "BZIP53",
            "collection": "CORE",
            "base_id": "MA1341",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1341.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1341.2/"
        }
    ]
}