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=98
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=99",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=97",
    "results": [
        {
            "matrix_id": "MA0292.2",
            "name": "ECM22",
            "collection": "CORE",
            "base_id": "MA0292",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0292.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0292.2/"
        },
        {
            "matrix_id": "MA0293.1",
            "name": "ECM23",
            "collection": "CORE",
            "base_id": "MA0293",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0293.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0293.1/"
        },
        {
            "matrix_id": "MA0293.2",
            "name": "ECM23",
            "collection": "CORE",
            "base_id": "MA0293",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0293.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0293.2/"
        },
        {
            "matrix_id": "MA2459.1",
            "name": "EDF3",
            "collection": "CORE",
            "base_id": "MA2459",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2459.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2459.1/"
        },
        {
            "matrix_id": "MA0294.1",
            "name": "EDS1",
            "collection": "CORE",
            "base_id": "MA0294",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0294.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0294.1/"
        },
        {
            "matrix_id": "MA0294.2",
            "name": "EDS1",
            "collection": "CORE",
            "base_id": "MA0294",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0294.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0294.2/"
        },
        {
            "matrix_id": "MA1167.1",
            "name": "EFM",
            "collection": "CORE",
            "base_id": "MA1167",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1167.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1167.1/"
        },
        {
            "matrix_id": "MA1167.2",
            "name": "EFM",
            "collection": "CORE",
            "base_id": "MA1167",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1167.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1167.2/"
        },
        {
            "matrix_id": "MA0162.2",
            "name": "EGR1",
            "collection": "CORE",
            "base_id": "MA0162",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0162.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0162.2/"
        },
        {
            "matrix_id": "MA0162.3",
            "name": "EGR1",
            "collection": "CORE",
            "base_id": "MA0162",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0162.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0162.3/"
        }
    ]
}