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=430
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=431",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=429",
    "results": [
        {
            "matrix_id": "MA1569.1",
            "name": "TFAP2E",
            "collection": "CORE",
            "base_id": "MA1569",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1569.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1569.1/"
        },
        {
            "matrix_id": "MA1569.2",
            "name": "TFAP2E",
            "collection": "CORE",
            "base_id": "MA1569",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1569.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1569.2/"
        },
        {
            "matrix_id": "MA0691.1",
            "name": "TFAP4",
            "collection": "CORE",
            "base_id": "MA0691",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0691.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0691.1/"
        },
        {
            "matrix_id": "MA1570.1",
            "name": "TFAP4",
            "collection": "CORE",
            "base_id": "MA1570",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1570.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1570.1/"
        },
        {
            "matrix_id": "MA1966.1",
            "name": "TFAP4::ETV1",
            "collection": "CORE",
            "base_id": "MA1966",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1966.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1966.1/"
        },
        {
            "matrix_id": "MA1966.2",
            "name": "TFAP4::ETV1",
            "collection": "CORE",
            "base_id": "MA1966",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1966.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1966.2/"
        },
        {
            "matrix_id": "MA1967.1",
            "name": "TFAP4::FLI1",
            "collection": "CORE",
            "base_id": "MA1967",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1967.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1967.1/"
        },
        {
            "matrix_id": "MA1967.2",
            "name": "TFAP4::FLI1",
            "collection": "CORE",
            "base_id": "MA1967",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1967.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1967.2/"
        },
        {
            "matrix_id": "UN1150.1",
            "name": "TFAP4::FOXA1",
            "collection": "UNVALIDATED",
            "base_id": "UN1150",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1150.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1150.1/"
        },
        {
            "matrix_id": "UN1151.1",
            "name": "TFAP4::FOXD2",
            "collection": "UNVALIDATED",
            "base_id": "UN1151",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1151.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1151.1/"
        }
    ]
}