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=470
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5278,
    "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=471",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=469",
    "results": [
        {
            "matrix_id": "MA1721.2",
            "name": "ZNF93",
            "collection": "CORE",
            "base_id": "MA1721",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1721.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1721.2/"
        },
        {
            "matrix_id": "UN0667.1",
            "name": "ZNF98",
            "collection": "UNVALIDATED",
            "base_id": "UN0667",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0667.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0667.1/"
        },
        {
            "matrix_id": "UN0667.2",
            "name": "ZNF98",
            "collection": "UNVALIDATED",
            "base_id": "UN0667",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0667.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0667.2/"
        },
        {
            "matrix_id": "UN0243.1",
            "name": "ZSCAN1",
            "collection": "UNVALIDATED",
            "base_id": "UN0243",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0243.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0243.1/"
        },
        {
            "matrix_id": "UN0243.2",
            "name": "ZSCAN1",
            "collection": "UNVALIDATED",
            "base_id": "UN0243",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0243.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0243.2/"
        },
        {
            "matrix_id": "MA2100.1",
            "name": "ZSCAN16",
            "collection": "CORE",
            "base_id": "MA2100",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2100.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2100.1/"
        },
        {
            "matrix_id": "UN0245.1",
            "name": "ZSCAN20",
            "collection": "UNVALIDATED",
            "base_id": "UN0245",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0245.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0245.1/"
        },
        {
            "matrix_id": "UN0245.2",
            "name": "ZSCAN20",
            "collection": "UNVALIDATED",
            "base_id": "UN0245",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0245.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0245.2/"
        },
        {
            "matrix_id": "MA2336.1",
            "name": "ZSCAN21",
            "collection": "CORE",
            "base_id": "MA2336",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2336.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2336.1/"
        },
        {
            "matrix_id": "UN0668.1",
            "name": "ZSCAN22",
            "collection": "UNVALIDATED",
            "base_id": "UN0668",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0668.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0668.1/"
        }
    ]
}