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=298
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=299",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=297",
    "results": [
        {
            "matrix_id": "UN0092.1",
            "name": "NCU05637",
            "collection": "UNVALIDATED",
            "base_id": "UN0092",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0092.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0092.1/"
        },
        {
            "matrix_id": "UN0093.1",
            "name": "NCU05909",
            "collection": "UNVALIDATED",
            "base_id": "UN0093",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0093.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0093.1/"
        },
        {
            "matrix_id": "UN0093.2",
            "name": "NCU05909",
            "collection": "UNVALIDATED",
            "base_id": "UN0093",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0093.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0093.2/"
        },
        {
            "matrix_id": "UN0094.1",
            "name": "NCU06487",
            "collection": "UNVALIDATED",
            "base_id": "UN0094",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0094.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0094.1/"
        },
        {
            "matrix_id": "UN0094.2",
            "name": "NCU06487",
            "collection": "UNVALIDATED",
            "base_id": "UN0094",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0094.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0094.2/"
        },
        {
            "matrix_id": "UN0095.1",
            "name": "NCU09576",
            "collection": "UNVALIDATED",
            "base_id": "UN0095",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0095.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0095.1/"
        },
        {
            "matrix_id": "UN0095.2",
            "name": "NCU09576",
            "collection": "UNVALIDATED",
            "base_id": "UN0095",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0095.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0095.2/"
        },
        {
            "matrix_id": "UN0096.1",
            "name": "NCU10697",
            "collection": "UNVALIDATED",
            "base_id": "UN0096",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0096.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0096.1/"
        },
        {
            "matrix_id": "MA0343.1",
            "name": "NDT80",
            "collection": "CORE",
            "base_id": "MA0343",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0343.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0343.1/"
        },
        {
            "matrix_id": "MA0343.2",
            "name": "NDT80",
            "collection": "CORE",
            "base_id": "MA0343",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0343.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0343.2/"
        }
    ]
}