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=28
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=29",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=27",
    "results": [
        {
            "matrix_id": "MA0833.3",
            "name": "ATF4",
            "collection": "CORE",
            "base_id": "MA0833",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0833.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0833.3/"
        },
        {
            "matrix_id": "UN0799.1",
            "name": "ATF5",
            "collection": "UNVALIDATED",
            "base_id": "UN0799",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0799.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0799.1/"
        },
        {
            "matrix_id": "MA1466.1",
            "name": "ATF6",
            "collection": "CORE",
            "base_id": "MA1466",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1466.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1466.1/"
        },
        {
            "matrix_id": "MA1466.2",
            "name": "ATF6",
            "collection": "CORE",
            "base_id": "MA1466",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1466.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1466.2/"
        },
        {
            "matrix_id": "UN0110.1",
            "name": "ATF6B",
            "collection": "UNVALIDATED",
            "base_id": "UN0110",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0110.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0110.1/"
        },
        {
            "matrix_id": "UN0111.1",
            "name": "ATF6B",
            "collection": "UNVALIDATED",
            "base_id": "UN0111",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0111.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0111.1/"
        },
        {
            "matrix_id": "UN0112.1",
            "name": "ATF6B",
            "collection": "UNVALIDATED",
            "base_id": "UN0112",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0112.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0112.1/"
        },
        {
            "matrix_id": "UN0110.2",
            "name": "ATF6B",
            "collection": "UNVALIDATED",
            "base_id": "UN0110",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0110.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0110.2/"
        },
        {
            "matrix_id": "UN0111.2",
            "name": "ATF6B",
            "collection": "UNVALIDATED",
            "base_id": "UN0111",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0111.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0111.2/"
        },
        {
            "matrix_id": "UN0968.1",
            "name": "ATF6B::ETV4",
            "collection": "UNVALIDATED",
            "base_id": "UN0968",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0968.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0968.1/"
        }
    ]
}