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=55
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=56",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=54",
    "results": [
        {
            "matrix_id": "UN0443.2",
            "name": "Bcl6",
            "collection": "UNVALIDATED",
            "base_id": "UN0443",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0443.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0443.2/"
        },
        {
            "matrix_id": "MA0242.1",
            "name": "Bgb::run",
            "collection": "CORE",
            "base_id": "MA0242",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0242.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0242.1/"
        },
        {
            "matrix_id": "MA0607.1",
            "name": "Bhlha15",
            "collection": "CORE",
            "base_id": "MA0607",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0607.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0607.1/"
        },
        {
            "matrix_id": "MA1472.2",
            "name": "Bhlha15",
            "collection": "CORE",
            "base_id": "MA1472",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1472.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1472.2/"
        },
        {
            "matrix_id": "MA1472.3",
            "name": "Bhlha15",
            "collection": "CORE",
            "base_id": "MA1472",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1472.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1472.3/"
        },
        {
            "matrix_id": "MA0464.1",
            "name": "Bhlhe40",
            "collection": "CORE",
            "base_id": "MA0464",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0464.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0464.1/"
        },
        {
            "matrix_id": "MA2198.1",
            "name": "Blimp-1",
            "collection": "CORE",
            "base_id": "MA2198",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2198.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2198.1/"
        },
        {
            "matrix_id": "MA1846.1",
            "name": "Brachyury",
            "collection": "CORE",
            "base_id": "MA1846",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1846.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1846.1/"
        },
        {
            "matrix_id": "MA1846.2",
            "name": "Brachyury",
            "collection": "CORE",
            "base_id": "MA1846",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1846.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1846.2/"
        },
        {
            "matrix_id": "MA1847.1",
            "name": "Bsx",
            "collection": "CORE",
            "base_id": "MA1847",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1847.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1847.1/"
        }
    ]
}