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=51
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=52",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=50",
    "results": [
        {
            "matrix_id": "UN0854.1",
            "name": "BZIP17",
            "collection": "UNVALIDATED",
            "base_id": "UN0854",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0854.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0854.1/"
        },
        {
            "matrix_id": "MA1742.1",
            "name": "BZIP18",
            "collection": "CORE",
            "base_id": "MA1742",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1742.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1742.1/"
        },
        {
            "matrix_id": "MA1743.1",
            "name": "BZIP2",
            "collection": "CORE",
            "base_id": "MA1743",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1743.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1743.1/"
        },
        {
            "matrix_id": "MA1743.2",
            "name": "BZIP2",
            "collection": "CORE",
            "base_id": "MA1743",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1743.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1743.2/"
        },
        {
            "matrix_id": "MA1344.1",
            "name": "BZIP28",
            "collection": "CORE",
            "base_id": "MA1344",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1344.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1344.1/"
        },
        {
            "matrix_id": "MA1344.2",
            "name": "BZIP28",
            "collection": "CORE",
            "base_id": "MA1344",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1344.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1344.2/"
        },
        {
            "matrix_id": "MA1340.1",
            "name": "BZIP3",
            "collection": "CORE",
            "base_id": "MA1340",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1340.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1340.1/"
        },
        {
            "matrix_id": "MA1340.2",
            "name": "BZIP3",
            "collection": "CORE",
            "base_id": "MA1340",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1340.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1340.2/"
        },
        {
            "matrix_id": "MA1744.1",
            "name": "BZIP30",
            "collection": "CORE",
            "base_id": "MA1744",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1744.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1744.1/"
        },
        {
            "matrix_id": "MA1744.2",
            "name": "BZIP30",
            "collection": "CORE",
            "base_id": "MA1744",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1744.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1744.2/"
        }
    ]
}