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=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=32",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=30",
    "results": [
        {
            "matrix_id": "MA0953.1",
            "name": "ATHB-6",
            "collection": "CORE",
            "base_id": "MA0953",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0953.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0953.1/"
        },
        {
            "matrix_id": "MA0953.2",
            "name": "ATHB-6",
            "collection": "CORE",
            "base_id": "MA0953",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0953.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0953.2/"
        },
        {
            "matrix_id": "MA0954.1",
            "name": "ATHB-7",
            "collection": "CORE",
            "base_id": "MA0954",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0954.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0954.1/"
        },
        {
            "matrix_id": "MA0954.2",
            "name": "ATHB-7",
            "collection": "CORE",
            "base_id": "MA0954",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0954.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0954.2/"
        },
        {
            "matrix_id": "MA0954.3",
            "name": "ATHB-7",
            "collection": "CORE",
            "base_id": "MA0954",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0954.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0954.3/"
        },
        {
            "matrix_id": "MA0573.1",
            "name": "ATHB-9",
            "collection": "CORE",
            "base_id": "MA0573",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0573.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0573.1/"
        },
        {
            "matrix_id": "MA0573.2",
            "name": "ATHB-9",
            "collection": "CORE",
            "base_id": "MA0573",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0573.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0573.2/"
        },
        {
            "matrix_id": "MA1211.1",
            "name": "ATHB-X",
            "collection": "CORE",
            "base_id": "MA1211",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1211.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1211.1/"
        },
        {
            "matrix_id": "MA1211.2",
            "name": "ATHB-X",
            "collection": "CORE",
            "base_id": "MA1211",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1211.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1211.2/"
        },
        {
            "matrix_id": "MA1738.1",
            "name": "ATMYB31",
            "collection": "CORE",
            "base_id": "MA1738",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1738.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1738.1/"
        }
    ]
}