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=484
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=485",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=483",
    "results": [
        {
            "matrix_id": "UN0594.1",
            "name": "ZNF112",
            "collection": "UNVALIDATED",
            "base_id": "UN0594",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0594.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0594.1/"
        },
        {
            "matrix_id": "UN0161.1",
            "name": "ZNF12",
            "collection": "UNVALIDATED",
            "base_id": "UN0161",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0161.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0161.1/"
        },
        {
            "matrix_id": "UN0161.2",
            "name": "ZNF12",
            "collection": "UNVALIDATED",
            "base_id": "UN0161",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0161.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0161.2/"
        },
        {
            "matrix_id": "MA2582.1",
            "name": "ZNF121",
            "collection": "CORE",
            "base_id": "MA2582",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2582.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2582.1/"
        },
        {
            "matrix_id": "UN1254.1",
            "name": "ZNF124",
            "collection": "UNVALIDATED",
            "base_id": "UN1254",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1254.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN1254.1/"
        },
        {
            "matrix_id": "MA2546.1",
            "name": "ZNF131",
            "collection": "CORE",
            "base_id": "MA2546",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2546.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2546.1/"
        },
        {
            "matrix_id": "UN0596.1",
            "name": "ZNF132",
            "collection": "UNVALIDATED",
            "base_id": "UN0596",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0596.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0596.1/"
        },
        {
            "matrix_id": "UN0596.2",
            "name": "ZNF132",
            "collection": "UNVALIDATED",
            "base_id": "UN0596",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0596.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0596.2/"
        },
        {
            "matrix_id": "UN0314.1",
            "name": "ZNF133",
            "collection": "UNVALIDATED",
            "base_id": "UN0314",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0314.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0314.1/"
        },
        {
            "matrix_id": "UN0314.2",
            "name": "ZNF133",
            "collection": "UNVALIDATED",
            "base_id": "UN0314",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0314.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0314.2/"
        }
    ]
}