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=362
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=363",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=361",
    "results": [
        {
            "matrix_id": "MA1266.2",
            "name": "RAP2-11",
            "collection": "CORE",
            "base_id": "MA1266",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1266.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1266.2/"
        },
        {
            "matrix_id": "MA1256.1",
            "name": "RAP2-12",
            "collection": "CORE",
            "base_id": "MA1256",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1256.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1256.1/"
        },
        {
            "matrix_id": "MA1256.2",
            "name": "RAP2-12",
            "collection": "CORE",
            "base_id": "MA1256",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1256.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1256.2/"
        },
        {
            "matrix_id": "MA1051.1",
            "name": "RAP2-3",
            "collection": "CORE",
            "base_id": "MA1051",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1051.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1051.1/"
        },
        {
            "matrix_id": "MA1795.1",
            "name": "RAP2-4",
            "collection": "CORE",
            "base_id": "MA1795",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1795.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1795.1/"
        },
        {
            "matrix_id": "MA1795.2",
            "name": "RAP2-4",
            "collection": "CORE",
            "base_id": "MA1795",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1795.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1795.2/"
        },
        {
            "matrix_id": "MA1221.1",
            "name": "RAP2-6",
            "collection": "CORE",
            "base_id": "MA1221",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1221.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1221.1/"
        },
        {
            "matrix_id": "UN0877.1",
            "name": "RAP2-7",
            "collection": "UNVALIDATED",
            "base_id": "UN0877",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0877.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0877.1/"
        },
        {
            "matrix_id": "MA1251.1",
            "name": "RAP2-9",
            "collection": "CORE",
            "base_id": "MA1251",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1251.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1251.1/"
        },
        {
            "matrix_id": "MA1251.2",
            "name": "RAP2-9",
            "collection": "CORE",
            "base_id": "MA1251",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1251.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1251.2/"
        }
    ]
}