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=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=34",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=32",
    "results": [
        {
            "matrix_id": "MA0006.1",
            "name": "Ahr::Arnt",
            "collection": "CORE",
            "base_id": "MA0006",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0006.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0006.1/"
        },
        {
            "matrix_id": "MA0006.2",
            "name": "Ahr::Arnt",
            "collection": "CORE",
            "base_id": "MA0006",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0006.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0006.2/"
        },
        {
            "matrix_id": "MA0854.1",
            "name": "Alx1",
            "collection": "CORE",
            "base_id": "MA0854",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0854.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0854.1/"
        },
        {
            "matrix_id": "MA0854.2",
            "name": "Alx1",
            "collection": "CORE",
            "base_id": "MA0854",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0854.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0854.2/"
        },
        {
            "matrix_id": "MA0853.1",
            "name": "Alx4",
            "collection": "CORE",
            "base_id": "MA0853",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0853.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0853.1/"
        },
        {
            "matrix_id": "MA0853.2",
            "name": "Alx4",
            "collection": "CORE",
            "base_id": "MA0853",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0853.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0853.2/"
        },
        {
            "matrix_id": "MA0166.1",
            "name": "Antp",
            "collection": "CORE",
            "base_id": "MA0166",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0166.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0166.1/"
        },
        {
            "matrix_id": "MA0007.1",
            "name": "Ar",
            "collection": "CORE",
            "base_id": "MA0007",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0007.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0007.1/"
        },
        {
            "matrix_id": "MA0007.3",
            "name": "Ar",
            "collection": "CORE",
            "base_id": "MA0007",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0007.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0007.3/"
        },
        {
            "matrix_id": "MA0007.4",
            "name": "Ar",
            "collection": "CORE",
            "base_id": "MA0007",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0007.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0007.4/"
        }
    ]
}