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=427
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=428",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=426",
    "results": [
        {
            "matrix_id": "UN0585.1",
            "name": "TEAD4::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0585",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0585.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0585.1/"
        },
        {
            "matrix_id": "UN0585.2",
            "name": "TEAD4::SPDEF",
            "collection": "UNVALIDATED",
            "base_id": "UN0585",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0585.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0585.2/"
        },
        {
            "matrix_id": "UN0586.1",
            "name": "TEAD4::SPIB",
            "collection": "UNVALIDATED",
            "base_id": "UN0586",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0586.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0586.1/"
        },
        {
            "matrix_id": "UN0586.2",
            "name": "TEAD4::SPIB",
            "collection": "UNVALIDATED",
            "base_id": "UN0586",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0586.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0586.2/"
        },
        {
            "matrix_id": "MA0406.1",
            "name": "TEC1",
            "collection": "CORE",
            "base_id": "MA0406",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0406.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0406.1/"
        },
        {
            "matrix_id": "MA0406.2",
            "name": "TEC1",
            "collection": "CORE",
            "base_id": "MA0406",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0406.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0406.2/"
        },
        {
            "matrix_id": "MA0843.1",
            "name": "TEF",
            "collection": "CORE",
            "base_id": "MA0843",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0843.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0843.1/"
        },
        {
            "matrix_id": "MA0843.2",
            "name": "TEF",
            "collection": "CORE",
            "base_id": "MA0843",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0843.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0843.2/"
        },
        {
            "matrix_id": "MA2362.1",
            "name": "TEIL",
            "collection": "CORE",
            "base_id": "MA2362",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2362.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2362.1/"
        },
        {
            "matrix_id": "MA1800.1",
            "name": "TEM1",
            "collection": "CORE",
            "base_id": "MA1800",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1800.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1800.1/"
        }
    ]
}