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=16
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=17",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=15",
    "results": [
        {
            "matrix_id": "MA1698.2",
            "name": "ARF7",
            "collection": "CORE",
            "base_id": "MA1698",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1698.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1698.2/"
        },
        {
            "matrix_id": "MA0944.1",
            "name": "ARF8",
            "collection": "CORE",
            "base_id": "MA0944",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0944.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0944.1/"
        },
        {
            "matrix_id": "MA0944.2",
            "name": "ARF8",
            "collection": "CORE",
            "base_id": "MA0944",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0944.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0944.2/"
        },
        {
            "matrix_id": "MA0271.1",
            "name": "ARG80",
            "collection": "CORE",
            "base_id": "MA0271",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0271.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0271.1/"
        },
        {
            "matrix_id": "MA0272.1",
            "name": "ARG81",
            "collection": "CORE",
            "base_id": "MA0272",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0272.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0272.1/"
        },
        {
            "matrix_id": "MA0272.2",
            "name": "ARG81",
            "collection": "CORE",
            "base_id": "MA0272",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0272.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0272.2/"
        },
        {
            "matrix_id": "MA1463.1",
            "name": "ARGFX",
            "collection": "CORE",
            "base_id": "MA1463",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1463.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1463.1/"
        },
        {
            "matrix_id": "MA1463.2",
            "name": "ARGFX",
            "collection": "CORE",
            "base_id": "MA1463",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1463.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1463.2/"
        },
        {
            "matrix_id": "UN0388.1",
            "name": "ARID3",
            "collection": "UNVALIDATED",
            "base_id": "UN0388",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0388.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0388.1/"
        },
        {
            "matrix_id": "UN0351.1",
            "name": "ARID6",
            "collection": "UNVALIDATED",
            "base_id": "UN0351",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0351.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0351.1/"
        }
    ]
}