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=2
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=3",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api",
    "results": [
        {
            "matrix_id": "MA0930.1",
            "name": "ABF3",
            "collection": "CORE",
            "base_id": "MA0930",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0930.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0930.1/"
        },
        {
            "matrix_id": "MA0930.2",
            "name": "ABF3",
            "collection": "CORE",
            "base_id": "MA0930",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0930.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0930.2/"
        },
        {
            "matrix_id": "MA0930.3",
            "name": "ABF3",
            "collection": "CORE",
            "base_id": "MA0930",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0930.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0930.3/"
        },
        {
            "matrix_id": "MA1659.1",
            "name": "ABF4",
            "collection": "CORE",
            "base_id": "MA1659",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1659.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1659.1/"
        },
        {
            "matrix_id": "MA1659.2",
            "name": "ABF4",
            "collection": "CORE",
            "base_id": "MA1659",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1659.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1659.2/"
        },
        {
            "matrix_id": "MA0564.1",
            "name": "ABI3",
            "collection": "CORE",
            "base_id": "MA0564",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0564.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0564.1/"
        },
        {
            "matrix_id": "MA0564.2",
            "name": "ABI3",
            "collection": "CORE",
            "base_id": "MA0564",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0564.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0564.2/"
        },
        {
            "matrix_id": "MA0931.1",
            "name": "ABI5",
            "collection": "CORE",
            "base_id": "MA0931",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0931.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0931.1/"
        },
        {
            "matrix_id": "MA0931.2",
            "name": "ABI5",
            "collection": "CORE",
            "base_id": "MA0931",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0931.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0931.2/"
        },
        {
            "matrix_id": "MA1244.1",
            "name": "ABR1",
            "collection": "CORE",
            "base_id": "MA1244",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1244.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1244.1/"
        }
    ]
}