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=116
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=117",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=115",
    "results": [
        {
            "matrix_id": "MA1252.1",
            "name": "ERF086",
            "collection": "CORE",
            "base_id": "MA1252",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1252.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1252.1/"
        },
        {
            "matrix_id": "MA1252.2",
            "name": "ERF086",
            "collection": "CORE",
            "base_id": "MA1252",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1252.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1252.2/"
        },
        {
            "matrix_id": "MA1247.1",
            "name": "ERF087",
            "collection": "CORE",
            "base_id": "MA1247",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1247.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1247.1/"
        },
        {
            "matrix_id": "MA1247.2",
            "name": "ERF087",
            "collection": "CORE",
            "base_id": "MA1247",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1247.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1247.2/"
        },
        {
            "matrix_id": "MA1228.1",
            "name": "ERF091",
            "collection": "CORE",
            "base_id": "MA1228",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1228.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1228.1/"
        },
        {
            "matrix_id": "MA1228.2",
            "name": "ERF091",
            "collection": "CORE",
            "base_id": "MA1228",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1228.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1228.2/"
        },
        {
            "matrix_id": "MA1049.1",
            "name": "ERF094",
            "collection": "CORE",
            "base_id": "MA1049",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1049.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1049.1/"
        },
        {
            "matrix_id": "MA1049.2",
            "name": "ERF094",
            "collection": "CORE",
            "base_id": "MA1049",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1049.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1049.2/"
        },
        {
            "matrix_id": "MA1264.1",
            "name": "ERF095",
            "collection": "CORE",
            "base_id": "MA1264",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1264.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1264.1/"
        },
        {
            "matrix_id": "MA1264.2",
            "name": "ERF095",
            "collection": "CORE",
            "base_id": "MA1264",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1264.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1264.2/"
        }
    ]
}