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=13
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=14",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=12",
    "results": [
        {
            "matrix_id": "MA1685.1",
            "name": "ARF10",
            "collection": "CORE",
            "base_id": "MA1685",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1685.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1685.1/"
        },
        {
            "matrix_id": "MA1685.2",
            "name": "ARF10",
            "collection": "CORE",
            "base_id": "MA1685",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1685.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1685.2/"
        },
        {
            "matrix_id": "MA1686.1",
            "name": "ARF13",
            "collection": "CORE",
            "base_id": "MA1686",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1686.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1686.1/"
        },
        {
            "matrix_id": "MA1687.1",
            "name": "ARF14",
            "collection": "CORE",
            "base_id": "MA1687",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1687.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1687.1/"
        },
        {
            "matrix_id": "MA1688.1",
            "name": "ARF16",
            "collection": "CORE",
            "base_id": "MA1688",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1688.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1688.1/"
        },
        {
            "matrix_id": "MA1688.2",
            "name": "ARF16",
            "collection": "CORE",
            "base_id": "MA1688",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1688.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1688.2/"
        },
        {
            "matrix_id": "MA1689.1",
            "name": "ARF18",
            "collection": "CORE",
            "base_id": "MA1689",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1689.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1689.1/"
        },
        {
            "matrix_id": "MA1689.2",
            "name": "ARF18",
            "collection": "CORE",
            "base_id": "MA1689",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1689.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1689.2/"
        },
        {
            "matrix_id": "MA1206.1",
            "name": "ARF2",
            "collection": "CORE",
            "base_id": "MA1206",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1206.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1206.1/"
        },
        {
            "matrix_id": "MA1206.2",
            "name": "ARF2",
            "collection": "CORE",
            "base_id": "MA1206",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1206.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1206.2/"
        }
    ]
}