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=472
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=473",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=471",
    "results": [
        {
            "matrix_id": "UN0249.1",
            "name": "ZSCAN9",
            "collection": "UNVALIDATED",
            "base_id": "UN0249",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0249.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0249.1/"
        },
        {
            "matrix_id": "UN0249.2",
            "name": "ZSCAN9",
            "collection": "UNVALIDATED",
            "base_id": "UN0249",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0249.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0249.2/"
        },
        {
            "matrix_id": "MA2340.1",
            "name": "Zbtb2",
            "collection": "CORE",
            "base_id": "MA2340",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2340.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2340.1/"
        },
        {
            "matrix_id": "UN0475.1",
            "name": "Zbtb7",
            "collection": "UNVALIDATED",
            "base_id": "UN0475",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0475.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0475.1/"
        },
        {
            "matrix_id": "UN0475.2",
            "name": "Zbtb7",
            "collection": "UNVALIDATED",
            "base_id": "UN0475",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0475.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0475.2/"
        },
        {
            "matrix_id": "UN0676.1",
            "name": "Zfat",
            "collection": "UNVALIDATED",
            "base_id": "UN0676",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0676.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0676.1/"
        },
        {
            "matrix_id": "UN0676.2",
            "name": "Zfat",
            "collection": "UNVALIDATED",
            "base_id": "UN0676",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0676.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0676.2/"
        },
        {
            "matrix_id": "UN0482.1",
            "name": "Zfp161",
            "collection": "UNVALIDATED",
            "base_id": "UN0482",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0482.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0482.1/"
        },
        {
            "matrix_id": "UN0483.1",
            "name": "Zfp298",
            "collection": "UNVALIDATED",
            "base_id": "UN0483",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0483.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0483.1/"
        },
        {
            "matrix_id": "UN0483.2",
            "name": "Zfp298",
            "collection": "UNVALIDATED",
            "base_id": "UN0483",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0483.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0483.2/"
        }
    ]
}