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=433
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=434",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=432",
    "results": [
        {
            "matrix_id": "MA1346.2",
            "name": "TGA10",
            "collection": "CORE",
            "base_id": "MA1346",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1346.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1346.2/"
        },
        {
            "matrix_id": "MA0129.1",
            "name": "TGA1A",
            "collection": "CORE",
            "base_id": "MA0129",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0129.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0129.1/"
        },
        {
            "matrix_id": "MA1068.1",
            "name": "TGA2",
            "collection": "CORE",
            "base_id": "MA1068",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1068.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1068.1/"
        },
        {
            "matrix_id": "MA1068.2",
            "name": "TGA2",
            "collection": "CORE",
            "base_id": "MA1068",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1068.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1068.2/"
        },
        {
            "matrix_id": "MA1068.3",
            "name": "TGA2",
            "collection": "CORE",
            "base_id": "MA1068",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1068.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1068.3/"
        },
        {
            "matrix_id": "MA1336.1",
            "name": "TGA3",
            "collection": "CORE",
            "base_id": "MA1336",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1336.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1336.1/"
        },
        {
            "matrix_id": "MA1336.2",
            "name": "TGA3",
            "collection": "CORE",
            "base_id": "MA1336",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1336.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1336.2/"
        },
        {
            "matrix_id": "MA1335.1",
            "name": "TGA4",
            "collection": "CORE",
            "base_id": "MA1335",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1335.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1335.1/"
        },
        {
            "matrix_id": "MA1047.1",
            "name": "TGA5",
            "collection": "CORE",
            "base_id": "MA1047",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1047.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1047.1/"
        },
        {
            "matrix_id": "MA1047.2",
            "name": "TGA5",
            "collection": "CORE",
            "base_id": "MA1047",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1047.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1047.2/"
        }
    ]
}