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=85
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=86",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=84",
    "results": [
        {
            "matrix_id": "MA1480.2",
            "name": "DPRX",
            "collection": "CORE",
            "base_id": "MA1480",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1480.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1480.2/"
        },
        {
            "matrix_id": "MA0971.1",
            "name": "DREB1A",
            "collection": "CORE",
            "base_id": "MA0971",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0971.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0971.1/"
        },
        {
            "matrix_id": "MA0971.2",
            "name": "DREB1A",
            "collection": "CORE",
            "base_id": "MA0971",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0971.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0971.2/"
        },
        {
            "matrix_id": "MA1669.1",
            "name": "DREB1B",
            "collection": "CORE",
            "base_id": "MA1669",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1669.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1669.1/"
        },
        {
            "matrix_id": "MA1669.2",
            "name": "DREB1B",
            "collection": "CORE",
            "base_id": "MA1669",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1669.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1669.2/"
        },
        {
            "matrix_id": "MA1670.1",
            "name": "DREB1C",
            "collection": "CORE",
            "base_id": "MA1670",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1670.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1670.1/"
        },
        {
            "matrix_id": "MA1670.2",
            "name": "DREB1C",
            "collection": "CORE",
            "base_id": "MA1670",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1670.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1670.2/"
        },
        {
            "matrix_id": "MA1218.1",
            "name": "DREB1D",
            "collection": "CORE",
            "base_id": "MA1218",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1218.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1218.1/"
        },
        {
            "matrix_id": "MA1218.2",
            "name": "DREB1D",
            "collection": "CORE",
            "base_id": "MA1218",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1218.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1218.2/"
        },
        {
            "matrix_id": "MA0978.1",
            "name": "DREB1E",
            "collection": "CORE",
            "base_id": "MA0978",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0978.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0978.1/"
        }
    ]
}