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=191
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=192",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=190",
    "results": [
        {
            "matrix_id": "MA0648.2",
            "name": "GSC",
            "collection": "CORE",
            "base_id": "MA0648",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0648.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0648.2/"
        },
        {
            "matrix_id": "MA0891.1",
            "name": "GSC2",
            "collection": "CORE",
            "base_id": "MA0891",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0891.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0891.1/"
        },
        {
            "matrix_id": "MA0891.2",
            "name": "GSC2",
            "collection": "CORE",
            "base_id": "MA0891",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0891.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0891.2/"
        },
        {
            "matrix_id": "UN1043.1",
            "name": "GSC2::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1043",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1043.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1043.1/"
        },
        {
            "matrix_id": "UN1044.1",
            "name": "GSC::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN1044",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1044.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1044.1/"
        },
        {
            "matrix_id": "UN1045.1",
            "name": "GSC::MEIS3",
            "collection": "UNVALIDATED",
            "base_id": "UN1045",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1045.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1045.1/"
        },
        {
            "matrix_id": "UN1211.1",
            "name": "GSC::ONECUT1",
            "collection": "UNVALIDATED",
            "base_id": "UN1211",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1211.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1211.1/"
        },
        {
            "matrix_id": "MA2629.1",
            "name": "GSC::TBX21",
            "collection": "CORE",
            "base_id": "MA2629",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2629.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2629.1/"
        },
        {
            "matrix_id": "UN1212.1",
            "name": "GSC::TEAD4",
            "collection": "UNVALIDATED",
            "base_id": "UN1212",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1212.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1212.1/"
        },
        {
            "matrix_id": "MA0308.1",
            "name": "GSM1",
            "collection": "CORE",
            "base_id": "MA0308",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0308.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0308.1/"
        }
    ]
}