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=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=20",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=18",
    "results": [
        {
            "matrix_id": "MA1100.2",
            "name": "ASCL1",
            "collection": "CORE",
            "base_id": "MA1100",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1100.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1100.2/"
        },
        {
            "matrix_id": "MA1631.1",
            "name": "ASCL1",
            "collection": "CORE",
            "base_id": "MA1631",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1631.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1631.1/"
        },
        {
            "matrix_id": "MA1100.3",
            "name": "ASCL1",
            "collection": "CORE",
            "base_id": "MA1100",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1100.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1100.3/"
        },
        {
            "matrix_id": "MA1631.2",
            "name": "ASCL1",
            "collection": "CORE",
            "base_id": "MA1631",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1631.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1631.2/"
        },
        {
            "matrix_id": "MA0275.1",
            "name": "ASG1",
            "collection": "CORE",
            "base_id": "MA0275",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0275.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0275.1/"
        },
        {
            "matrix_id": "MA0276.1",
            "name": "ASH1",
            "collection": "CORE",
            "base_id": "MA0276",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0276.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0276.1/"
        },
        {
            "matrix_id": "MA2039.1",
            "name": "ASIL2",
            "collection": "CORE",
            "base_id": "MA2039",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2039.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2039.1/"
        },
        {
            "matrix_id": "MA2039.2",
            "name": "ASIL2",
            "collection": "CORE",
            "base_id": "MA2039",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2039.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2039.2/"
        },
        {
            "matrix_id": "MA1812.1",
            "name": "ASR1",
            "collection": "CORE",
            "base_id": "MA1812",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1812.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1812.1/"
        },
        {
            "matrix_id": "MA1812.2",
            "name": "ASR1",
            "collection": "CORE",
            "base_id": "MA1812",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1812.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1812.2/"
        }
    ]
}