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=29
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=30",
    "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=28",
    "results": [
        {
            "matrix_id": "UN0973.1",
            "name": "ATF6B::FLI1",
            "collection": "UNVALIDATED",
            "base_id": "UN0973",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0973.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/UN0973.1/"
        },
        {
            "matrix_id": "MA0834.1",
            "name": "ATF7",
            "collection": "CORE",
            "base_id": "MA0834",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0834.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0834.1/"
        },
        {
            "matrix_id": "MA0834.2",
            "name": "ATF7",
            "collection": "CORE",
            "base_id": "MA0834",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0834.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0834.2/"
        },
        {
            "matrix_id": "MA0950.1",
            "name": "ATHB-12",
            "collection": "CORE",
            "base_id": "MA0950",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0950.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0950.1/"
        },
        {
            "matrix_id": "MA1212.1",
            "name": "ATHB-13",
            "collection": "CORE",
            "base_id": "MA1212",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1212.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1212.1/"
        },
        {
            "matrix_id": "MA1212.2",
            "name": "ATHB-13",
            "collection": "CORE",
            "base_id": "MA1212",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1212.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1212.2/"
        },
        {
            "matrix_id": "MA1026.1",
            "name": "ATHB-15",
            "collection": "CORE",
            "base_id": "MA1026",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1026.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1026.1/"
        },
        {
            "matrix_id": "MA1026.2",
            "name": "ATHB-15",
            "collection": "CORE",
            "base_id": "MA1026",
            "version": "2",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1026.2.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1026.2/"
        },
        {
            "matrix_id": "MA1026.3",
            "name": "ATHB-15",
            "collection": "CORE",
            "base_id": "MA1026",
            "version": "3",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1026.3.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA1026.3/"
        },
        {
            "matrix_id": "MA0951.1",
            "name": "ATHB-16",
            "collection": "CORE",
            "base_id": "MA0951",
            "version": "1",
            "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0951.1.svg",
            "url": "https://jaspar.elixir.no/api/v1/matrix/MA0951.1/"
        }
    ]
}