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=126
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=127",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=125",
    "results": [
        {
            "matrix_id": "MA1484.2",
            "name": "ETS2",
            "collection": "CORE",
            "base_id": "MA1484",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1484.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1484.2/"
        },
        {
            "matrix_id": "MA0761.1",
            "name": "ETV1",
            "collection": "CORE",
            "base_id": "MA0761",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0761.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0761.1/"
        },
        {
            "matrix_id": "MA0761.2",
            "name": "ETV1",
            "collection": "CORE",
            "base_id": "MA0761",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0761.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0761.2/"
        },
        {
            "matrix_id": "MA0761.3",
            "name": "ETV1",
            "collection": "CORE",
            "base_id": "MA0761",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0761.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0761.3/"
        },
        {
            "matrix_id": "UN0980.1",
            "name": "ETV1::IRF8",
            "collection": "UNVALIDATED",
            "base_id": "UN0980",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0980.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0980.1/"
        },
        {
            "matrix_id": "UN0981.1",
            "name": "ETV1::TBX21",
            "collection": "UNVALIDATED",
            "base_id": "UN0981",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0981.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0981.1/"
        },
        {
            "matrix_id": "MA0762.1",
            "name": "ETV2",
            "collection": "CORE",
            "base_id": "MA0762",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0762.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0762.1/"
        },
        {
            "matrix_id": "MA0762.2",
            "name": "ETV2",
            "collection": "CORE",
            "base_id": "MA0762",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0762.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0762.2/"
        },
        {
            "matrix_id": "UN0509.1",
            "name": "ETV2::BHLHA15",
            "collection": "UNVALIDATED",
            "base_id": "UN0509",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0509.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0509.1/"
        },
        {
            "matrix_id": "UN0510.1",
            "name": "ETV2::CEBPD",
            "collection": "UNVALIDATED",
            "base_id": "UN0510",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0510.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0510.1/"
        }
    ]
}