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=439
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=440",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=438",
    "results": [
        {
            "matrix_id": "MA0861.2",
            "name": "TP73",
            "collection": "CORE",
            "base_id": "MA0861",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0861.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0861.2/"
        },
        {
            "matrix_id": "MA2600.1",
            "name": "TPRX1",
            "collection": "CORE",
            "base_id": "MA2600",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2600.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2600.1/"
        },
        {
            "matrix_id": "MA2032.1",
            "name": "TRB1",
            "collection": "CORE",
            "base_id": "MA2032",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2032.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2032.1/"
        },
        {
            "matrix_id": "MA2032.2",
            "name": "TRB1",
            "collection": "CORE",
            "base_id": "MA2032",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2032.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2032.2/"
        },
        {
            "matrix_id": "MA1355.1",
            "name": "TRB2",
            "collection": "CORE",
            "base_id": "MA1355",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1355.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1355.1/"
        },
        {
            "matrix_id": "MA1355.2",
            "name": "TRB2",
            "collection": "CORE",
            "base_id": "MA1355",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1355.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1355.2/"
        },
        {
            "matrix_id": "MA1801.1",
            "name": "TREE1",
            "collection": "CORE",
            "base_id": "MA1801",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1801.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1801.1/"
        },
        {
            "matrix_id": "MA1801.2",
            "name": "TREE1",
            "collection": "CORE",
            "base_id": "MA1801",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1801.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1801.2/"
        },
        {
            "matrix_id": "UN0839.1",
            "name": "TRFL5",
            "collection": "UNVALIDATED",
            "base_id": "UN0839",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0839.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0839.1/"
        },
        {
            "matrix_id": "MA1352.1",
            "name": "TRP1",
            "collection": "CORE",
            "base_id": "MA1352",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1352.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1352.1/"
        }
    ]
}