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=194
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=195",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=193",
    "results": [
        {
            "matrix_id": "MA0309.1",
            "name": "GZF3",
            "collection": "CORE",
            "base_id": "MA0309",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0309.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0309.1/"
        },
        {
            "matrix_id": "MA0309.2",
            "name": "GZF3",
            "collection": "CORE",
            "base_id": "MA0309",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0309.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0309.2/"
        },
        {
            "matrix_id": "MA0062.2",
            "name": "Gabpa",
            "collection": "CORE",
            "base_id": "MA0062",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0062.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0062.2/"
        },
        {
            "matrix_id": "MA0034.1",
            "name": "Gam1",
            "collection": "CORE",
            "base_id": "MA0034",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0034.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0034.1/"
        },
        {
            "matrix_id": "MA0034.2",
            "name": "Gam1",
            "collection": "CORE",
            "base_id": "MA0034",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0034.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0034.2/"
        },
        {
            "matrix_id": "MA0035.1",
            "name": "Gata1",
            "collection": "CORE",
            "base_id": "MA0035",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0035.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0035.1/"
        },
        {
            "matrix_id": "MA0035.2",
            "name": "Gata1",
            "collection": "CORE",
            "base_id": "MA0035",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0035.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0035.2/"
        },
        {
            "matrix_id": "MA0035.3",
            "name": "Gata1",
            "collection": "CORE",
            "base_id": "MA0035",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0035.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0035.3/"
        },
        {
            "matrix_id": "MA0140.1",
            "name": "Gata1::Tal1",
            "collection": "CORE",
            "base_id": "MA0140",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0140.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0140.1/"
        },
        {
            "matrix_id": "MA0037.4",
            "name": "Gata3",
            "collection": "CORE",
            "base_id": "MA0037",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0037.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0037.4/"
        }
    ]
}