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=109
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=110",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=108",
    "results": [
        {
            "matrix_id": "UN0976.1",
            "name": "EN2::TBX4",
            "collection": "UNVALIDATED",
            "base_id": "UN0976",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0976.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0976.1/"
        },
        {
            "matrix_id": "MA2040.2",
            "name": "ENAP2",
            "collection": "CORE",
            "base_id": "MA2040",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2040.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2040.2/"
        },
        {
            "matrix_id": "MA0800.1",
            "name": "EOMES",
            "collection": "CORE",
            "base_id": "MA0800",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0800.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0800.1/"
        },
        {
            "matrix_id": "MA0800.2",
            "name": "EOMES",
            "collection": "CORE",
            "base_id": "MA0800",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0800.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0800.2/"
        },
        {
            "matrix_id": "MA2325.1",
            "name": "EPAS1",
            "collection": "CORE",
            "base_id": "MA2325",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2325.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2325.1/"
        },
        {
            "matrix_id": "MA2414.1",
            "name": "EREB127",
            "collection": "CORE",
            "base_id": "MA2414",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2414.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2414.1/"
        },
        {
            "matrix_id": "MA2415.1",
            "name": "EREB138",
            "collection": "CORE",
            "base_id": "MA2415",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2415.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2415.1/"
        },
        {
            "matrix_id": "MA2416.1",
            "name": "EREB29",
            "collection": "CORE",
            "base_id": "MA2416",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2416.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2416.1/"
        },
        {
            "matrix_id": "MA2417.1",
            "name": "EREB71",
            "collection": "CORE",
            "base_id": "MA2417",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2417.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2417.1/"
        },
        {
            "matrix_id": "MA0760.1",
            "name": "ERF",
            "collection": "CORE",
            "base_id": "MA0760",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0760.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0760.1/"
        }
    ]
}