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=198
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=199",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=197",
    "results": [
        {
            "matrix_id": "MA0314.2",
            "name": "HAP3",
            "collection": "CORE",
            "base_id": "MA0314",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0314.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0314.2/"
        },
        {
            "matrix_id": "MA0314.3",
            "name": "HAP3",
            "collection": "CORE",
            "base_id": "MA0314",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0314.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0314.3/"
        },
        {
            "matrix_id": "MA0316.1",
            "name": "HAP5",
            "collection": "CORE",
            "base_id": "MA0316",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0316.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0316.1/"
        },
        {
            "matrix_id": "MA0316.2",
            "name": "HAP5",
            "collection": "CORE",
            "base_id": "MA0316",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0316.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0316.2/"
        },
        {
            "matrix_id": "MA1024.1",
            "name": "HAT1",
            "collection": "CORE",
            "base_id": "MA1024",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1024.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1024.1/"
        },
        {
            "matrix_id": "MA1024.2",
            "name": "HAT1",
            "collection": "CORE",
            "base_id": "MA1024",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1024.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1024.2/"
        },
        {
            "matrix_id": "MA1198.1",
            "name": "HAT2",
            "collection": "CORE",
            "base_id": "MA1198",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1198.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1198.1/"
        },
        {
            "matrix_id": "MA1198.2",
            "name": "HAT2",
            "collection": "CORE",
            "base_id": "MA1198",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1198.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1198.2/"
        },
        {
            "matrix_id": "MA1210.1",
            "name": "HAT22",
            "collection": "CORE",
            "base_id": "MA1210",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1210.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1210.1/"
        },
        {
            "matrix_id": "MA1210.2",
            "name": "HAT22",
            "collection": "CORE",
            "base_id": "MA1210",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1210.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1210.2/"
        }
    ]
}