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=444
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=445",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=443",
    "results": [
        {
            "matrix_id": "MA0145.2",
            "name": "Tfcp2l1",
            "collection": "CORE",
            "base_id": "MA0145",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0145.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0145.2/"
        },
        {
            "matrix_id": "MA1573.2",
            "name": "Thap11",
            "collection": "CORE",
            "base_id": "MA1573",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1573.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1573.2/"
        },
        {
            "matrix_id": "MA1924.1",
            "name": "Tlx",
            "collection": "CORE",
            "base_id": "MA1924",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1924.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1924.1/"
        },
        {
            "matrix_id": "MA1924.2",
            "name": "Tlx",
            "collection": "CORE",
            "base_id": "MA1924",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1924.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1924.2/"
        },
        {
            "matrix_id": "UN1293.1",
            "name": "TraesCS1A02G220000",
            "collection": "UNVALIDATED",
            "base_id": "UN1293",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1293.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1293.1/"
        },
        {
            "matrix_id": "UN1294.1",
            "name": "TraesCS1A02G220000",
            "collection": "UNVALIDATED",
            "base_id": "UN1294",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1294.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1294.1/"
        },
        {
            "matrix_id": "UN1295.1",
            "name": "TraesCS1B02G233300",
            "collection": "UNVALIDATED",
            "base_id": "UN1295",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1295.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1295.1/"
        },
        {
            "matrix_id": "UN1296.1",
            "name": "TraesCS1D02G221500",
            "collection": "UNVALIDATED",
            "base_id": "UN1296",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1296.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1296.1/"
        },
        {
            "matrix_id": "UN1292.1",
            "name": "TraesCS2A02G389200",
            "collection": "UNVALIDATED",
            "base_id": "UN1292",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1292.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1292.1/"
        },
        {
            "matrix_id": "MA2751.1",
            "name": "TraesCS2B02G304400",
            "collection": "CORE",
            "base_id": "MA2751",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2751.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2751.1/"
        }
    ]
}