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=297
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=298",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=296",
    "results": [
        {
            "matrix_id": "UN0087.1",
            "name": "NCU01074",
            "collection": "UNVALIDATED",
            "base_id": "UN0087",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0087.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0087.1/"
        },
        {
            "matrix_id": "UN0087.2",
            "name": "NCU01074",
            "collection": "UNVALIDATED",
            "base_id": "UN0087",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0087.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0087.2/"
        },
        {
            "matrix_id": "UN0088.1",
            "name": "NCU01629",
            "collection": "UNVALIDATED",
            "base_id": "UN0088",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0088.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0088.1/"
        },
        {
            "matrix_id": "MA1434.1",
            "name": "NCU02182",
            "collection": "CORE",
            "base_id": "MA1434",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1434.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1434.1/"
        },
        {
            "matrix_id": "UN0089.1",
            "name": "NCU03421",
            "collection": "UNVALIDATED",
            "base_id": "UN0089",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0089.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0089.1/"
        },
        {
            "matrix_id": "UN0089.2",
            "name": "NCU03421",
            "collection": "UNVALIDATED",
            "base_id": "UN0089",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0089.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0089.2/"
        },
        {
            "matrix_id": "UN0090.1",
            "name": "NCU04211",
            "collection": "UNVALIDATED",
            "base_id": "UN0090",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0090.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0090.1/"
        },
        {
            "matrix_id": "UN0090.2",
            "name": "NCU04211",
            "collection": "UNVALIDATED",
            "base_id": "UN0090",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0090.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0090.2/"
        },
        {
            "matrix_id": "UN0091.1",
            "name": "NCU05061",
            "collection": "UNVALIDATED",
            "base_id": "UN0091",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0091.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0091.1/"
        },
        {
            "matrix_id": "UN0091.2",
            "name": "NCU05061",
            "collection": "UNVALIDATED",
            "base_id": "UN0091",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0091.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0091.2/"
        }
    ]
}