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=390
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=391",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=389",
    "results": [
        {
            "matrix_id": "MA1564.1",
            "name": "SP9",
            "collection": "CORE",
            "base_id": "MA1564",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1564.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1564.1/"
        },
        {
            "matrix_id": "MA1564.2",
            "name": "SP9",
            "collection": "CORE",
            "base_id": "MA1564",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1564.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1564.2/"
        },
        {
            "matrix_id": "UN1269.1",
            "name": "SPAC11D3.17",
            "collection": "UNVALIDATED",
            "base_id": "UN1269",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1269.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1269.1/"
        },
        {
            "matrix_id": "UN1270.1",
            "name": "SPAC3F10.12c",
            "collection": "UNVALIDATED",
            "base_id": "UN1270",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1270.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1270.1/"
        },
        {
            "matrix_id": "UN1271.1",
            "name": "SPAC3H8.08c",
            "collection": "UNVALIDATED",
            "base_id": "UN1271",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1271.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1271.1/"
        },
        {
            "matrix_id": "UN1272.1",
            "name": "SPBC16G5.17",
            "collection": "UNVALIDATED",
            "base_id": "UN1272",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1272.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1272.1/"
        },
        {
            "matrix_id": "MA2471.1",
            "name": "SPCH",
            "collection": "CORE",
            "base_id": "MA2471",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2471.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2471.1/"
        },
        {
            "matrix_id": "MA0686.1",
            "name": "SPDEF",
            "collection": "CORE",
            "base_id": "MA0686",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0686.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0686.1/"
        },
        {
            "matrix_id": "MA0686.2",
            "name": "SPDEF",
            "collection": "CORE",
            "base_id": "MA0686",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0686.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0686.2/"
        },
        {
            "matrix_id": "MA0080.1",
            "name": "SPI1",
            "collection": "CORE",
            "base_id": "MA0080",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0080.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0080.1/"
        }
    ]
}