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=426
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=427",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=425",
    "results": [
        {
            "matrix_id": "MA0809.2",
            "name": "TEAD4",
            "collection": "CORE",
            "base_id": "MA0809",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0809.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0809.2/"
        },
        {
            "matrix_id": "MA0809.3",
            "name": "TEAD4",
            "collection": "CORE",
            "base_id": "MA0809",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0809.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0809.3/"
        },
        {
            "matrix_id": "UN0581.1",
            "name": "TEAD4::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0581",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0581.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0581.1/"
        },
        {
            "matrix_id": "UN0581.2",
            "name": "TEAD4::DRGX",
            "collection": "UNVALIDATED",
            "base_id": "UN0581",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0581.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0581.2/"
        },
        {
            "matrix_id": "UN0582.1",
            "name": "TEAD4::ELF1",
            "collection": "UNVALIDATED",
            "base_id": "UN0582",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0582.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0582.1/"
        },
        {
            "matrix_id": "UN0582.2",
            "name": "TEAD4::ELF1",
            "collection": "UNVALIDATED",
            "base_id": "UN0582",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0582.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0582.2/"
        },
        {
            "matrix_id": "UN0583.1",
            "name": "TEAD4::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0583",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0583.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0583.1/"
        },
        {
            "matrix_id": "UN0583.2",
            "name": "TEAD4::ELK1",
            "collection": "UNVALIDATED",
            "base_id": "UN0583",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0583.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0583.2/"
        },
        {
            "matrix_id": "UN0584.1",
            "name": "TEAD4::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0584",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0584.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0584.1/"
        },
        {
            "matrix_id": "UN0584.2",
            "name": "TEAD4::ETV7",
            "collection": "UNVALIDATED",
            "base_id": "UN0584",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0584.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0584.2/"
        }
    ]
}