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=476
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=477",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=475",
    "results": [
        {
            "matrix_id": "MA0103.1",
            "name": "ZEB1",
            "collection": "CORE",
            "base_id": "MA0103",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0103.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0103.1/"
        },
        {
            "matrix_id": "MA0103.2",
            "name": "ZEB1",
            "collection": "CORE",
            "base_id": "MA0103",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0103.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0103.2/"
        },
        {
            "matrix_id": "MA0103.3",
            "name": "ZEB1",
            "collection": "CORE",
            "base_id": "MA0103",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0103.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0103.3/"
        },
        {
            "matrix_id": "MA0103.4",
            "name": "ZEB1",
            "collection": "CORE",
            "base_id": "MA0103",
            "version": "4",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0103.4.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0103.4/"
        },
        {
            "matrix_id": "MA2686.1",
            "name": "ZEB2",
            "collection": "CORE",
            "base_id": "MA2686",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2686.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2686.1/"
        },
        {
            "matrix_id": "UN0476.1",
            "name": "ZF-C2H2-1",
            "collection": "UNVALIDATED",
            "base_id": "UN0476",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0476.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0476.1/"
        },
        {
            "matrix_id": "UN0476.2",
            "name": "ZF-C2H2-1",
            "collection": "UNVALIDATED",
            "base_id": "UN0476",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0476.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0476.2/"
        },
        {
            "matrix_id": "UN0477.1",
            "name": "ZF-C2H2-10",
            "collection": "UNVALIDATED",
            "base_id": "UN0477",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0477.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0477.1/"
        },
        {
            "matrix_id": "UN0477.2",
            "name": "ZF-C2H2-10",
            "collection": "UNVALIDATED",
            "base_id": "UN0477",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0477.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0477.2/"
        },
        {
            "matrix_id": "UN0478.1",
            "name": "ZF-C2H2-15",
            "collection": "UNVALIDATED",
            "base_id": "UN0478",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0478.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0478.1/"
        }
    ]
}