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=41
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=42",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=40",
    "results": [
        {
            "matrix_id": "MA0875.2",
            "name": "BARX1",
            "collection": "CORE",
            "base_id": "MA0875",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0875.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0875.2/"
        },
        {
            "matrix_id": "MA1471.1",
            "name": "BARX2",
            "collection": "CORE",
            "base_id": "MA1471",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1471.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1471.1/"
        },
        {
            "matrix_id": "MA1471.2",
            "name": "BARX2",
            "collection": "CORE",
            "base_id": "MA1471",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1471.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1471.2/"
        },
        {
            "matrix_id": "MA0278.1",
            "name": "BAS1",
            "collection": "CORE",
            "base_id": "MA0278",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0278.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0278.1/"
        },
        {
            "matrix_id": "MA0278.2",
            "name": "BAS1",
            "collection": "CORE",
            "base_id": "MA0278",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0278.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0278.2/"
        },
        {
            "matrix_id": "UN0892.1",
            "name": "BATDEDRAFT_37200",
            "collection": "UNVALIDATED",
            "base_id": "UN0892",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0892.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0892.1/"
        },
        {
            "matrix_id": "MA1634.1",
            "name": "BATF",
            "collection": "CORE",
            "base_id": "MA1634",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1634.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1634.1/"
        },
        {
            "matrix_id": "MA1634.2",
            "name": "BATF",
            "collection": "CORE",
            "base_id": "MA1634",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1634.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1634.2/"
        },
        {
            "matrix_id": "MA0835.2",
            "name": "BATF3",
            "collection": "CORE",
            "base_id": "MA0835",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0835.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0835.2/"
        },
        {
            "matrix_id": "MA0835.3",
            "name": "BATF3",
            "collection": "CORE",
            "base_id": "MA0835",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0835.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0835.3/"
        }
    ]
}