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=71
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=72",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=70",
    "results": [
        {
            "matrix_id": "MA1929.2",
            "name": "CTCF",
            "collection": "CORE",
            "base_id": "MA1929",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1929.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1929.2/"
        },
        {
            "matrix_id": "MA1930.2",
            "name": "CTCF",
            "collection": "CORE",
            "base_id": "MA1930",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1930.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1930.2/"
        },
        {
            "matrix_id": "MA1102.1",
            "name": "CTCFL",
            "collection": "CORE",
            "base_id": "MA1102",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1102.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1102.1/"
        },
        {
            "matrix_id": "MA1102.2",
            "name": "CTCFL",
            "collection": "CORE",
            "base_id": "MA1102",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1102.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1102.2/"
        },
        {
            "matrix_id": "MA1102.3",
            "name": "CTCFL",
            "collection": "CORE",
            "base_id": "MA1102",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1102.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1102.3/"
        },
        {
            "matrix_id": "MA0287.1",
            "name": "CUP2",
            "collection": "CORE",
            "base_id": "MA0287",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0287.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0287.1/"
        },
        {
            "matrix_id": "MA0288.1",
            "name": "CUP9",
            "collection": "CORE",
            "base_id": "MA0288",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0288.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0288.1/"
        },
        {
            "matrix_id": "MA0754.1",
            "name": "CUX1",
            "collection": "CORE",
            "base_id": "MA0754",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0754.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0754.1/"
        },
        {
            "matrix_id": "MA0754.2",
            "name": "CUX1",
            "collection": "CORE",
            "base_id": "MA0754",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0754.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0754.2/"
        },
        {
            "matrix_id": "MA0754.3",
            "name": "CUX1",
            "collection": "CORE",
            "base_id": "MA0754",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0754.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0754.3/"
        }
    ]
}