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=447
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=448",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=446",
    "results": [
        {
            "matrix_id": "MA0633.3",
            "name": "Twist2",
            "collection": "CORE",
            "base_id": "MA0633",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0633.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0633.3/"
        },
        {
            "matrix_id": "UN0840.1",
            "name": "U2AF35B",
            "collection": "UNVALIDATED",
            "base_id": "UN0840",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0840.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0840.1/"
        },
        {
            "matrix_id": "MA2419.1",
            "name": "UB3",
            "collection": "CORE",
            "base_id": "MA2419",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2419.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA2419.1/"
        },
        {
            "matrix_id": "MA0410.1",
            "name": "UGA3",
            "collection": "CORE",
            "base_id": "MA0410",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0410.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0410.1/"
        },
        {
            "matrix_id": "MA0410.2",
            "name": "UGA3",
            "collection": "CORE",
            "base_id": "MA0410",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0410.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0410.2/"
        },
        {
            "matrix_id": "MA0412.1",
            "name": "UME6",
            "collection": "CORE",
            "base_id": "MA0412",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0412.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0412.1/"
        },
        {
            "matrix_id": "MA0412.2",
            "name": "UME6",
            "collection": "CORE",
            "base_id": "MA0412",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0412.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0412.2/"
        },
        {
            "matrix_id": "MA0412.3",
            "name": "UME6",
            "collection": "CORE",
            "base_id": "MA0412",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0412.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0412.3/"
        },
        {
            "matrix_id": "MA0721.1",
            "name": "UNCX",
            "collection": "CORE",
            "base_id": "MA0721",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0721.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0721.1/"
        },
        {
            "matrix_id": "MA0721.2",
            "name": "UNCX",
            "collection": "CORE",
            "base_id": "MA0721",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0721.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0721.2/"
        }
    ]
}